OSDN Git Service

fix a problem with hidden getutent in non-threaded builds
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 6 Feb 2011 22:51:23 +0000 (23:51 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 6 Feb 2011 22:51:23 +0000 (23:51 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libc/misc/utmp/utent.c

index bf265c2..11d6154 100644 (file)
@@ -98,8 +98,8 @@ struct utmp *getutent(void)
     __UCLIBC_MUTEX_UNLOCK(utmplock);
     return ret;
 }
-libc_hidden_def(getutent)
 #endif
+libc_hidden_def(getutent)
 
 void endutent(void)
 {