X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Ftemp%2Fmkstemp.c;h=166b8afe49bb204e0c23cf35000d1b55a444b2c3;hb=4d706410779f399e5969439f6005abcee553b01d;hp=19d4014816f973b78f162c916e2a1e6e36b43436;hpb=13d1afa46f8098df290008c681816c9eb89ffbdb;p=musl diff --git a/src/temp/mkstemp.c b/src/temp/mkstemp.c index 19d40148..166b8afe 100644 --- a/src/temp/mkstemp.c +++ b/src/temp/mkstemp.c @@ -1,9 +1,8 @@ #include -#include "libc.h" int mkstemp(char *template) { return __mkostemps(template, 0, 0); } -LFS64(mkstemp); +weak_alias(mkstemp, mkstemp64);