[git commit nptl_merge] disable libutil related prototypes if asked to

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Sun Nov 22 08:37:56 UTC 2009


commit: http://git.uclibc.org/uClibc/commit/?id=c356796c330ec98fdbe5b9daba0ba386fb643540
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/nptl_merge

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 include/utmp.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/utmp.h b/include/utmp.h
index c198ede..182f45e 100644
--- a/include/utmp.h
+++ b/include/utmp.h
@@ -37,6 +37,7 @@ __BEGIN_DECLS
 
 
 
+#ifdef __UCLIBC_HAS_LIBUTIL__
 /* Make FD be the controlling terminal, stdin, stdout, and stderr;
    then close FD.  Returns 0 on success, nonzero on error.  */
 extern int login_tty (int __fd) __THROW;
@@ -51,6 +52,7 @@ extern int logout (__const char *__ut_line) __THROW;
 /* Append to wtmp an entry for the current time and the given info.  */
 extern void logwtmp (__const char *__ut_line, __const char *__ut_name,
 		     __const char *__ut_host) __THROW;
+#endif
 
 /* Append entry UTMP to the wtmp-like file WTMP_FILE.  */
 extern void updwtmp (__const char *__wtmp_file, __const struct utmp *__utmp)
-- 
1.6.3.3



More information about the uClibc-cvs mailing list