diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-08-01 02:05:05 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-08-01 02:05:05 +0000 |
commit | 4402f18d0f2d0d8cf1e1b08d05b17c40e9a87961 (patch) | |
tree | ac404f3ddc948bca8ec91243147fafc3dd87b461 /hurd | |
parent | bc5db29748f43d3d68d284c1fa8b34054bf13f89 (diff) |
Formerly io.defs.~63~
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/io.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/io.defs b/hurd/io.defs index 0f0c93ec..9e94c47f 100644 --- a/hurd/io.defs +++ b/hurd/io.defs @@ -130,7 +130,7 @@ routine io_get_owner ( provided only for backward compatibility with 4.3 BSD. This implements a per-object (not per-open) flag controlling old-style async mode (O_ASYNC). If the flag is set, then the IO object will - send SIGIO ande SIGURG signals (in precisely the same circumstances + send SIGIO and SIGURG signals (in precisely the same circumstances as io_async) to the current owner (pid or pgrp) as set by io_set_own. The reference port for the signal sends is the icky_async_id_port returned by this call; it is up to the caller to |