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
microblaze: 64b atomic operations are not supported.
[glibc.git]
/
elf
/
order2mod1.c
blob
b695db29b7023417a862984bfb23a39c878ca7fb
1
#include <stdio.h>
2
3
static void
4
__attribute__
((
destructor
))
5
fini
(
void
)
6
{
7
putchar
(
'1'
);
8
}