summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/open64.c
AgeCommit message (Expand)Author
2014-06-24open64: ensure that openat check worksVineet Gupta
2013-02-20open64: Use openat if arch does not have the open syscallMarkos Chandras
2012-06-15open64.c: no need for separate cancellation, open handles it alreadyPeter S. Mazinger
2012-06-15*64.[cS]: use _lfs_64.h instead of features.h and remove LFS guardPeter S. Mazinger
2009-10-17cancellation support for a large amount of the required syscallsAustin Foxley
2009-02-25Reinstate __libc_foo's needed for linuxthreads.old.Denis Vlasenko
2008-12-10*: remove some __libc_XXX functions:Denis Vlasenko
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2006-08-30tweak a few syscalls using varargsEric Andersen
2006-08-23psm updates: add __libc symbols for signal cancellationMike Frysinger
2006-02-13Weaken all that I remember being used in libpthreadPeter S. Mazinger
2006-01-26Get rid of missing prototype warningsPeter S. Mazinger
2006-01-24Convert all the strong_aliases to weak that are cancelable in libpthreadPeter S. Mazinger
2006-01-21Use __typeof instead of adding full prototypesPeter S. Mazinger
2006-01-15make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2005-12-16Some undefs to be pedanticPeter S. Mazinger
2005-12-01Hide mostly used functionsPeter S. Mazinger
2005-11-02Allow partly IMA compile of this directoryPeter S. Mazinger
2002-10-31Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen
2002-05-12Small cleanups for alphaEric Andersen
2002-02-23Several naming cleanups so threads work properly againEric Andersen
2001-10-17This commit makes large file support actually work (when enabled inEric Andersen