repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixes for host gcc 4.6.1
[zpugcc/jano.git]
/
toolchain
/
gcc
/
newlib
/
libc
/
string
/
u_strerr.c
blob
fa4605c8b8d5bb26a188f9f9ac837f7606fdfa0f
1
#include <_ansi.h>
2
3
char
*
4
_DEFUN
(
_user_strerror
, (
errnum
),
5
int
errnum
)
6
{
7
return
0
;
8
}