mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-04 07:43:58 +02:00
split a long line.
This commit is contained in:
@@ -154,7 +154,8 @@ char *xstrdup ();
|
||||
|
||||
extern char **environ;
|
||||
|
||||
static void run_shell (const char *, const char *, char **) ATTRIBUTE_NORETURN;
|
||||
static void run_shell (const char *, const char *, char **)
|
||||
ATTRIBUTE_NORETURN;
|
||||
|
||||
/* The name this program was run with. */
|
||||
char *program_name;
|
||||
|
||||
Reference in New Issue
Block a user