- Notifications
You must be signed in to change notification settings - Fork5
Commit5041cdf
committed
Partially revert commit536d47b.
Per buildfarm, the "#ifdef F_SETFD" removed in that commit actuallyis needed on Windows, because fcntl() isn't available at all on thatplatform, unless using Cygwin. We could perhaps spell it more like"#ifdef HAVE_FCNTL", or "#ifndef WIN32", but it's not clear thatthose choices are better.It does seem that we don't need the bogus manual definition ofFD_CLOEXEC, though, so keep that change.Discussion:https://postgr.es/m/26254.1492805635@sss.pgh.pa.us1 parentf58b664 commit5041cdf
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1983 | 1983 |
| |
1984 | 1984 |
| |
1985 | 1985 |
| |
| 1986 | + | |
1986 | 1987 |
| |
1987 | 1988 |
| |
1988 | 1989 |
| |
| |||
1992 | 1993 |
| |
1993 | 1994 |
| |
1994 | 1995 |
| |
| 1996 | + | |
1995 | 1997 |
| |
1996 | 1998 |
| |
1997 | 1999 |
| |
|
0 commit comments
Comments
(0)