aboutsummaryrefslogtreecommitdiffstats
path: root/src/error/variables.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-11-20 00:29:50 +0100
committerMattias Andrée <maandree@operamail.com>2015-11-20 00:29:50 +0100
commitaedadf2aa4030a506bb29ff21ebd424e16b1be83 (patch)
tree6d069915cebcc0b500a36a01e9eaf9eb9853e1ea /src/error/variables.c
parentfix issue #4 (diff)
downloadslibc-aedadf2aa4030a506bb29ff21ebd424e16b1be83.tar.gz
slibc-aedadf2aa4030a506bb29ff21ebd424e16b1be83.tar.bz2
slibc-aedadf2aa4030a506bb29ff21ebd424e16b1be83.tar.xz
more etymology
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/error/variables.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/error/variables.c b/src/error/variables.c
index 9fd252e..a31c970 100644
--- a/src/error/variables.c
+++ b/src/error/variables.c
@@ -25,6 +25,8 @@
* This variable is global and shared by all threads.
*
* This is a GNU extension.
+ *
+ * @etymology (`error`)-subsystem: (message count).
*/
volatile unsigned int error_message_count = 0;
@@ -44,6 +46,8 @@ volatile unsigned int error_message_count = 0;
* occurred on the same line as the last time.
*
* This is a GNU extension.
+ *
+ * @etymology (`error`)-subsystem: print (one) time (per line).
*/
volatile int error_one_per_line = 1;
@@ -56,6 +60,8 @@ volatile int error_one_per_line = 1;
* shared by all threads.
*
* This is a GNU extension.
+ *
+ * @etymology (`error`)-subsystem function: (print) the (prog)ram's (name).
*/
void (*volatile error_print_progname)(void) = NULL;