Opened 6 years ago
Closed 6 years ago
#57732 closed enhancement (wontfix)
legacy-support: fix atcalls properly for Tiger
Reported by: | kencu (Ken) | Owned by: | kencu (Ken) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | tiger | Cc: | |
Port: | legacy-support |
Description (last modified by kencu (Ken))
the atcalls.c source file in macports-legacy-support is written to use __pthread_fchdir
. Tiger does not support this call, so fchdir
is used instead. __pthread_fchdir
is available in Leopard and newer.
Using fchdir
is not a thread-safe
approach, however.
The approach could be re-imagined for Tiger, perhaps using the full pathname style used for some calls later in the file.
Change History (4)
comment:1 Changed 6 years ago by kencu (Ken)
Owner: | set to kencu |
---|---|
Status: | new → assigned |
comment:2 Changed 6 years ago by kencu (Ken)
Description: | modified (diff) |
---|
comment:3 Changed 6 years ago by kencu (Ken)
Type: | defect → enhancement |
---|
comment:4 Changed 6 years ago by kencu (Ken)
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.