#1231 closed defect (fixed)

POSIX API Files Unnecessarily Including assert.h

Reported by: Joel Sherrill Owned by: Joel Sherrill
Priority: normal Milestone: 4.7
Component: score Version: 4.7
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

This is a cleanup PR in an effort to eliminate the use of assert in cpukit.

Some POSIX files include assert.h but do not need to. A subsequent patch will eliminate uses of assert.

Attachments (2)

pr1231-head.diff (17.4 KB) - added by Joel Sherrill on 03/26/07 at 21:44:22.
Patch for CVS Head
pr1231-47.diff (17.4 KB) - added by Joel Sherrill on 03/26/07 at 21:45:47.
Patch for 4.7

Download all attachments as: .zip

Change History (4)

comment:1 Changed on 03/26/07 at 21:41:49 by Joel Sherrill

Milestone: 4.84.7
Version: 4.84.7

Changed on 03/26/07 at 21:44:22 by Joel Sherrill

Attachment: pr1231-head.diff added

Patch for CVS Head

Changed on 03/26/07 at 21:45:47 by Joel Sherrill

Attachment: pr1231-47.diff added

Patch for 4.7

comment:2 Changed on 03/26/07 at 21:57:23 by Joel Sherrill

Resolution: fixed
Status: newclosed

Patch attached to both 4.7 branch and CVS head.

Hopefully this will make it easier to get rid of the remaining includes which actually make assert calls.

Note: See TracTickets for help on using tickets.