summaryrefslogtreecommitdiff
path: root/src/wc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wc.c')
-rw-r--r--src/wc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wc.c b/src/wc.c
index 97dc02520..9750a774b 100644
--- a/src/wc.c
+++ b/src/wc.c
@@ -32,6 +32,9 @@
#include "long-options.h"
#include "safe-read.h"
+/* The official name of this program (e.g., no `g' prefix). */
+#define PROGRAM_NAME "wc"
+
/* Size of atomic reads. */
#define BUFFER_SIZE (16 * 1024)