summaryrefslogtreecommitdiffstats
path: root/include/fcntl.h
Commit message (Collapse)AuthorAgeFilesLines
* add hidden aliases for openat funcsMike Frysinger2009-07-221-0/+2
| | | | | | openat64() uses openat(), so we need hidden aliases for it. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* first pass at implementing *at funcsMike Frysinger2009-07-201-6/+9
| | | | | | | Tested basic functionality with coreutils and things seem to work. At least gives us a basis to jump from. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* sync a few headers with glibc (no functional changes)Mike Frysinger2009-07-201-20/+19
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Merge some pre-work from branch, needed by NPTL.Khem Raj2008-12-311-0/+5
|
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-0/+4
| | | | | Appears to build fine (several .configs tried)
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-0/+2
|
* - use c89-style commentsBernhard Reutner-Fischer2008-10-031-1/+1
| | | | Closes issue #5194
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | like o UCLIBC_HAS_GNU_ERROR o UCLIBC_HAS_BSD_ERR o UCLIBC_HAS_PTY o UCLIBC_HAS_GETPT (1) o UCLIBC_SYSCALL_STUBS o UCLIBC_SYSCALL_STUB_WARNING o UCLIBC_LINUX_SPECIFIC (2) o UCLIBC_BSD_SPECIFIC (3) o UCLIBC_NTP_LEGACY (4) o UCLIBC_SV4_DEPRECATED (5) o UCLIBC_HAVE_REALTIME (6) o UCLIBC_HAVE_ADVANCED_REALTIME (7) o UCLIBC_HAVE_EPOLL (8) o UCLIBC_HAVE_XATTR (9) o UCLIBC_HAVE_PROFILING (10) (1) make non-standard getpt optional and implement standard posix_openpt (2) fstatfs(), inotify_*(), ioperm(), iopl(), madvise(), modify_ldt(), personality() ppoll(), setresuid() (3) mincore(), getdomainname(), setdomainname() (4) ntp_adjtime(), ntp_gettime() aliases (5) ustat() [use statfs(2) in your code instead] (6) All marked as "(REALTIME)" in SUSv3 (7) All marked as "(ADVANCED REALTIME)" in SUSv3 (8) epoll_create(), epoll_ctl(), epoll_wait() (9) all Extended Attributes (10) helpers for gcc's -finstrument-functions - Fixes _dl_exit() - Implements sleep(3) for !UCLIBC_HAVE_REALTIME - Implements usleep(3) for !UCLIBC_HAVE_REALTIME - adds #warning about incorrect posix_fadvise{,64}() - removes unused and unwanted uselib() Net outcome is that an allnoconfig with HAVE_SHARED is now about 88k instead of formerly 130k.
* Add fcntl64 prototypePeter S. Mazinger2006-01-121-0/+3
|
* sync with glibc headerMike Frysinger2005-11-301-3/+39
|
* merge updates from glibcMike Frysinger2005-10-261-29/+35
|
* Correcrt posix_fadvise* to allow compilingPeter S. Mazinger2005-10-251-3/+3
|
* uncomment posix_fadvise prototype since we implement it nowMike Frysinger2005-10-251-5/+6
|
* First pass prototype removals from auditing header files:Eric Andersen2004-09-071-0/+6
| | | | | a.out.h to libgen.h (omitting complex.h for a later separate effort for the math stuff)
* Enable fcntl64, and fix fcntl when large fils is enabled.Eric Andersen2002-01-171-0/+9
|
* Rev all the header files to sync things with glibc 2.2.4Eric Andersen2001-09-271-21/+58
|
* Strip all object files of all non global symbols and .note andEric Andersen2000-10-201-0/+2
| | | | | .comment, saving a lot of space in the resultant binaries... -Erik
* Bug ugly formatting updateEric Andersen2000-10-091-11/+119
|
* Initial revision0_9_1Erik Andersen2000-05-141-0/+20