summaryrefslogtreecommitdiff
path: root/misc/sgtty.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-10-10 15:45:52 +0000
committerUlrich Drepper <drepper@redhat.com>1999-10-10 15:45:52 +0000
commita73b0d84418552e0b05c2107e88e0f019ecd4dee (patch)
tree0e72e7903b2154c2d314693a5cae8c959fd4510c /misc/sgtty.h
parent2293395f48cbfbd6ddf548fea8ba832e4c185356 (diff)
Update.
1999-10-10 Andreas Jaeger <aj@suse.de> * misc/sgtty.h: Fix typo in last patch. * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
Diffstat (limited to 'misc/sgtty.h')
-rw-r--r--misc/sgtty.h2
1 files changed, 1 insertions, 1 deletions
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;