summaryrefslogtreecommitdiff
path: root/ldso/ldso/arm/ld_syscalls.h
blob: df14f34fbd99c1a161e85a5a1673c881e36508b9 (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)
#include "sys/syscall.h"