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
/
order2mod4.c
blob
4f2026f0411a21e7c10e900223b98ba574efdd20
1
#include <stdio.h>
2
3
extern
int
bar
(
void
);
4
5
int
6
foo
(
void
)
7
{
8
return
42
+
bar
();
9
}
10
11
static void
12
__attribute__
((
destructor
))
13
fini
(
void
)
14
{
15
putchar
(
'3'
);
16
}