• R
    overhaul tmpfile, tmpnam, and tempnam functions · 2fe65791
    Rich Felker 提交于
    these all now use the shared __randname function internally, rather
    than duplicating logic for producing a random name. incorrect usage of
    the access syscall (which works with real uid/gid, not effective) has
    been removed, along with unnecessary heavy dependencies like snprintf.
    2fe65791
tempnam.c 719 字节