freebsd-dev/lib/libc/arm/sys
Peter Wemm 65a6d893ba Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudo
syscalls, unless WITHOUT_SYSCALL_COMPAT is defined.  The default case
will have the .c wrappers still.  If you define WITHOUT_SYSCALL_COMPAT,
the .c wrappers will go away and libc will make direct syscalls.

After 7-stable starts, the direct syscall method will be default.

Approved by:  re (kensmith)
2007-07-04 23:23:01 +00:00
..
brk.S Use built-in _end symbol insteadof 'end' for consistency with other 2007-05-19 04:36:34 +00:00
cerror.S Cleanup: we always have to use __error() now, and we shouldn't provide a 2006-11-09 01:28:16 +00:00
fork.S Use the RET macro. 2004-11-09 16:49:14 +00:00
Makefile.inc Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudo 2007-07-04 23:23:01 +00:00
Ovfork.S
pipe.S Use the RET macro. 2004-11-09 16:49:14 +00:00
ptrace.S Cleanup: we always have to use __error() now, and we shouldn't provide a 2006-11-09 01:28:16 +00:00
sbrk.S Fix sbrk.S to use _end symbol the same way brk.s was fixed some time 2007-06-27 02:45:37 +00:00
shmat.S
sigreturn.S
syscall.S