freebsd_amp_hwpstate/lib/csu/i386
Bruce Evans 3581d64b8d Fixed type mismatches in args to __syscall(). One for mmap() broke on
i386's with 64-bit longs -- the padding between mmap()'s 5th and 6th
is an int, not a long.  The other mismatches were benign.
1998-12-27 15:47:15 +00:00
..
Makefile Avoid using ld -O (as in bsd.lib.mk). 1998-12-27 15:24:21 +00:00
c++rt0.c Declare the constructor/destructor linker sets as extern rather than 1997-04-09 19:14:31 +00:00
crt0.c Fixed type mismatches in args to __syscall(). One for mmap() broke on 1998-12-27 15:47:15 +00:00