]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r228924:
authordelphij <delphij@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 28 Feb 2012 23:30:19 +0000 (23:30 +0000)
committerdelphij <delphij@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 28 Feb 2012 23:30:19 +0000 (23:30 +0000)
commite686fde31c54b8f8d2498df809ff886bb8dcec6b
tree1c1f1162c2d2a9c0bc4df3db7bb8665d48839b77
parent7f6f3b9d9aa2a45205acecbc43dca6691f4f95a4
MFC r228924:

In POSIX.1-2008:

P_tmpdir [OB XSI]  Default directory prefix for tempnam().

This macro is used in a lot of places in legacy applications,
and is why we see a lot of programs written for e.g. Linux
store volatile temporary files in /var/tmp and not /tmp.

git-svn-id: svn://svn.freebsd.org/base/stable/9@232277 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
include/stdio.h