2003-07-02 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/sys/types.h (int8_t): Make signed.
This commit is contained in:
parent
4e989b11f3
commit
282eff9a6a
|
@ -1,3 +1,7 @@
|
|||
2003-07-02 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* libc/include/sys/types.h (int8_t): Make signed.
|
||||
|
||||
2003-07-02 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* libc/sys/linux/include/mqueue.h: Add include of <sys/fcntl.h>.
|
||||
|
|
|
@ -129,7 +129,7 @@ typedef unsigned long vm_size_t;
|
|||
|
||||
#define __BIT_TYPES_DEFINED__
|
||||
|
||||
typedef char int8_t;
|
||||
typedef signed char int8_t;
|
||||
typedef unsigned char u_int8_t;
|
||||
typedef short int16_t;
|
||||
typedef unsigned short u_int16_t;
|
||||
|
|
Loading…
Reference in New Issue