freebsd-dev/include
Ed Schouten 6b0a300c02 Remove __restrict keywords from array arguments to make GCC's -std=c99 work.
When GCC is invoked with -std=c99, the following errors are displayed when
including <spawn.h>:

/usr/include/spawn.h:69: error: static or type qualifiers in abstract declarator
/usr/include/spawn.h:69: error: static or type qualifiers in abstract declarator
/usr/include/spawn.h:72: error: static or type qualifiers in abstract declarator
/usr/include/spawn.h:72: error: static or type qualifiers in abstract declarator

We'd better remove the __restrict keywords here. The same is also done
in <regex.h>.

Submitted by:	Andrzej Tobola <ato iem pw edu pl>
Reviewed by:	davidxu
Approved by:	philip (mentor, implicit)
2008-06-19 07:30:32 +00:00
..
arpa
gssapi Make this c++ compatible. 2008-05-16 02:06:10 +00:00
protocols Expand dump to allow MAX_INT dump levels. 2008-05-24 05:20:46 +00:00
rpc
rpcsvc
_ctype.h
a.out.h
ar.h
assert.h
bitstring.h
complex.h
cpio.h
ctype.h
db.h
dirent.h
dlfcn.h
elf-hints.h
elf.h
err.h
fmtmsg.h
fnmatch.h
fstab.h
fts.h
ftw.h
getopt.h
glob.h
grp.h
gssapi.h
hesiod.h
histedit.h
ieeefp.h
ifaddrs.h
inttypes.h
iso646.h
kenv.h
langinfo.h
libgen.h
limits.h
link.h
locale.h
Makefile Add POSIX routines called posix_spawn() and posix_spawnp(), which 2008-06-17 06:26:29 +00:00
malloc_np.h
malloc.h
memory.h
monetary.h
mpool.h
mqueue.h
ndbm.h
netconfig.h
netdb.h
nl_types.h
nlist.h
nss.h
nsswitch.h
paths.h
printf.h
proc_service.h
pthread_np.h
pthread.h Make pthread_cleanup_push() and pthread_cleanup_pop() as a pair of macros, 2008-06-09 01:14:10 +00:00
pwd.h
ranlib.h
readpassphrase.h Define the size_t type since readpassphrase(3) requires it in its 2008-05-08 23:57:29 +00:00
regex.h
regexp.h
res_update.h
resolv.h
runetype.h
search.h
setjmp.h
sgtty.h Turn sgtty into a binary-only compatibility interface. 2008-06-14 10:42:18 +00:00
signal.h
spawn.h Remove __restrict keywords from array arguments to make GCC's -std=c99 work. 2008-06-19 07:30:32 +00:00
stab.h
stdbool.h
stddef.h
stdio.h Tag FILE's _bf as being part of the public ABI as well due to the in-tree 2008-05-07 15:12:45 +00:00
stdlib.h
string.h
stringlist.h
strings.h
sysexits.h
tar.h
tgmath.h
time.h
timeconv.h
timers.h
ttyent.h
ulimit.h
unistd.h Add POSIX routines called posix_spawn() and posix_spawnp(), which 2008-06-17 06:26:29 +00:00
utime.h
utmp.h
uuid.h
varargs.h
vis.h
wchar.h
wctype.h
wordexp.h