summaryrefslogtreecommitdiffstats
path: root/stream.h
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-04-28 20:19:09 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-04-28 20:19:09 -0700
commit7a0851c446dc6d128b1c49e21cc9d356bd7debc3 (patch)
treef1d76f9795e12e20e699d46cd9bfd358d6ff1ada /stream.h
parentd5faa2f124eff2c6f2079f6adc04cdbcc02c676e (diff)
downloadtxr-7a0851c446dc6d128b1c49e21cc9d356bd7debc3.tar.gz
txr-7a0851c446dc6d128b1c49e21cc9d356bd7debc3.tar.bz2
txr-7a0851c446dc6d128b1c49e21cc9d356bd7debc3.zip
Adding poll function.
* configure: Check for the poll function and set HAVE_POLL accordingly in config.h. * stream.h (fd_k): External declaration added. * sysif.c (poll_wrap): New function. (sysif_init): Registered poll-in, poll-out, poll-err, poll-pri, poll-rdhup, poll-nval, poll-rdband, poll-wrband variables and poll function. * txr.1: Documented poll.
Diffstat (limited to 'stream.h')
-rw-r--r--stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream.h b/stream.h
index 48432e9f..910cdaec 100644
--- a/stream.h
+++ b/stream.h
@@ -72,7 +72,7 @@ extern val dev_k, ino_k, mode_k, nlink_k, uid_k;
extern val gid_k, rdev_k, size_k, blksize_k, blocks_k;
extern val atime_k, mtime_k, ctime_k;
extern val from_start_k, from_current_k, from_end_k;
-extern val real_time_k, name_k;
+extern val real_time_k, name_k, fd_k;
extern val format_s;
extern val stdin_s, stdout_s, stddebug_s, stderr_s, stdnull_s;