freebsd-dev/lib/libc/amd64/sys
David Greenman c501fb74cf Fixed problem with returning -1 on error when the return value is a
long long. Done by plugging both eax and edx with -1. This will clobber
edx unnecessarily when the return value is only 32bit...though probably
always an okay thing to do, it could stand a better fix.
   This was the cause of gawk being broken (boy was THAT ever a subtle
bug!!!).
1994-08-13 14:00:26 +00:00
..
brk.S First crack at making libc work with the new make macros. It compiles on 1994-08-05 01:19:12 +00:00
cerror.S Fixed problem with returning -1 on error when the return value is a 1994-08-13 14:00:26 +00:00
exect.S First crack at making libc work with the new make macros. It compiles on 1994-08-05 01:19:12 +00:00
Makefile.inc Add $Id$ to all, clean up multiple spaces 1994-02-21 05:19:06 +00:00
pipe.S First crack at making libc work with the new make macros. It compiles on 1994-08-05 01:19:12 +00:00
ptrace.S First crack at making libc work with the new make macros. It compiles on 1994-08-05 01:19:12 +00:00
reboot.S First crack at making libc work with the new make macros. It compiles on 1994-08-05 01:19:12 +00:00
sbrk.S First crack at making libc work with the new make macros. It compiles on 1994-08-05 01:19:12 +00:00
setlogin.S First crack at making libc work with the new make macros. It compiles on 1994-08-05 01:19:12 +00:00
sigreturn.S First crack at making libc work with the new make macros. It compiles on 1994-08-05 01:19:12 +00:00
vfork.S First crack at making libc work with the new make macros. It compiles on 1994-08-05 01:19:12 +00:00