Alpha's <sys/poll.h> file was so far compatible with most of the other archs (except SPARC). Since the introduction of POLLREMOVE it's different. In Alpha: #define POLLREMOVE (1 << 11) +#define POLLRDHUP (1 << 12) For the other archs: #define POLLREMOVE 0x1000 +#define POLLRDHUP 0x2000 For Alpha the values should have been 1<<12 and 1<<13. Neither POLLREMOVE nor POLLRDHUP have been in any glibc header. How widely are they used elsewhere? Is it too late to change the Alpha definitions to match the rest? -- ➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖
Attachment:
signature.asc
Description: OpenPGP digital signature
- Follow-Ups:
- Re: <alpha/poll.h> change
- From: Davide Libenzi <[email protected]>
- Re: <alpha/poll.h> change
- Prev by Date: Re: [PATCH 12/16] UML - Memory hotplug
- Next by Date: [PATCH 2 of 3] x86-64: Calgary IOMMU - Calgary specific bits
- Previous by thread: [patch 08/10] PI-futex: rt-mutex tester
- Next by thread: Re: <alpha/poll.h> change
- Index(es):