summaryrefslogtreecommitdiff
path: root/src/temp/mkostemp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/temp/mkostemp.c')
-rw-r--r--src/temp/mkostemp.c2
1 files changed, 0 insertions, 2 deletions
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);