X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fstdlib.h;h=11331d951ae5b1a893fe76dae6b7ed0218437fa9;hb=2e41887f54a8d01353204cb2509b4c466861e3b4;hp=ed512f43bffde79b416ae50b2d6611bbc2eea62c;hpb=cc00f05632e5d7cbfb8ce49f4b0dfd59c3cf611d;p=musl diff --git a/include/stdlib.h b/include/stdlib.h index ed512f43..11331d95 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -139,6 +139,9 @@ char *fcvt(double, int, int *, int *); char *gcvt(double, int, char *); #endif +#ifdef _LARGEFILE64_SOURCE +#define mkstemp64 mkstemp +#endif #ifdef __cplusplus }