diff options
Diffstat (limited to 'include/sgtty.h')
-rw-r--r-- | include/sgtty.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sgtty.h b/include/sgtty.h index 7025a110b..d37b58548 100644 --- a/include/sgtty.h +++ b/include/sgtty.h @@ -37,7 +37,7 @@ __BEGIN_DECLS 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; +extern int stty (int __fd, const struct sgttyb *__params) __THROW; #endif |