Fixed disordering in previous commit. "Fixed" a null comment in previous
commit by removing it.
This commit is contained in:
parent
5981ddec66
commit
50a4b3b479
@ -51,11 +51,11 @@
|
||||
#define _BSD_PTRDIFF_T_ int /* ptr1 - ptr2 */
|
||||
#define _BSD_RUNE_T_ _BSD_CT_RUNE_T_ /* rune_t (see below) */
|
||||
#define _BSD_SIZE_T_ unsigned int /* sizeof() */
|
||||
#define _BSD_SOCKLEN_T_ __uint32_t
|
||||
#define _BSD_SSIZE_T_ int /* byte count or error */
|
||||
#define _BSD_TIME_T_ long /* time()... */
|
||||
#define _BSD_TIMER_T_ int /* timer_gettime()... */
|
||||
#define _BSD_WCHAR_T_ _BSD_CT_RUNE_T_ /* wchar_t (see below) */
|
||||
#define _BSD_SOCKLEN_T_ __uint32_t /* socklen_t */
|
||||
|
||||
/*
|
||||
* Types which are fundamental to the implementation and must be used
|
||||
|
Loading…
Reference in New Issue
Block a user