Index: uspace/lib/posix/fnmatch.h
===================================================================
--- uspace/lib/posix/fnmatch.h	(revision 1a552fd3462cdfbe2aa0d1b80f30d9440640d4c6)
+++ uspace/lib/posix/fnmatch.h	(revision 4d418212a3c06f946494abd1a2f0fb7028a00a21)
@@ -48,12 +48,4 @@
 #define FNM_NOESCAPE 4
 
-/* GNU Extensions */
-#undef FNM_FILE_NAME
-#undef FNM_LEADING_DIR
-#undef FNM_CASEFOLD
-#define FNM_FILE_NAME FNM_PATHNAME
-#define FNM_LEADING_DIR 8
-#define FNM_CASEFOLD 16
-
 extern int posix_fnmatch(const char *pattern, const char *string, int flags);
 
