freebsd-dev/lib/libc/ia64/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
cerror.S
exect.S
fork.S The END() must expand to the .endp directive with the same name as 2003-08-01 22:17:12 +00:00
getcontext.S Override the default stubs for getcontext(2) and swapcontext(2) so 2003-08-02 00:49:36 +00:00
Makefile.inc Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudo 2007-07-04 23:23:01 +00:00
Ovfork.S The END() must expand to the .endp directive with the same name as 2003-08-01 22:17:12 +00:00
pipe.S
ptrace.S
sbrk.S
setlogin.S The END() must expand to the .endp directive with the same name as 2003-08-01 22:17:12 +00:00
sigreturn.S
swapcontext.S Override the default stubs for getcontext(2) and swapcontext(2) so 2003-08-02 00:49:36 +00:00