Opened 16 years ago
Closed 12 years ago
#2971 closed bug (fixed)
Unnamed union in pthread.h
Reported by: | daste | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/POSIX | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
In struct _pthread_rwlock there is an unnamed union which prevents programs including pthread.h to be compiled with -pedantic gcc option without warnings. hrev28327
Change History (2)
comment:1 by , 15 years ago
Component: | System → System/POSIX |
---|
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This was fixed in hrev42444.