From 633bbb9f481cd72edb7c419941a366d0efbf88b6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Schorr" Date: Fri, 5 Jul 2013 20:44:49 -0400 Subject: Patch the select extension set_non_blocking function to work with a single "" argument. --- gawkapi.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gawkapi.h') 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 "|&" -- cgit v1.2.3