diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-07-26 23:07:52 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-07-26 23:07:52 +0300 |
commit | e4945f9ecab4d2a143f9e41b6a112bb2d36fa7c1 (patch) | |
tree | f8aa8492b90d2ed5bc3c44e5148e25621f1dd8b5 /awk.h | |
parent | ce63a9b40865adeaa643208d9c645bd5ac5575e3 (diff) | |
download | egawk-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |