Remove socket.S implementation
[glibc.git] / elf / tst-unique2mod1.c
blobb7e491b2e500a0af1444bd783df654f80dc1e557
1 #include <config.h>
3 #ifdef HAVE_ASM_UNIQUE_OBJECT
4 asm (".data;"
5 ".globl var\n"
6 ".type var, %gnu_unique_object\n"
7 ".size var, 4\n"
8 "var:.zero 4\n"
9 ".previous");
10 #endif