haiku/headers/posix
Axel Dörfler 717eabde1f Added comments to the fields of the dirent structure. Most important one
is d_reclen which points out that this field is not the name length but
the one of the whole record (this is also handled incorrectly by the kernel
file systems right now).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2109 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-11-29 02:49:58 +00:00
..
arpa after many changes, the network stack can now be build 2002-10-30 01:21:54 +00:00
net rtstat and rt_tables global variables were declared EACH time route.h was included. 2002-11-01 02:53:49 +00:00
netinet Add missing extern "C" enclosures. 2002-11-01 02:54:42 +00:00
sys Remove once again a global variable (protocols list) declaration from a header! 2002-11-13 23:40:03 +00:00
dirent.h Added comments to the fields of the dirent structure. Most important one 2002-11-29 02:49:58 +00:00
div_t.h Made stdlib.h almost compatible to BeOS. 2002-10-25 22:02:50 +00:00
errno.h The header is now compatible with R5's libroot.so. 2002-11-15 17:37:55 +00:00
exception
fcntl.h
float.h
fnmatch.h
glob.h
inttypes.h Added inttypes.h (includes stuff like int8_t typedef), but it's not complete; 2002-10-26 00:35:08 +00:00
iovec.h
limits.h
locale.h Added a locale.h header file. 2002-10-26 00:35:43 +00:00
malloc.h
math.h added macros PI and PI2, and fixed previous (invalid) references to these 2002-10-27 01:36:45 +00:00
netdb.h
new
new.h
null.h
poll.h The pollfd fields events & revents had the wrong size (int instead of short). 2002-10-29 05:39:54 +00:00
pwd.h
resolv.h added C++ header guards 2002-10-26 13:22:40 +00:00
signal.h some cleanup and reorganization: 2002-11-18 07:24:07 +00:00
size_t.h
stdarg.h
stddef.h
stdlib.h "template" is obviously a reserved word in C++... 2002-10-26 00:06:00 +00:00
string.h Removed the "const" in the return value of strerror() to be POSIX compliant. 2002-11-01 02:58:34 +00:00
strings.h
time.h Added struct timespec, and struct itimerspec to time.h. 2002-10-28 18:36:26 +00:00
typeinfo
unistd.h
utime.h Added utime.h. 2002-11-15 22:34:27 +00:00
varargs.h
wchar_t.h
wchar.h