diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-07-23 22:10:25 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-07-23 22:10:25 +0300 |
commit | de23ab7bfbea6ee03ef7386c6c203a4b2b7b7116 (patch) | |
tree | ffa59bb719378f31c16783a5f05c527edc75bd67 /awk.h | |
parent | 1d321442926fd7de2d108b65272649b4701dfbb3 (diff) | |
download | egawk-de23ab7bfbea6ee03ef7386c6c203a4b2b7b7116.tar.gz egawk-de23ab7bfbea6ee03ef7386c6c203a4b2b7b7116.tar.bz2 egawk-de23ab7bfbea6ee03ef7386c6c203a4b2b7b7116.zip |
Make return status of close on a pipe like system.
Diffstat (limited to 'awk.h')
-rw-r--r-- | awk.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1430,6 +1430,7 @@ extern NODE *do_intdiv(int nargs); extern NODE *do_typeof(int nargs); extern int strncasecmpmbs(const unsigned char *, const unsigned char *, size_t); +extern int sanitize_exit_status(int status); /* eval.c */ extern void PUSH_CODE(INSTRUCTION *cp); extern INSTRUCTION *POP_CODE(void); |