Remove "[Add new features here]" for 2.27
[glibc.git] / conform / data / glob.h-data
blobeca83937af8af9401b2796012e0ef7f5edb59f8d
1 #if !defined ISO && !defined ISO99 && !defined ISO11
2 #ifdef POSIX
3 # define size_t __size_t
4 #endif
6 type glob_t
7 element glob_t size_t gl_pathc
8 element glob_t {char**} gl_pathv
9 element glob_t size_t gl_offs
11 constant GLOB_APPEND
12 constant GLOB_DOOFFS
13 constant GLOB_ERR
14 constant GLOB_MARK
15 constant GLOB_NOCHECK
16 constant GLOB_NOESCAPE
17 constant GLOB_NOSORT
19 constant GLOB_ABORTED
20 constant GLOB_NOMATCH
21 constant GLOB_NOSPACE
22 # if !defined XOPEN2K8 && !defined POSIX2008 && !defined POSIX
23 constant GLOB_NOSYS
24 # endif
26 function int glob (const char*, int, int (*) (const char*, int), glob_t*)
27 function void globfree (glob_t *)
29 allow gl_*
30 allow GLOB_*
31 allow *_t
32 #endif