Add ABI compatability aliases.
[musl] / src / misc / getopt.c
index 35880a0..f1a1639 100644 (file)
@@ -70,3 +70,5 @@ int getopt(int argc, char * const argv[], const char *optstring)
        }
        return c;
 }
+
+weak_alias(getopt, __posix_getopt);