[uClibc-cvs] cvs commit to uClibc/libc/sysdeps/linux/mips/bits by andersen
andersen at codepoet.org
andersen at codepoet.org
Fri Jul 26 04:53:11 UTC 2002
Repository: uClibc/libc/sysdeps/linux/mips/bits
who: andersen
time: Thu Jul 25 22:53:11 MDT 2002
Log Message:
The __set_errno macro _must_ match that defined in include/bits/errno.h. We
can't tack in the return -1 since then when people include errno.h, the return
-1 mysteriously vanishes... Setting the __set_errno back and restoring the
'return -1;' calls to each _syscall[0-n] macro makes mips syscalls work again.
-Erik
Files:
changed: syscalls.h
More information about the uClibc-cvs
mailing list