diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-12-01 20:45:08 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-12-01 20:45:08 +0000 |
commit | 5c80d0802a71205cfb7479e11ef0f049025ef05e (patch) | |
tree | ec7b3fe9b90c2b5170f4ebbaaff3b801bfcfecc2 | |
parent | e88d6713cd1f14292dc9aeea8d30998a85c37890 (diff) |
(tioctl_tiocsig): Needs one int arg.
-rw-r--r-- | hurd/tioctl.defs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hurd/tioctl.defs b/hurd/tioctl.defs index b38cf768..1f0bb8d2 100644 --- a/hurd/tioctl.defs +++ b/hurd/tioctl.defs @@ -1,5 +1,5 @@ /* Definitions for terminal ioctls - Copyright (C) 1991, 1993, 1994 Free Software Foundation + Copyright (C) 1991, 1993, 1994, 1995 Free Software Foundation This file is part of the GNU Hurd. @@ -126,7 +126,8 @@ routine tioctl_tiocdrain ( /* 95 TIOCSIG */ routine tioctl_tiocsig ( - port: io_t); + port: io_t; + signal: int); /* 96 TIOCEXT */ routine tioctl_tiocext ( |