diff options
author | Roland McGrath <roland@gnu.org> | 1995-03-27 10:24:00 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-03-27 10:24:00 +0000 |
commit | 342414a6e0952c308c0cf27daab6ea24fc4cc172 (patch) | |
tree | 7572299dd85fccd4421e4be6e1b496e0013ccb58 /NEWS | |
parent | 1474b80f017c2fcc18b1de5bbc51884650d30582 (diff) | |
download | glibc-342414a6e0952c308c0cf27daab6ea24fc4cc172.tar glibc-342414a6e0952c308c0cf27daab6ea24fc4cc172.tar.gz glibc-342414a6e0952c308c0cf27daab6ea24fc4cc172.tar.bz2 glibc-342414a6e0952c308c0cf27daab6ea24fc4cc172.zip |
* sysdeps/unix/bsd/bsd4.4/revoke.S: New file.
* sysdeps/stub/revoke.c: New file.
* misc/Makefile (routines): Add revoke.
* posix/unistd.h [__USE_BSD] (revoke): Declare it.
* sysdeps/generic/pty.c (openpty, forkpty): Declare return types.
(forkpty): Declare login_tty.
* misc/logwtmp.c (logwtmp): Declare to return void.
* misc/login_tty.c (login_tty): Include unistd.h. Declare return type.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 21 March 1995 +GNU C Library NEWS -- history of user-visible changes. 27 March 1995 Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc. See the end for copying conditions. @@ -98,6 +98,11 @@ Version 1.10 * The new functions `ecvt', `fcvt', and `gcvt' provide an obsolete interface for formatting floating-point numbers. They are provided only for compatibility; new programs should use `sprintf' instead. + +* The new auxiliary library `-lutil' from 4.4 BSD contains various + functions for maintaining the login-record files (primarily of use to + system programs such as `login'), and convenient functions for + allocating and initializing a pseudo-terminal (pty) device. Version 1.09 |