X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmisc%2Fgetopt.c;h=f1a1639c56da1ae9140cde36d486a928daf872fd;hb=062446a85db9b58b4900df82e17cb8c07ec50453;hp=35880a090719e8f3913bbcd63c0238214490826a;hpb=030e52639248ac8417a4934298caa78c21a228d1;p=musl diff --git a/src/misc/getopt.c b/src/misc/getopt.c index 35880a09..f1a1639c 100644 --- a/src/misc/getopt.c +++ b/src/misc/getopt.c @@ -70,3 +70,5 @@ int getopt(int argc, char * const argv[], const char *optstring) } return c; } + +weak_alias(getopt, __posix_getopt);