Correct disordering which is corresponding to bde's fix to
i386/include/ansi.h.
This commit is contained in:
parent
87ce1ec237
commit
e4a288b688
@ -51,10 +51,10 @@
|
||||
#define _BSD_CLOCKID_T_ int /* clockid_t */
|
||||
#define _BSD_PTRDIFF_T_ long /* ptr1 - ptr2 */
|
||||
#define _BSD_SIZE_T_ unsigned long /* sizeof() */
|
||||
#define _BSD_SOCKLEN_T_ __uint32_t
|
||||
#define _BSD_SSIZE_T_ long /* byte count or error */
|
||||
#define _BSD_TIME_T_ int /* time() */
|
||||
#define _BSD_TIMER_T_ int /* timer_t */
|
||||
#define _BSD_SOCKLEN_T_ __uint32_t /* socklen_t */
|
||||
|
||||
#if defined __GNUC__ && (__GNUC__ > 2 || __GNUC_MINOR__ > 95)
|
||||
#define _BSD_VA_LIST_ __builtin_va_list /* internally known to gcc */
|
||||
|
@ -50,10 +50,10 @@
|
||||
#define _BSD_CLOCKID_T_ int /* clockid_t */
|
||||
#define _BSD_PTRDIFF_T_ int /* ptr1 - ptr2 */
|
||||
#define _BSD_SIZE_T_ unsigned int /* sizeof() */
|
||||
#define _BSD_SOCKLEN_T_ __uint32_t
|
||||
#define _BSD_SSIZE_T_ long /* byte count or error */
|
||||
#define _BSD_TIME_T_ long /* time() */
|
||||
#define _BSD_TIMER_T_ int /* timer_t */
|
||||
#define _BSD_SOCKLEN_T_ __uint32_t /* socklen_t */
|
||||
|
||||
#if defined __GNUC__ && (__GNUC__ > 2 || __GNUC_MINOR__ > 95)
|
||||
#define _BSD_VA_LIST_ __builtin_va_list /* internally known to gcc */
|
||||
|
@ -48,14 +48,14 @@
|
||||
* #endif
|
||||
*/
|
||||
#define _BSD_CLOCK_T_ int /* clock() */
|
||||
#define _BSD_CLOCKID_T_ int /* clockid_t */
|
||||
#define _BSD_PTRDIFF_T_ long /* ptr1 - ptr2 */
|
||||
#define _BSD_SIZE_T_ unsigned long /* sizeof() */
|
||||
#define _BSD_SOCKLEN_T_ __uint32_t
|
||||
#define _BSD_SSIZE_T_ long /* byte count or error */
|
||||
#define _BSD_TIME_T_ int /* time() */
|
||||
#define _BSD_VA_LIST_ __builtin_va_list /* va_list */
|
||||
#define _BSD_CLOCKID_T_ int /* clockid_t */
|
||||
#define _BSD_TIMER_T_ int /* timer_t */
|
||||
#define _BSD_SOCKLEN_T_ __uint32_t /* socklen_t */
|
||||
#define _BSD_VA_LIST_ __builtin_va_list /* va_list */
|
||||
|
||||
/*
|
||||
* Types which are fundamental to the implementation and must be used
|
||||
|
@ -50,10 +50,10 @@
|
||||
#define _BSD_CLOCKID_T_ int /* clockid_t */
|
||||
#define _BSD_PTRDIFF_T_ int /* ptr1 - ptr2 */
|
||||
#define _BSD_SIZE_T_ unsigned int /* sizeof() */
|
||||
#define _BSD_SOCKLEN_T_ __uint32_t
|
||||
#define _BSD_SSIZE_T_ long /* byte count or error */
|
||||
#define _BSD_TIME_T_ long /* time() */
|
||||
#define _BSD_TIMER_T_ int /* timer_t */
|
||||
#define _BSD_SOCKLEN_T_ __uint32_t /* socklen_t */
|
||||
|
||||
#if defined __GNUC__ && (__GNUC__ > 2 || __GNUC_MINOR__ > 95)
|
||||
#define _BSD_VA_LIST_ __builtin_va_list /* internally known to gcc */
|
||||
|
Loading…
x
Reference in New Issue
Block a user