mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
Update.
2000-09-21 Martin Buchholz <martin@xemacs.org> * manual/terminal.texi (Allocation): Sample code correction.
This commit is contained in:
parent
b025588ad8
commit
14e243ce43
@ -1,3 +1,7 @@
|
||||
2000-09-21 Martin Buchholz <martin@xemacs.org>
|
||||
|
||||
* manual/terminal.texi (Allocation): Sample code correction.
|
||||
|
||||
2000-09-20 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* iconvdata/Makefile (generated): Add tst-tables.out.
|
||||
|
@ -2030,7 +2030,7 @@ int
|
||||
open_pty_pair (int *amaster, int *aslave)
|
||||
@{
|
||||
int master, slave;
|
||||
char *name
|
||||
char *name;
|
||||
|
||||
master = getpt ();
|
||||
if (master < 0)
|
||||
|
Loading…
Reference in New Issue
Block a user