X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Ftemp%2Fmkostemp.c;h=e3dfdd912428c42434ecabb8a5857dd79401fb7d;hb=246f1c811448f37a44b41cd8df8d0ef9736d95f4;hp=d8dcb8052da56afe647a862af2f54322b97ee0c1;hpb=dec8f0a4fa7aa533c843e6eaec862be674ff3a1a;p=musl diff --git a/src/temp/mkostemp.c b/src/temp/mkostemp.c index d8dcb805..e3dfdd91 100644 --- a/src/temp/mkostemp.c +++ b/src/temp/mkostemp.c @@ -5,5 +5,3 @@ int mkostemp(char *template, int flags) { return __mkostemps(template, 0, flags); } - -weak_alias(mkostemp, mkostemp64);