]> granicus.if.org Git - postgresql/commit
Declare mkdtemp() only if we're providing it.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 18 Oct 2014 02:55:27 +0000 (22:55 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 18 Oct 2014 02:55:27 +0000 (22:55 -0400)
commit7804f350eef6b2603b7fced00d603352a1c5ff4b
treeab98f952f2a6a80963ab0062416228c90a7f4e8c
parentd4f5cf5ce5106504316e5d890782091567a02d57
Declare mkdtemp() only if we're providing it.

Follow our usual style of providing an "extern" for a standard library
function only when we're also providing the implementation.  This avoids
issues when the system headers declare the function slightly differently
than we do, as noted by Caleb Welton.

We might have to go to the extent of probing to see if the system headers
declare the function, but let's not do that until it's demonstrated to be
necessary.

Oversight in commit 9e6b1bf258170e62dac555fc82ff0536dfe01d29.  Back-patch
to all supported branches, as that was.
src/include/port.h