From a010e6abed2c84e302823c4403ef3782b34bb6f1 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Wed, 30 Jul 2008 04:58:24 +0000 Subject: * cygwin.din (_getutline): Remove. * lib/bsdlib.cc (login): Make argument const as per linux. (logout): Ditto. * syscalls.cc (getutid): Ditto. (getutline): Ditto. (pututline): Ditto. (getutxent): Add comment mentioning non-thread-safety. (getutxid): Ditto. (getutxline): Ditto. (pututxline): Ditto. * sys/utmp.h: Declare arguments to various functions as const as per linux. Remove bogus _getutline definition. --- winsup/cygwin/cygwin.din | 1 - 1 file changed, 1 deletion(-) (limited to 'winsup/cygwin/cygwin.din') diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din index 1dac2268d..1b5ac9f4e 100644 --- a/winsup/cygwin/cygwin.din +++ b/winsup/cygwin/cygwin.din @@ -701,7 +701,6 @@ _getutent = getutent SIGFE getutid SIGFE _getutid = getutid SIGFE getutline SIGFE -_getutline = getutline SIGFE getutxent SIGFE getutxid SIGFE getutxline SIGFE -- cgit v1.2.3