Sort some of the _BSD_* types.
This commit is contained in:
parent
68a2ed01fd
commit
e91cf05816
@ -49,20 +49,20 @@
|
||||
* #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_SSIZE_T_ long /* byte count or error */
|
||||
#define _BSD_SUSECONDS_T_ int /* suseconds_t */
|
||||
#define _BSD_TIME_T_ int /* time() */
|
||||
#define _BSD_TIMER_T_ int /* timer_t */
|
||||
#define _BSD_USECONDS_T_ unsigned int /* useconds_t */
|
||||
typedef struct {
|
||||
char *__base;
|
||||
int __offset;
|
||||
int __pad;
|
||||
} __va_list;
|
||||
#define _BSD_VA_LIST_ __va_list /* va_list */
|
||||
#define _BSD_CLOCKID_T_ int /* clockid_t */
|
||||
#define _BSD_TIMER_T_ int /* timer_t */
|
||||
#define _BSD_SUSECONDS_T_ int /* suseconds_t */
|
||||
#define _BSD_USECONDS_T_ unsigned int /* useconds_t */
|
||||
|
||||
/*
|
||||
* Types which are fundamental to the implementation and must be used
|
||||
|
Loading…
Reference in New Issue
Block a user