summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/ioperm.c
Commit message (Collapse)AuthorAgeFilesLines
* ioperm is not used internally, remove hidden_protoBernhard Reutner-Fischer2009-08-011-1/+3
| | | | | | Without a hidden_def we'd end up with __GI_ioperm which is wrong. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* fix ioperm build problems caused by libc_hidden_proto removalDenis Vlasenko2008-11-211-0/+5
|
* - remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer2008-10-221-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.
* tweak the idea between having a MMU and actually using itMike Frysinger2006-02-181-1/+1
|
* Add back explicit prototype, archs miss sys/io.h, remove m68k exclusionPeter S. Mazinger2006-01-271-1/+2
|
* s|sys/perm.h|sys/io.h|, thx vapierPeter S. Mazinger2006-01-271-1/+1
|
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-0/+1
|
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-2/+2
|
* Do not stub out functions for mmu-less systems. Hide allEric Andersen2005-10-041-6/+0
| | | | prototypes for functions disabled on mmu-less systems.
* fix whitespacingMike Frysinger2005-07-281-3/+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/+19
-Erik