Opened 5 years ago

Last modified 5 years ago

#57732 closed enhancement

legacy-support: fix atcalls properly for Tiger — at Initial Version

Reported by: kencu (Ken) Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: tiger Cc:
Port: legacy-support

Description

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 some calls later in the file.

Change History (0)

Note: See TracTickets for help on using tickets.