From: Jim Meyering Date: Tue, 17 Jun 2003 18:12:26 +0000 (+0000) Subject: (initialize_main): Define. X-Git-Tag: v5.0.1~253 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1844eee69a9c94701606f9d274fce3dc84b15f86;p=thirdparty%2Fcoreutils.git (initialize_main): Define. --- diff --git a/src/system.h b/src/system.h index 245c83a5a1..387a136f79 100644 --- a/src/system.h +++ b/src/system.h @@ -304,4 +304,10 @@ extern int errno; # define ST_NBLOCKSIZE 512 #endif +/* Redirection and wildcarding when done by the utility itself. + Generally a noop, but used in particular for native VMS. */ +#ifndef initialize_main +# define initialize_main(ac, av) +#endif + #include "sys2.h"