diff options
Diffstat (limited to 'posix/gawkmisc.c')
-rw-r--r-- | posix/gawkmisc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/gawkmisc.c b/posix/gawkmisc.c index ebcee8a0..90bf1c38 100644 --- a/posix/gawkmisc.c +++ b/posix/gawkmisc.c @@ -207,7 +207,7 @@ os_isdir(int fd) /* os_isreadable --- fd can be read from */ int -os_isreadable(const IOBUF_PUBLIC *iobuf, bool *isdir) +os_isreadable(const awk_input_buf_t *iobuf, bool *isdir) { *isdir = false; |