Opened 17 years ago
Closed 17 years ago
#2109 closed enhancement (invalid)
[PATCH] Avoid use of 'destructor' in pthread.h
Reported by: | andreasf | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
For some reason, Python doesn't like destructor
in pthread.h
. Can we rename the parameter to something different?
A possible patch is attached.
Attachments (1)
Change History (2)
by , 17 years ago
Attachment: | pthread_destructor.diff added |
---|
comment:1 by , 17 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Mangling names is definitely not an option, though ;-) I've changed the name in hrev25090. In any way, python seems to be broken - you should file that as a bug against python, not Haiku.
Note:
See TracTickets
for help on using tickets.
potential patch