]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(initialize_main): Define.
authorJim Meyering <jim@meyering.net>
Tue, 17 Jun 2003 18:12:26 +0000 (18:12 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 17 Jun 2003 18:12:26 +0000 (18:12 +0000)
src/system.h

index 245c83a5a1b901ac6b35c4c38c26f1a067f636d2..387a136f7981a0721d4eb646ff04a8a06761abf4 100644 (file)
@@ -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"