projects
/
platform
/
upstream
/
glibc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
* include/malloc.h: Remove _int_new_arena prototype.
[platform/upstream/glibc.git]
/
elf
/
firstobj.c
1
#include <errno.h>
2
3
extern int foo (void);
4
5
int
6
foo (void)
7
{
8
errno = 0;
9
return 0;
10
}