aboutsummaryrefslogtreecommitdiffstats
path: root/gawkapi.h
diff options
context:
space:
mode:
authorAndrew J. Schorr <aschorr@telemetry-investments.com>2013-07-05 20:44:49 -0400
committerAndrew J. Schorr <aschorr@telemetry-investments.com>2013-07-05 20:44:49 -0400
commit633bbb9f481cd72edb7c419941a366d0efbf88b6 (patch)
treeccc519664518e5ad1a15a551bd4452dc656cb867 /gawkapi.h
parentfe3ad49e37792999b36f1e590974a19a92b7f388 (diff)
downloadegawk-633bbb9f481cd72edb7c419941a366d0efbf88b6.tar.gz
egawk-633bbb9f481cd72edb7c419941a366d0efbf88b6.tar.bz2
egawk-633bbb9f481cd72edb7c419941a366d0efbf88b6.zip
Patch the select extension set_non_blocking function to work with a single "" argument.
Diffstat (limited to 'gawkapi.h')
-rw-r--r--gawkapi.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gawkapi.h b/gawkapi.h
index 687147e3..51374d9f 100644
--- a/gawkapi.h
+++ b/gawkapi.h
@@ -668,7 +668,9 @@ typedef struct gawk_api {
/*
* Look up a file. If the name is NULL or name_len is 0, it returns
- * data for the currently open input file corresponding to FILENAME.
+ * data for the currently open input file corresponding to FILENAME
+ * (and it will not access the filetype or typelen arguments, so those
+ * may be undefined).
* If the file is not already open, it tries to open it.
* The "filetype" argument should be one of:
* ">", ">>", "<", "|>", "|<", and "|&"