Fix up unistd.h for XPG7.
[glibc.git] / conform / data / wordexp.h-data
blob12eecbeee200878f046ef2d6a8a3db45c84abf13
1 type wordexp_t
3 element wordexp_t size_t we_wordc
4 element wordexp_t {char**} we_wordv
5 element wordexp_t size_t we_offs
7 constant WRDE_APPEND
8 constant WRDE_DOOFFS
9 constant WRDE_NOCMD
10 constant WRDE_REUSE
11 constant WRDE_SHOWERR
12 constant WRDE_UNDEF
14 constant WRDE_BADCHAR
15 constant WRDE_CMDSUB
16 constant WRDE_NOSPACE
17 #if defined XOPEN2K8 || defined POSIX2008
18 constant WRDE_NOSYS
19 #endif
20 constant WRDE_SYNTAX
22 function int wordexp (const char*, wordexp_t*, int)
23 function void wordfree (wordexp_t*)
25 allow WRDE_*
26 allow we_*
27 allow *_t