summaryrefslogtreecommitdiff
path: root/include/fcntl.h
AgeCommit message (Expand)Author
2021-04-09open: Add support for O_TMPFILENicolas Cavallari
2020-09-09add MAX_HANDLE_SZWaldemar Brodkorb
2020-08-19Add {name, open}_to_handle_at() implementationPetr Vorel
2020-02-03csky: add statx conditionalsWaldemar Brodkorb
2017-04-04Revert "fcntl.h: fix a missing `struct timespec` definition"Waldemar Brodkorb
2017-02-28fcntl.h: fix a missing `struct timespec` definitionDamien Riegel
2015-12-08sync with glibc, add some missing definesWaldemar Brodkorb
2015-03-13unistd.h: put getppid under XOPEN2K8Bernhard Reutner-Fischer
2014-09-09libc: add fallocate() and fallocate64()Anthony G. Basile
2013-02-11libc: add posix_fallocate()Bernhard Reutner-Fischer
2012-11-18drop support for pre ISO-C compilersMike Frysinger
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-06-15fcntl: add cancellation to fcntl64, use cancel.hPeter S. Mazinger
2012-06-15open.c: add cancellation using cancel.hPeter S. Mazinger
2012-06-15openat*: use a static function with the different type and strong_alias_untypedPeter S. Mazinger
2012-06-15no need for hidden lockf64Peter S. Mazinger
2011-03-03provide internal hidden version of __fcntl_nocancelPeter S. Mazinger
2010-07-26enable fcntl nocancel prototype for all threadsMike Frysinger
2010-05-17Fix fcntl64 for 64 bit targets.Rob Landley
2009-07-22add hidden aliases for openat funcsMike Frysinger
2009-07-20first pass at implementing *at funcsMike Frysinger
2009-07-20sync a few headers with glibc (no functional changes)Mike Frysinger
2008-12-31Merge some pre-work from branch, needed by NPTL.Khem Raj
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-10-03- use c89-style commentsBernhard Reutner-Fischer
2008-06-03- adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer
2006-01-12Add fcntl64 prototypePeter S. Mazinger
2005-11-30sync with glibc headerMike Frysinger
2005-10-26merge updates from glibcMike Frysinger
2005-10-25Correcrt posix_fadvise* to allow compilingPeter S. Mazinger
2005-10-25uncomment posix_fadvise prototype since we implement it nowMike Frysinger
2004-09-07First pass prototype removals from auditing header files:Eric Andersen
2002-01-17Enable fcntl64, and fix fcntl when large fils is enabled.Eric Andersen
2001-09-27Rev all the header files to sync things with glibc 2.2.4Eric Andersen
2000-10-20Strip all object files of all non global symbols and .note andEric Andersen
2000-10-09Bug ugly formatting updateEric Andersen
2000-05-14Initial revisionErik Andersen