aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-07-26 23:07:52 +0300
committerArnold D. Robbins <arnold@skeeve.com>2012-07-26 23:07:52 +0300
commite4945f9ecab4d2a143f9e41b6a112bb2d36fa7c1 (patch)
treef8aa8492b90d2ed5bc3c44e5148e25621f1dd8b5 /awk.h
parentce63a9b40865adeaa643208d9c645bd5ac5575e3 (diff)
downloadegawk-e4945f9ecab4d2a143f9e41b6a112bb2d36fa7c1.tar.gz
egawk-e4945f9ecab4d2a143f9e41b6a112bb2d36fa7c1.tar.bz2
egawk-e4945f9ecab4d2a143f9e41b6a112bb2d36fa7c1.zip
Add os_isreadable function for future use.
Diffstat (limited to 'awk.h')
-rw-r--r--awk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/awk.h b/awk.h
index ebdbe777..3b7129fa 100644
--- a/awk.h
+++ b/awk.h
@@ -1532,6 +1532,7 @@ extern int os_devopen(const char *name, int flag);
extern void os_close_on_exec(int fd, const char *name, const char *what, const char *dir);
extern int os_isatty(int fd);
extern int os_isdir(int fd);
+extern int os_isreadable(int fd);
extern int os_is_setuid(void);
extern int os_setbinmode(int fd, int mode);
extern void os_restore_mode(int fd);