Message239345
| Author | vstinner |
|---|---|
| Recipients | dellair.jie, loewis, masamoto, r.david.murray, rpetrov, vstinner |
| Date | 2015-03-26.17:23:06 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1427390586.25.0.574339177007.issue21085@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Could you please use a define like SIGINFO_HAS_SI_BAND? Something like: #if defined(HAVE_SIGINFO) && !defined(__CYGWIN__) /* Issue #21085: In Cygwin, siginfo_t does not have si_band field. */ # define SIGINFO_HAS_SI_BAND #endif And please generate patches not the git format. Otherwise, Rietveld is unable to generated the "review" link. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-03-26 17:23:06 | vstinner | set | recipients: + vstinner, loewis, rpetrov, r.david.murray, dellair.jie, masamoto |
| 2015-03-26 17:23:06 | vstinner | set | messageid: <1427390586.25.0.574339177007.issue21085@psf.upfronthosting.co.za> |
| 2015-03-26 17:23:06 | vstinner | link | issue21085 messages |
| 2015-03-26 17:23:06 | vstinner | create | |