summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/arm/syscall.c
Commit message (Collapse)AuthorAgeFilesLines
* Massive merge from trunk."Steven J. Hill"2005-11-171-13/+1
|
* Merge/sync with trunk."Steven J. Hill"2005-08-171-1/+16
|
* Fix screwed up formattingEric Andersen2004-05-051-20/+20
|
* Jeroen Dobbelaere writes:Eric Andersen2004-05-051-1/+2
| | | | | | | | | | Because variables are linked to fixed registers, there is a problem in : (*__errno_location())=(-_r0); As __errno_location() uses r0 to return the address of the errno location, the negated address will be assigned instead of the error code. Attached patch will resolve this.
* Fix arm syscall implementation so it does not blow chunks with gcc 3.3Eric Andersen2003-06-111-1/+1
| | | | -Erik
* Implement syscall() for armEric Andersen2002-07-251-0/+49
-Erik