]> xenbits.xensource.com Git - unikraft/libs/newlib.git/commitdiff
sys/un.h: Adapt to Unikraft
authorCostin Lupu <costin.lupu@cs.pub.ro>
Mon, 26 Aug 2019 14:36:35 +0000 (17:36 +0300)
committerCostin Lupu <costin.lupu@cs.pub.ro>
Mon, 26 Aug 2019 16:32:57 +0000 (19:32 +0300)
* Comment inclusion of 'features.h'

Signed-off-by: Costin Lupu <costin.lupu@cs.pub.ro>
Reviewed-by: Charalampos Mainas <charalampos.mainas@neclab.eu>
musl-imported/include/sys/un.h

index 1a3193ad208de81969695bc4cda1a3015ecff3e6..3eb587721a7720ccf7e572cf0c3fba206f177dbb 100644 (file)
@@ -5,7 +5,7 @@
 extern "C" {
 #endif
 
-#include <features.h>
+/* TODO #include <features.h> */
 
 #define __NEED_sa_family_t
 #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)