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
hppa: Add MAP_HUGETLB and MAP_STACK defines [BZ #19285]
[glibc.git]
/
elf
/
tst-unique2mod1.c
blob
7cdb0eb0a09f67a96b147e6080841bbb99838206
1
#include <config.h>
2
3
asm
(
".data;"
4
".globl var
\n
"
5
".type var, %gnu_unique_object
\n
"
6
".size var, 4
\n
"
7
"var:.zero 4
\n
"
8
".previous"
);