haiku/headers/private/libroot
Axel Dörfler 9c5c79ad86 * Made DIR definition private, and moved it into the new dirent_private.h
header.
* Added fields necessary to make it possible to retrieve more than one
  dirent from the underlying file system.
* Unless some app creates a DIR on its own to it to feed readdir(), this
  change should be binary compatible. If we find an application misbehaving,
  we can still make it a GCC4 only thing.
* fs_attr/fs_index/fs_query now all use readdir() directly (as that one
  contains the logic to iterate through a number of dirents in userspace).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26339 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-07-09 11:16:00 +00:00
..
time Define HAVE_STDINT_H unconditionally. We have it, and some header 2008-04-11 03:25:56 +00:00
dirent_private.h * Made DIR definition private, and moved it into the new dirent_private.h 2008-07-09 11:16:00 +00:00
fork.h Added some prototypes of private support functions for fork(). 2004-10-12 16:28:25 +00:00
libroot_lock.h Copied the benaphore implementation from the kernel for use in libroot. 2008-04-02 13:39:43 +00:00
libroot_private.h * Changed the _kern_exec() and _kern_load_image() syscalls. They expect 2008-06-24 03:37:07 +00:00
mathimpl.h Removed unused includes. 2003-05-03 16:05:18 +00:00
trig.h for libroot's trig functions we need PI2 = 2*pi, so undef the math definitions. this affects only this private header (trig.h) and the files that include it from libroot (sincos.c, tan.c). fixes sin/cos/tan problems. 2005-05-18 21:39:36 +00:00
user_group.h Added missing spwd::sp_lstchg field. 2008-05-19 02:16:12 +00:00
user_thread.h * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00