Commit a230d2e
committed
Auto merge of #2488 - rtzoeller:dfly_FIODNAME, r=JohnTitor
Deprecate FIODGNAME on DragonFly, add FIODNAME
`FIODGNAME` is FreeBSD specific, but `FIODNAME` exists on DragonFly which appears to provide similar functionality.
[FreeBSD definition](https://github.com/freebsd/freebsd-src/blob/dc6dd769de63c4eceb8899205a5d780d9f278fd2/sys/sys/filio.h#L60)
[DragonFly definition](https://github.com/DragonFlyBSD/DragonFlyBSD/blob/20f6ddd0df90767e1eba2d12dfa8e1769be7cec7/sys/sys/filio.h#L59)
`FIODGNAME` is appearing in the `libc-test` failures on DragonFly. Deprecate it, to be removed in a subsequent release.3 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
882 | 882 | | |
883 | 883 | | |
884 | 884 | | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
885 | 892 | | |
886 | 893 | | |
887 | 894 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1047 | 1047 | | |
1048 | 1048 | | |
1049 | 1049 | | |
| 1050 | + | |
1050 | 1051 | | |
1051 | 1052 | | |
1052 | 1053 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1260 | 1260 | | |
1261 | 1261 | | |
1262 | 1262 | | |
1263 | | - | |
1264 | 1263 | | |
1265 | 1264 | | |
1266 | 1265 | | |
| |||
0 commit comments