URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [linux/] [net/] [herrno.c] - Rev 816
Compare with Previous | Blame | View Log
#include <reent.h> int *__h_errno_location() { return &(_REENT->_new._reent._h_errno); }