summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/modify_ldt.c
Commit message (Collapse)AuthorAgeFilesLines
* - 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.
* The ltp testsuite fails on x86 without the modify_ldt syscallEric Andersen2006-07-051-6/+1
|
* dont bother exporting modify_ldt() eitherMike Frysinger2006-06-201-1/+6
|
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-0/+1
|
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-3/+2
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-1/+1
| | | | missing headers, other jump relocs removed
* Remove all trailing ; after *_alias and change 2 to use weak_alias instead ↵Peter S. Mazinger2005-12-161-1/+1
| | | | of __attribute__ ...
* fix eriks e-mail addressMike Frysinger2005-01-051-1/+1
|
* Andrew May writes:Eric Andersen2004-01-301-1/+3
| | | | | | Here are some simple fixes for things that broke for PPC with the recent syscall cleanup. I am not sure they are correct but they seem pretty trivial.
* Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen2004-01-211-0/+13
-Erik