diff options
Diffstat (limited to 'resolv/res_libc.c')
-rw-r--r-- | resolv/res_libc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resolv/res_libc.c b/resolv/res_libc.c index e41cf0fe4d..76abca8442 100644 --- a/resolv/res_libc.c +++ b/resolv/res_libc.c @@ -28,7 +28,7 @@ out) since res_init() should go into libc.so but the rest of that file should not. */ -unsigned long long int __res_initstamp attribute_hidden; +extern unsigned long long int __res_initstamp attribute_hidden; /* We have atomic increment operations on 64-bit platforms. */ #if __WORDSIZE == 64 # define atomicinclock(lock) (void) 0 |