diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2022-02-11 11:49:30 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2022-02-11 11:49:30 +0200 |
commit | b87591663bee924970860dbe7ab62e37103ae7c6 (patch) | |
tree | 3b02d0e43ee0066b82ffc7942a877f8fbba70689 /builtin.c | |
parent | 7d2e5e782f93fff222024a896e041fb21b17a3b7 (diff) | |
parent | 255f50dd5427a17e5277a30d98b0a1c5eaec6001 (diff) | |
download | egawk-b87591663bee924970860dbe7ab62e37103ae7c6.tar.gz egawk-b87591663bee924970860dbe7ab62e37103ae7c6.tar.bz2 egawk-b87591663bee924970860dbe7ab62e37103ae7c6.zip |
Merge branch 'master' into feature/readall
Diffstat (limited to 'builtin.c')
-rw-r--r-- | builtin.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4402,7 +4402,8 @@ mbc_char_count(const char *ptr, size_t numbytes) /* sanitize_exit_status --- convert a 16 bit Unix exit status into something reasonable */ -int sanitize_exit_status(int status) +int +sanitize_exit_status(int status) { int ret = 0; |