Skip to content
Snippets Groups Projects
Commit ad3ad531 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

Remove duplicate definition

parent 873b0788
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,6 @@ __PUSH_FC_STDLIB ...@@ -36,7 +36,6 @@ __PUSH_FC_STDLIB
#define GLOB_APPEND (1 << 5)/* Append to results of a previous call. */ #define GLOB_APPEND (1 << 5)/* Append to results of a previous call. */
#define GLOB_NOESCAPE (1 << 6)/* Backslashes don't quote metacharacters. */ #define GLOB_NOESCAPE (1 << 6)/* Backslashes don't quote metacharacters. */
#define GLOB_PERIOD (1 << 7)/* Leading `.' can be matched by metachars. */ #define GLOB_PERIOD (1 << 7)/* Leading `.' can be matched by metachars. */
#define GLOB_MAGCHAR (1 << 8)/* GNU-specific */
// Non-POSIX // Non-POSIX
#define GLOB_MAGCHAR (1 << 8) #define GLOB_MAGCHAR (1 << 8)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment