diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-09-26 18:32:24 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-09-26 18:32:24 +0000 |
commit | 56b849ef979019dcef2c815eb3a19353df59455e (patch) | |
tree | 85f52020d3f2669f0c591c9887d015e2066daa5c /hurd/tioctl.defs | |
parent | 79a0793c2654e63d57fc383f9c85534ff1854a27 (diff) |
*** empty log message ***
Diffstat (limited to 'hurd/tioctl.defs')
-rw-r--r-- | hurd/tioctl.defs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hurd/tioctl.defs b/hurd/tioctl.defs index 910496b1..fa347c76 100644 --- a/hurd/tioctl.defs +++ b/hurd/tioctl.defs @@ -131,7 +131,8 @@ routine tioctl_tiocsig ( /* 96 TIOCEXT */ routine tioctl_tiocext ( - port: io_t); + port: io_t; + mode: int); skip; /* 97 TIOCSCTTY -- implemented in C library */ skip; /* 98 TIOCCONS -- implemented in C library */ |