Преглед изворни кода

fix a problem with hidden getutent in non-threaded builds

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys Vlasenko пре 13 година
родитељ
комит
6349a66303
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      libc/misc/utmp/utent.c

+ 1 - 1
libc/misc/utmp/utent.c

@@ -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)
 {