haiku/headers/posix
Adrien Destugues 75d1eb3a59 assert.h: reintroduce headers guard for function declarations.
The POSIX standard requires us to allow assert.h to be included multiple
times with differnt values of NDEBUG. So we can't have a global header
guard on the files. However, we must also make sure that we don't
declare functions multiple times in that case. Re-introduce an header
guard on the part of the file where we declare functions, only.

Fixes lots of warnings when building Netsurf.
2015-08-29 23:14:03 +02:00
..
arch
arpa libbind: integrate "netresolv" patches from NetBSD. 2015-06-14 15:47:03 +02:00
compat/sys
net Whitespace and style cleanup only. 2015-04-12 18:50:01 +02:00
netinet Revert unrelated part of 17aa359b5d. 2014-07-11 22:23:21 +02:00
netinet6 libbind: integrate "netresolv" patches from NetBSD. 2015-06-14 15:47:03 +02:00
sys Implement MSG_NOSIGNAL 2015-06-10 17:39:53 +02:00
alloca.h
assert.h assert.h: reintroduce headers guard for function declarations. 2015-08-29 23:14:03 +02:00
bsd_mem.h
complex.h libroot: added a complex.h header based on ... 2015-07-10 22:39:21 +02:00
ctype.h
dirent.h
div_t.h
dlfcn.h
endian.h
errno.h
fcntl.h
fenv.h
fnmatch.h
fts.h
ftw.h
getopt.h
glob.h
grp.h
inttypes.h Whitespace cleanup only. 2015-04-04 22:55:56 +02:00
iovec.h
langinfo.h
libgen.h
libio.h
limits.h
locale.h
malloc_debug.h malloc_debug: Implement allocation dump on exit in guarded heap. 2015-04-10 17:04:28 +02:00
malloc.h malloc: implement malloc_usable_size(). 2015-06-13 14:29:11 +02:00
math.h
memory.h
monetary.h
netdb.h Remove gethostbyname_r and gethostbyaddr_r from headers 2015-06-17 21:30:02 +02:00
nl_types.h
null.h
poll.h
pthread.h Add support for pthread_condattr_get/setclock() 2015-05-02 20:55:57 +01:00
pwd.h
regex.h
resolv.h libbind: integrate "netresolv" patches from NetBSD. 2015-06-14 15:47:03 +02:00
sched.h
search.h search.h: fix typo. 2014-06-07 10:54:15 +02:00
semaphore.h Reimplement unnamed POSIX semaphores using user_mutex 2015-05-24 14:03:40 +01:00
setjmp.h
shadow.h
signal.h Revert "Add sys/ucontext.h" 2014-08-09 20:18:05 +02:00
size_t.h
stdint.h stdint.h: use correct type for INT64_MAX (#11647) 2014-12-20 10:06:21 +01:00
stdio_ext.h
stdio_post.h
stdio_pre.h
stdio.h stdio.h: declare fcloseall() GNU extension 2015-05-08 23:46:15 +02:00
stdlib.h Fix #7008: Add a64l and l64a from glibc, and add some missing definitions in wchar.h and stdlib.h 2014-12-14 18:06:09 +01:00
string.h string.h: include strings.h for compatibility. 2014-10-30 00:20:13 +01:00
strings.h include strings.h where appriopriate... 2014-08-08 22:40:37 +02:00
syslog.h
tar.h added tar.h posix header. 2014-04-26 11:09:24 +02:00
termios.h Add TIOCM_CAR as a synonym for TIOCM_CD 2014-11-09 02:28:06 +01:00
time.h
unistd.h Added execvpe(). 2015-07-23 13:30:30 +02:00
utime.h
wchar_t.h
wchar.h Fix #7008: Add a64l and l64a from glibc, and add some missing definitions in wchar.h and stdlib.h 2014-12-14 18:06:09 +01:00
wctype.h