aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-07-23 22:10:25 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-07-23 22:10:25 +0300
commitde23ab7bfbea6ee03ef7386c6c203a4b2b7b7116 (patch)
treeffa59bb719378f31c16783a5f05c527edc75bd67 /awk.h
parent1d321442926fd7de2d108b65272649b4701dfbb3 (diff)
downloadegawk-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/awk.h b/awk.h
index 34755581..b286a9a9 100644
--- a/awk.h
+++ b/awk.h
@@ -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);