diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2013-07-01 21:19:30 -0400 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2013-07-01 21:19:30 -0400 |
commit | 24a57029937207c4fa2ff4acb5a4e1ae1dc9e54b (patch) | |
tree | ef1885588bb9b2c79c81ecc6428a2a0820cf6328 /extension/select.c | |
parent | e3d803ece7400aeb61e9577346e3de93ae2afccb (diff) | |
download | egawk-24a57029937207c4fa2ff4acb5a4e1ae1dc9e54b.tar.gz egawk-24a57029937207c4fa2ff4acb5a4e1ae1dc9e54b.tar.bz2 egawk-24a57029937207c4fa2ff4acb5a4e1ae1dc9e54b.zip |
Add PROCINFO["errno"] and errno extension to map between errno and strings.
Diffstat (limited to 'extension/select.c')
-rw-r--r-- | extension/select.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/select.c b/extension/select.c index 8729a59e..62116351 100644 --- a/extension/select.c +++ b/extension/select.c @@ -45,7 +45,7 @@ static const gawk_api_t *api; /* for convenience macros to work */ static awk_ext_id_t *ext_id; -static const char *ext_version = "ordchr extension: version 1.0"; +static const char *ext_version = "select extension: version 1.0"; static awk_bool_t (*init_func)(void) = NULL; int plugin_is_GPL_compatible; |