haiku/headers/posix/sys
Axel Dörfler 15ab0bcf01 * int32_t, uint32_t are now of type "int", and no longer of type "long".
This should help to reduce the number of warnings imported code will throw
  during compilation (helps a lot with tcpdump, for example).
* Since long is 64 bit on 64 bit platforms, we might want to think about doing
  that change for the Haiku types int32 and uint32 as well.
* Fixed several occurences of hidden type problems.
* Fixed build of the stack and TCP under BeOS.
* Fixed incorrect typedef in socket_interface.h.
* Minor cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22643 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-10-21 20:10:43 +00:00
..
cdefs.h
ioctl.h Merge of branches/team/network/new_stack - not yet complete as SVN does only support 2006-08-08 12:33:33 +00:00
param.h * Added _ALIGN() and _ALIGNBYTES macros. 2007-09-04 21:36:59 +00:00
resource.h added an Haiku-specific RLIMIT (NumOpenVnodeMONitors) (UNIMPLEMENTED yet) (we might want to renumber it), 2006-05-22 19:37:40 +00:00
select.h Merge of branches/team/network/new_stack - not yet complete as SVN does only support 2006-08-08 12:33:33 +00:00
socket.h * int32_t, uint32_t are now of type "int", and no longer of type "long". 2007-10-21 20:10:43 +00:00
sockio.h Support getting route information for a specific destination 2007-04-01 12:06:16 +00:00
stat.h Enabling the extended stat() versions had unforeseen consequences (broke the build, 2006-06-21 21:19:37 +00:00
statvfs.h
time.h
timeb.h Minor cleanup. 2006-03-16 14:42:47 +00:00
times.h
types.h added posix_gnu_string 2006-03-16 11:09:43 +00:00
uio.h Merge of branches/team/network/new_stack - not yet complete as SVN does only support 2006-08-08 12:33:33 +00:00
un.h Added sys/un.h header file - AF_UNIX is still unsupported, though. 2006-12-13 16:12:17 +00:00
utsname.h
wait.h