23 #ifndef LELY_LIBC_SYS_TYPES_H_ 24 #define LELY_LIBC_SYS_TYPES_H_ 28 #ifndef LELY_HAVE_SYS_TYPES_H 29 #if defined(_POSIX_C_SOURCE) || defined(__MINGW32__) || defined(__NEWLIB__) 30 #define LELY_HAVE_SYS_TYPES_H 1 34 #if LELY_HAVE_SYS_TYPES_H 36 #else // !LELY_HAVE_SYS_TYPES_H 40 typedef int clockid_t;
43 typedef ptrdiff_t ssize_t;
45 #endif // !LELY_HAVE_SYS_TYPES_H 47 #endif // !LELY_LIBC_SYS_TYPES_H_ This header file is part of the C11 and POSIX compatibility library; it includes <sys/types.h>, if it exists, and defines any missing functionality.
This header file is part of the C11 and POSIX compatibility library; it includes <stddef.h> and defines any missing functionality.
This header file is part of the Lely libraries; it contains the compiler feature definitions.