Ticket #236 (closed defect: fixed)

Opened 2 years ago

Last modified 15 months ago

sys/socket.h: Use _ALIGN instead of ALIGN for CMSG_NXTHDR

Reported by: komh 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

socket.diff (550 bytes) - added by komh 2 years ago.
Patch for CMSG_NXTHDR

Change History

Changed 2 years ago by komh

Patch for CMSG_NXTHDR

comment:1 Changed 15 months ago by bird

  • Status changed from new to closed
  • Resolution set to fixed
  • Milestone set to libc-0.6.5

Thanks for spotting this. Done in r3757 and r3758.

comment:2 Changed 15 months ago by bird

  • Summary changed from Use _ALIGN instead of ALIGN for CMSG_NXTHDR to sys/socket.h: Use _ALIGN instead of ALIGN for CMSG_NXTHDR
Note: See TracTickets for help on using tickets.