Skip to content

Commit 095aa27

Browse files
committed
glob.c: Remove GLOB_NOSYS as obsolete
See: https://pubs.opengroup.org/onlinepubs/9799919799/
1 parent 6d4e6b3 commit 095aa27

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

win32/glob.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ typedef struct {
7474
#define GLOB_NOSPACE (-1) /* Malloc call failed. */
7575
#define GLOB_ABORTED (-2) /* Unignored error. */
7676
#define GLOB_NOMATCH (-3) /* No match and GLOB_NOCHECK not set. */
77-
#define GLOB_NOSYS (-4) /* Function not supported. */
7877
#define GLOB_ABEND GLOB_ABORTED
7978

8079
BEGIN_EXTERN_C()

0 commit comments

Comments
 (0)