OSDN Git Service

Joakim Tjernlund writes:
[uclinux-h8/uClibc.git] / ldso / ldso / sh64 / dl-syscalls.h
1 /* Define the __set_errno macro as nothing so that we don't bother
2  * setting errno, which is important since we make system calls
3  * before the errno symbol is dynamicly linked. */
4
5 #include <errno.h>
6 #undef __set_errno
7 #define __set_errno(X) {(void)(X);}
8 #include "sys/syscall.h"
9