#236 closed defect (fixed)
sys/socket.h: Use _ALIGN instead of ALIGN for CMSG_NXTHDR
| Reported by: | KO Myung-Hun | Owned by: | bird |
|---|---|---|---|
| Priority: | normal | Milestone: | libc-0.6.5 |
| Component: | libc | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Hi/2.
ALIGN is not defined due to _NO_NAMESPACE_POLLUTION.
So CMSG_NXTHDR should use _ALIGN not ALIGN.
Attachments (1)
Change History (3)
by , 15 years ago
| Attachment: | socket.diff added |
|---|
comment:1 by , 14 years ago
| Milestone: | → libc-0.6.5 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
comment:2 by , 14 years ago
| Summary: | Use _ALIGN instead of ALIGN for CMSG_NXTHDR → sys/socket.h: Use _ALIGN instead of ALIGN for CMSG_NXTHDR |
|---|
Note:
See TracTickets
for help on using tickets.

Patch for CMSG_NXTHDR