]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add static to parameter list for __libc_once_init.
authorUlrich Drepper <drepper@redhat.com>
Fri, 8 Aug 1997 00:25:38 +0000 (00:25 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 8 Aug 1997 00:25:38 +0000 (00:25 +0000)
inet/inet_ntoa.c

index a72d7ba7e31526d9a4bdf1ac7b5f0458ab3015d9..565f773358365266d11cfafe585825e4c94d0afc 100644 (file)
@@ -43,7 +43,7 @@ static void free_key_mem (void *mem);
 char *
 inet_ntoa (struct in_addr in)
 {
-  __libc_once_define (once);
+  __libc_once_define (static, once);
   char *buffer;
   unsigned char *bytes;