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
Modify elf/tst-audit9.c to use test-skeleton.c
[glibc.git]
/
sysdeps
/
nacl
/
entry.h
blob
e9dc190e34bd8e7627811d151abb310bcba6848c
1
#ifndef __ASSEMBLY__
2
# include <stdint.h>
3
extern
void
_start
(
uint32_t
info
[])
attribute_hidden
;
4
#endif
5
6
#define ENTRY_POINT _start