6 /* Major and minor version number of the uCLibc library package. Use
7 these macros to test for features in specific releases. */
9 #define __UCLIBC_MAJOR__ 9
10 #define __UCLIBC_MINOR__ 1
12 /* __restrict is known in EGCS 1.2 and above. */
13 #if !defined __GNUC__ || __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ <
15 # define __restrict /* Ignore */
51 #define _POSIX_THREAD_SAFE_FUNCTIONS
53 #include <sys/cdefs.h>