diff options
Diffstat (limited to 'libc/misc/utmp')
-rw-r--r-- | libc/misc/utmp/utent.c | 4 | ||||
-rw-r--r-- | libc/misc/utmp/wtent.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libc/misc/utmp/utent.c b/libc/misc/utmp/utent.c index 627839715..cc036cb6d 100644 --- a/libc/misc/utmp/utent.c +++ b/libc/misc/utmp/utent.c @@ -68,7 +68,7 @@ bummer: return; } -libc_hidden_proto(setutent) +/* libc_hidden_proto(setutent) */ void setutent(void) { __UCLIBC_MUTEX_LOCK(utmplock); @@ -143,7 +143,7 @@ static struct utmp *__getutid(const struct utmp *utmp_entry) return NULL; } -libc_hidden_proto(getutid) +/* libc_hidden_proto(getutid) */ struct utmp *getutid(const struct utmp *utmp_entry) { struct utmp *ret = NULL; diff --git a/libc/misc/utmp/wtent.c b/libc/misc/utmp/wtent.c index 12ffc1a86..b7a581785 100644 --- a/libc/misc/utmp/wtent.c +++ b/libc/misc/utmp/wtent.c @@ -17,12 +17,12 @@ #if 0 /* Experimentally off - libc_hidden_proto(memset) */ /* Experimentally off - libc_hidden_proto(strncpy) */ -libc_hidden_proto(updwtmp) +/* libc_hidden_proto(updwtmp) */ #endif /* libc_hidden_proto(open) */ /* libc_hidden_proto(write) */ /* libc_hidden_proto(close) */ -libc_hidden_proto(lockf) +/* libc_hidden_proto(lockf) */ /* libc_hidden_proto(gettimeofday) */ #if 0 |