aboutsummaryrefslogtreecommitdiff
path: root/runit
diff options
context:
space:
mode:
Diffstat (limited to 'runit')
-rw-r--r--runit/sv.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/runit/sv.c b/runit/sv.c
index 9e2132259..64f1ae395 100644
--- a/runit/sv.c
+++ b/runit/sv.c
@@ -688,12 +688,7 @@ int svc_main(int argc UNUSED_PARAM, char **argv)
/* getopt32() was already called:
* reset the libc getopt() function, which keeps internal state.
*/
-#ifdef __GLIBC__
- optind = 0;
-#else /* BSD style */
- optind = 1;
- /* optreset = 1; */
-#endif
+ GETOPT_RESET();
do {
if (opts & 1) {