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
ia64: drop __tls_get_addr from expected ld.so plt usage
[glibc.git]
/
elf
/
tst-order-main.c
blob
80f4f6be185072de8f5b0838bcac2a48efe9239b
1
#include <stdio.h>
2
#include <unistd.h>
3
#include <stdlib.h>
4
5
int
6
main
(
int
argc
,
char
*
argv
[] )
7
{
8
printf
(
"main
\n
"
);
9
exit
(
EXIT_SUCCESS
);
10
}