* libc/include/sys/types.h (ulong): Add typedef.
This commit is contained in:
parent
d5802f24ce
commit
d6d9c269e4
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user