summaryrefslogtreecommitdiff
path: root/uClibc-features.patch
blob: aa4311623aed430dd408c82caabaaeb2bb52fd1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -urN uClibc-0.9.33.2.org/include/features.h uClibc-0.9.33.2/include/features.h
--- uClibc-0.9.33.2.org/include/features.h	2012-05-15 09:20:09.000000000 +0200
+++ uClibc-0.9.33.2/include/features.h	2017-07-26 11:04:32.749757294 +0200
@@ -139,6 +139,8 @@
 # define __GNUC_PREREQ(maj, min) 0
 #endif
 
+/* Whether to use feature set F.  */
+#define __GLIBC_USE(F) __GLIBC_USE_ ## F
 
 /* If _BSD_SOURCE was defined by the user, favor BSD over POSIX.  */
 #if defined _BSD_SOURCE && \