forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit127ccb3
committed
Fix compiler warning for ppoll() on Cygwin
_GNU_SOURCE is required to get the prototype, so just define thatglobally, as was already done in the linux template.Discussion:https://www.postgresql.org/message-id/flat/6b467edc-4018-521f-ab18-171f098557ca%402ndquadrant.com1 parent5406513 commit127ccb3
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 |
| |
6 | 9 |
| |
7 | 10 |
| |
|
0 commit comments
Comments
(0)