* libc/include/sys/types.h (ulong): Add typedef.

This commit is contained in:
Corinna Vinschen 2011-01-15 09:26:16 +00:00
parent d5802f24ce
commit d6d9c269e4
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -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