summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/sh/syscall_error.S
Commit message (Collapse)AuthorAgeFilesLines
* Stefan Allius writes:Eric Andersen2002-11-151-0/+37
I attached a patch, which revise the clone.S and vfork.S: - Use PIC code. - include new file syscall.S, so we can simply make a branch to __syscall_error instead of a PLT/GOT call - call errno_location to store the syscall error (for pthreads) - avoid to use the 'shad' statement on SH2 targets - call fork if vfork isn't available - some cleanups and optimization