[Bug 1204] sigset_t type change proposal

rtems-bugs at rtems.org rtems-bugs at rtems.org
Tue Jan 9 18:58:51 UTC 2007


http://www.rtems.org/bugzilla/show_bug.cgi?id=1204





------- Comment #2 from jwillemsen at remedy.nl  2007-01-09 12:58 -------
Let say we have in code method:
void A (int maxaio)
void A (sigset_t mask, int maxaio = MYDEFAULT)

This works with everywhere but not with RTEMS because there sigset_t is int and
we get an ambiguity. This is a simplified example of code in ACE which just
doesn't compile when we enabled AIO with RTEMS, luckily for this moment, RTEMS
just doesn't support AIO


-- 
Configure bugmail: http://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.



More information about the bugs mailing list