summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/stat.c
Commit message (Collapse)AuthorAgeFilesLines
* fix breakage in x86_64 defconfigDenis Vlasenko2009-02-271-11/+1
|
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-1/+1
| | | | | Appears to build fine (several .configs tried)
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-1/+1
|
* - trim superfluous ';'. No objcode changesBernhard Reutner-Fischer2008-10-281-1/+1
|
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-1/+1
|
* Take Mike Frysinger's comments into account -- make certain that userEric Andersen2006-12-081-1/+1
| | | | | applications stop using _syscall#() and use syscall() instead. Cleanup internal handling of syscall includes to use the correct header file.
* fix building on 64bit hostsMike Frysinger2006-01-211-0/+1
|
* s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ↵Peter S. Mazinger2006-01-161-1/+1
| | | | see what libpthread will do ...
* make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger2006-01-151-1/+1
|
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-3/+4
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-7/+6
| | | | missing headers, other jump relocs removed
* dont include bits/kernel_stat.h as xstatconv.h already does and use ↵Mike Frysinger2006-01-141-2/+3
| | | | sys/stat.h rather than bits/stat.h
* fix building on 64bit hostsMike Frysinger2006-01-081-0/+6
|
* Some undefs to be pedanticPeter S. Mazinger2005-12-161-0/+2
|
* Convert internal users of chmod/*stat*, minimize change for __strsepPeter S. Mazinger2005-12-131-1/+2
|
* Do hidden __*stat*Peter S. Mazinger2005-12-101-2/+3
|
* fix eriks e-mail addressMike Frysinger2005-01-051-1/+1
|
* Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen2004-01-211-0/+34
-Erik