OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [uClibc/] [ldso/] [ldso/] [sh/] [ld_syscalls.h] - Blame information for rev 1325

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1325 phoenix
/* Define the __set_errno macro as nothing so that we don't bother
2
 * setting errno, which is important since we make system calls
3
 * before the errno symbol is dynamicly linked. */
4
 
5
#define __set_errno(X) {(void)(X);}
6
#include "sys/syscall.h"
7
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.