repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove unused macros from i386 lowlevellock.h.
[glibc.git]
/
elf
/
firstobj.c
blob
2e6033eab640e0ff612956c058b5ee7097f02bfd
1
#include <errno.h>
2
3
extern
int
foo
(
void
);
4
5
int
6
foo
(
void
)
7
{
8
errno
=
0
;
9
return
0
;
10
}