>../../lib/liblualib.a(liolib.o): In function `io_tmpname': >liolib.o(.text+0xc80): the use of `tmpnam' is dangerous, better use `mkstemp' We did not remove tmpname. We added tmpfile, which might be a replacement for tmpname, but not always. --lhf