From a73b0d84418552e0b05c2107e88e0f019ecd4dee Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 10 Oct 1999 15:45:52 +0000 Subject: Update. 1999-10-10 Andreas Jaeger * misc/sgtty.h: Fix typo in last patch. * sysdeps/unix/sysv/linux/bits/socket.h: Likewise. --- misc/sgtty.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/sgtty.h b/misc/sgtty.h index 6d1c5a88c2..17f0119ed7 100644 --- a/misc/sgtty.h +++ b/misc/sgtty.h @@ -30,7 +30,7 @@ struct sgttyb; __BEGIN_DECLS /* Fill in *PARAMS with terminal parameters associated with FD. */ -extern int gtty patch(int __fd, struct sgttyb *__params) __THROW; +extern int gtty (int __fd, struct sgttyb *__params) __THROW; /* Set the terminal parameters associated with FD to *PARAMS. */ extern int stty (int __fd, __const struct sgttyb *__params) __THROW; -- cgit 1.4.1