summaryrefslogtreecommitdiff
path: root/ldso/ldso/sh/dl-syscalls.h
blob: 793dc91108bc22e139776b2f1707cd0c3ee35009 (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)
#include "sys/syscall.h"