Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2011-01-15 12:26:16 +0300
committerCorinna Vinschen <corinna@vinschen.de>2011-01-15 12:26:16 +0300
commitd6d9c269e475de34d30f47432485c72f08807b3f (patch)
tree8cb1e276d591c1dc0212d91636b4c2bc7c428cba /newlib
parentd5802f24ce3ff84ea13ff67b749182a45c33ec8f (diff)
* libc/include/sys/types.h (ulong): Add typedef.
Diffstat (limited to 'newlib')
-rw-r--r--newlib/ChangeLog4
-rw-r--r--newlib/libc/include/sys/types.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 5d105ae30..d8642ca76 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-15 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
+
+ * libc/include/sys/types.h (ulong): Add typedef.
+
2011-01-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* libm/math/w_tgamma.c: Only build ifndef _DOUBLE_IS_32BITS.
diff --git a/newlib/libc/include/sys/types.h b/newlib/libc/include/sys/types.h
index 70835735d..cf0b8dfc9 100644
--- a/newlib/libc/include/sys/types.h
+++ b/newlib/libc/include/sys/types.h
@@ -98,6 +98,7 @@ typedef unsigned long u_long;
typedef unsigned short ushort; /* System V compatibility */
typedef unsigned int uint; /* System V compatibility */
+typedef unsigned long ulong; /* System V compatibility */
# endif /*!_POSIX_SOURCE */
#ifndef __clock_t_defined