Commit 536d47b
committed
Remove long-obsolete catering for platforms without F_SETFD/FD_CLOEXEC.
SUSv2 mandates that <fcntl.h> provide both F_SETFD and FD_CLOEXEC,
so it seems pretty unlikely that any platforms remain without those.
Remove the #ifdef-ery installed by commit 7627b91 to see if the
buildfarm agrees.
Discussion: https://postgr.es/m/21444.1492798101@sss.pgh.pa.us1 parent dcb39c3 commit 536d47b
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | 77 | | |
82 | 78 | | |
83 | 79 | | |
| |||
1987 | 1983 | | |
1988 | 1984 | | |
1989 | 1985 | | |
1990 | | - | |
1991 | 1986 | | |
1992 | 1987 | | |
1993 | 1988 | | |
| |||
1997 | 1992 | | |
1998 | 1993 | | |
1999 | 1994 | | |
2000 | | - | |
2001 | 1995 | | |
2002 | 1996 | | |
2003 | 1997 | | |
| |||
0 commit comments