freebsd-dev/lib/libc/arm/sys
Brooks Davis 0aa6527ff0 Removed unused special fork() implementations.
The arm version hasn't been used in ages.

The mips version uses a valid, but pointless check of v1 and has been
unhooked from the build since r276630.

Differential Revision:	https://reviews.freebsd.org/D2592
Reviewed by:	emaste
Sponsored by:	DARPA, AFRL
2015-05-29 19:42:55 +00:00
..
brk.S Use the GOT_* macros to help simplify the code, these work with both pic 2015-05-11 20:33:46 +00:00
cerror.S In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo). 2014-08-31 17:21:51 +00:00
Makefile.inc The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), and 2015-04-18 21:50:13 +00:00
Ovfork.S In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo). 2014-08-31 17:21:51 +00:00
pipe.S In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo). 2014-08-31 17:21:51 +00:00
ptrace.S In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo). 2014-08-31 17:21:51 +00:00
sbrk.S Use the GOT_* macros to help simplify the code, these work with both pic 2015-05-11 20:33:46 +00:00
shmat.S
sigreturn.S
syscall.S