forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit98170fa
committed
Declare mkdtemp() only if we're providing it.
Follow our usual style of providing an "extern" for a standard libraryfunction only when we're also providing the implementation. This avoidsissues when the system headers declare the function slightly differentlythan we do, as noted by Caleb Welton.We might have to go to the extent of probing to see if the system headersdeclare the function, but let's not do that until it's demonstrated to benecessary.Oversight in commit9e6b1bf. Back-patchto all supported branches, as that was.1 parent31021e7 commit98170fa
1 file changed
+4
-3
lines changedLines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
403 | 403 |
| |
404 | 404 |
| |
405 | 405 |
| |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
406 | 410 |
| |
407 | 411 |
| |
408 | 412 |
| |
| |||
464 | 468 |
| |
465 | 469 |
| |
466 | 470 |
| |
467 |
| - | |
468 |
| - | |
469 |
| - | |
470 | 471 |
|
0 commit comments
Comments
(0)