From 24a57029937207c4fa2ff4acb5a4e1ae1dc9e54b Mon Sep 17 00:00:00 2001 From: "Andrew J. Schorr" Date: Mon, 1 Jul 2013 21:19:30 -0400 Subject: Add PROCINFO["errno"] and errno extension to map between errno and strings. --- extension/select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extension/select.c') 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; -- cgit v1.2.3