]> Git Repo - uclibc-ng.git/commit
The __set_errno macro _must_ match that defined in include/bits/errno.h. We
authorEric Andersen <[email protected]>
Fri, 26 Jul 2002 04:53:10 +0000 (04:53 -0000)
committerEric Andersen <[email protected]>
Fri, 26 Jul 2002 04:53:10 +0000 (04:53 -0000)
commita4eb8be71c809905f1fc08d8c3f12ed53bfa28ce
treed531d197ede1dceabd2da494572b51f360ec3c66
parent726b66de5cffd0069a0117fc2fbc5207608c0197
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
libc/sysdeps/linux/mips/bits/syscalls.h
This page took 0.027374 seconds and 4 git commands to generate.