remove LFS64 symbol aliases; replace with dynamic linker remapping
[musl] / src / temp / mkostemp.c
index d8dcb80..e3dfdd9 100644 (file)
@@ -5,5 +5,3 @@ int mkostemp(char *template, int flags)
 {
        return __mkostemps(template, 0, flags);
 }
-
-weak_alias(mkostemp, mkostemp64);