Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2001-11-05 21:06:24 +0300
committerCorinna Vinschen <corinna@vinschen.de>2001-11-05 21:06:24 +0300
commitc7dd4f95118f40d8fcb2f83c11d9419aba5bdef2 (patch)
tree38db51321c0dcdb8d7c8354f00df4e3e836feb74 /newlib/ChangeLog
parent48da07548b0224b9ab9996010c2e8467a9f5a2a6 (diff)
* libc/include/sys/unistd.h: Add prototypes for endusershell(),
getusershell(), iruserok(), revoke(), ruserok() and setusershell() when __CYGWIN__ is defined. * libc/sys/cygwin/sys/utmp.h: Add prototypes for login_tty() and logwtmp().
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 4cb8a1995..a1c159192 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,11 @@
+2001-11-05 Corinna Vinschen <corinna@vinschen.de>
+
+ * libc/include/sys/unistd.h: Add prototypes for endusershell(),
+ getusershell(), iruserok(), revoke(), ruserok() and setusershell()
+ when __CYGWIN__ is defined.
+ * libc/sys/cygwin/sys/utmp.h: Add prototypes for login_tty() and
+ logwtmp().
+
2001-11-01 Arati Dikey <aratidikey@hotmail.com>
* libm/mathfp/sf_isinf.c (isinff): Change to use _DEFUN macro.