]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
export program_name, required by gnulib
authorEric Blake <ebb9@byu.net>
Mon, 2 Jun 2008 13:53:26 +0000 (07:53 -0600)
committerJim Meyering <meyering@redhat.com>
Mon, 2 Jun 2008 14:04:50 +0000 (16:04 +0200)
* src/timeout.c (program_name): Export.

src/timeout.c

index 19ec8499a310f97d7c473d9f31204bd2a6612a36..d7e344198401381452cfeece241b090c9c564e7e 100644 (file)
@@ -82,7 +82,8 @@ static int timed_out;
 static int term_signal = SIGTERM;  /* same default as kill command.  */
 static int monitored_pid;
 static int sigs_to_ignore[NSIG];   /* so monitor can ignore sigs it resends.  */
-static char *program_name;
+
+char *program_name;
 
 static struct option const long_options[] = {
   {"signal", required_argument, NULL, 's'},