diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-06 08:37:39 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-06 08:37:39 +0000 |
commit | 92f85920b02ad5c9c4262c2c17778f69779c0604 (patch) | |
tree | 76eaa179034157090cbcf81d4301d69ff2d8db24 /src/libposixplz/mkLtemp.c | |
parent | 97879c1e67d0e669f13922295844f0ceb64cd13b (diff) | |
download | skalibs-92f85920b02ad5c9c4262c2c17778f69779c0604.tar.xz |
Rename mkLtemp to mkhtemp; try to make MacOS happy
Diffstat (limited to 'src/libposixplz/mkLtemp.c')
-rw-r--r-- | src/libposixplz/mkLtemp.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/libposixplz/mkLtemp.c b/src/libposixplz/mkLtemp.c deleted file mode 100644 index 5c9ccb0..0000000 --- a/src/libposixplz/mkLtemp.c +++ /dev/null @@ -1,10 +0,0 @@ -/* ISC license. */ - -#include <unistd.h> - -#include <skalibs/posixplz.h> - -int mkLtemp (char const *src, char *dst) -{ - return mklinktemp(src, dst, &link) ; -} |