diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-08-13 05:45:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-08-13 05:45:12 +0000 |
commit | 770d9b39dfacea4ec15446995d6a57906b8125d1 (patch) | |
tree | d2a3e0634cb96e6f6a243b659f882dc9916ce097 /resolv/res_libc.c | |
parent | 644eff0c9fde2da05a4edcbe49d27f528286a887 (diff) | |
download | glibc-770d9b39dfacea4ec15446995d6a57906b8125d1.tar glibc-770d9b39dfacea4ec15446995d6a57906b8125d1.tar.gz glibc-770d9b39dfacea4ec15446995d6a57906b8125d1.tar.bz2 glibc-770d9b39dfacea4ec15446995d6a57906b8125d1.zip |
Update.
2004-08-11 Andreas Schwab <schwab@suse.de>
* resolv/res_libc.c: Move definition of __res_initstamp ...
* resolv/res_init.c: ... here.
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 |