summaryrefslogtreecommitdiff
path: root/ldso/ldso/i386/ld_syscalls.h
blob: c020832bb269cb790085d6313cecf8d64d6ac180 (plain)
1
2
3
4
5
6
7
/* Define the __set_errno macro as nothing so that INLINE_SYSCALL
 * won't set errno, which is important since we make system calls
 * before the errno symbol is dynamicly linked. */

#define __set_errno(X) {(void)(X);}
#include "sys/syscall.h"