freebsd-dev/lib/libc/i386/sys
Alexander Kabaev dc0f86a25d Use '_end' symbol instead of 'end' to initialize minbrk and curbrk
variables. Both symbols are set to the same value by the linker,
and _end symbol has less chances to clash with application defined
global symbols.

alpha, ia64 and sparc64 ports already use _end, i386 is now
consistent with them.

Reviewed by:	bde
Approved by:	obrien
Reported by:	pirzyk
2002-08-08 17:28:07 +00:00
..
brk.S
cerror.S
exect.S
i386_clr_watch.c
i386_get_ioperm.2
i386_get_ioperm.c
i386_get_ldt.2
i386_get_ldt.c
i386_set_ioperm.c
i386_set_ldt.c
i386_set_watch.3
i386_set_watch.c
i386_vm86.2
i386_vm86.c
Makefile.inc Generate the normal asm stubs for all sysv system calls. Use these instead 2002-05-23 23:51:57 +00:00
Ovfork.S
pipe.S
ptrace.S
reboot.S
sbrk.S Use '_end' symbol instead of 'end' to initialize minbrk and curbrk 2002-08-08 17:28:07 +00:00
setlogin.S
sigreturn.S
syscall.S