about summary refs log tree commit diff
path: root/Src/utils.c
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-10-19 08:46:54 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-10-19 08:46:54 +0000
commit16d7e31ae81bdd87dd90ce91d9072006e43f6596 (patch)
tree163fa15d6076a55c9cb0991656bf3b4d512f6de8 /Src/utils.c
parentf718ed6b52199e6a650fb8b01fec392e86dcf412 (diff)
downloadzsh-16d7e31ae81bdd87dd90ce91d9072006e43f6596.tar.gz
zsh-16d7e31ae81bdd87dd90ce91d9072006e43f6596.tar.xz
zsh-16d7e31ae81bdd87dd90ce91d9072006e43f6596.zip
make non-blocking IO on ptys work again; add -t option to test if command is still alive (13035)
Diffstat (limited to 'Src/utils.c')
-rw-r--r--Src/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/utils.c b/Src/utils.c
index 4e5da893b..05865cf67 100644
--- a/Src/utils.c
+++ b/Src/utils.c
@@ -1312,7 +1312,7 @@ setblock_stdin(void)
  */
 
 /**/
-int
+mod_export int
 read_poll(int fd, int *readchar, int polltty)
 {
     int ret = 0;