about summary refs log tree commit diff
path: root/misc/sgtty.h
diff options
context:
space:
mode:
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;