summaryrefslogtreecommitdiff
path: root/ldso/ldso/cris/ld_syscalls.h
blob: 651280c18b9c93123deae08a738b3991f919ef74 (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"