summaryrefslogtreecommitdiff
path: root/ldso/ldso/sh/dl-syscalls.h
blob: e4a1ff9c409105a21e7c0b063863fe8741cdb007 (plain)
1
2
3
4
5
6
7
/* Define the __set_errno macro as nothing so that we don't bother
 * setting 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"