diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-02-09 16:52:37 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-02-09 16:52:37 -0500 |
| commit | 0f7495e05b3367fa5863781bb3dcd3871405a73e (patch) | |
| tree | 42a46d559e9f9366c2d6727c366703ddd52d67ac /src/glob/GLOB_ERR.c | |
| parent | d4522efed407b6a1b82006f0d3a6d0f0ebed231c (diff) | |
merge POSIX.2 identifiers
Diffstat (limited to 'src/glob/GLOB_ERR.c')
| -rw-r--r-- | src/glob/GLOB_ERR.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/glob/GLOB_ERR.c b/src/glob/GLOB_ERR.c new file mode 100644 index 00000000..1b28a495 --- /dev/null +++ b/src/glob/GLOB_ERR.c @@ -0,0 +1,6 @@ +#include <glob.h> +#define GLOB_ERR (1<<2) +/* +POSIX(2) +*/ + |
