summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/i386/mmap64.S
Commit message (Collapse)AuthorAgeFilesLines
* Remove stray code alignment (.align 16 and .align 4 directives)Denis Vlasenko2007-07-291-1/+0
| | | | | from i386 and x86_64.
* missed one of the __error names in changing to __syscall_errorMike Frysinger2005-08-121-1/+1
|
* jump straight to __syscall_errorMike Frysinger2005-08-111-4/+1
|
* oops, we want to jmp to the syscall handler, not call itMike Frysinger2005-07-081-1/+1
|
* Peter S. Mazinger writes: use the __syscall_error.c trick to handle setting ↵Mike Frysinger2005-07-061-22/+8
| | | | errno
* syntax touchups as suggested by Peter S. MazingerMike Frysinger2005-07-061-6/+5
|
* Revenge of the TypoEric Andersen2003-06-271-1/+1
|
* add mmap64 for i386Eric Andersen2003-06-271-0/+112