summaryrefslogtreecommitdiff
path: root/src/libposixplz/mkLtemp.c
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-02-06 08:37:39 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-02-06 08:37:39 +0000
commit92f85920b02ad5c9c4262c2c17778f69779c0604 (patch)
tree76eaa179034157090cbcf81d4301d69ff2d8db24 /src/libposixplz/mkLtemp.c
parent97879c1e67d0e669f13922295844f0ceb64cd13b (diff)
downloadskalibs-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.c10
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) ;
-}