diff options
author | Christopher Faylor <me@cgf.cx> | 2008-07-30 04:58:24 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2008-07-30 04:58:24 +0000 |
commit | a010e6abed2c84e302823c4403ef3782b34bb6f1 (patch) | |
tree | 85d4a3bc4bc26912d44e8a2486db84fcb7efef03 /winsup/cygwin/ChangeLog | |
parent | dbfc6f0e7853822a87fb2521f71a856b02c60875 (diff) | |
download | cygnal-a010e6abed2c84e302823c4403ef3782b34bb6f1.tar.gz cygnal-a010e6abed2c84e302823c4403ef3782b34bb6f1.tar.bz2 cygnal-a010e6abed2c84e302823c4403ef3782b34bb6f1.zip |
* 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.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 25f1601a5..cde34cf6d 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,18 @@ +2008-07-30 Christopher Faylor <me+cygwin@cgf.cx> + + * 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. + 2008-07-29 Christopher Faylor <me+cygwin@cgf.cx> * include/cygwin/version.h: Add comment indicating that current API number |