|
From: SourceForge.net <no...@so...> - 2011-02-20 14:05:03
|
Bugs item #3161880, was opened at 2011-01-19 19:18 Message generated for change (Settings changed) made by mhoenicka You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=379806&aid=3161880&group_id=23824 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Priority: 5 Private: No Submitted By: Jan Palus (atler_) Assigned to: Nobody/Anonymous (nobody) Summary: [PATCH] Solaris readdir_r semantics patch Initial Comment: Default readdir_r on Solaris takes two arguments contrary to POSIX implementation which takes three. This can be changed by defining _POSIX_PTHREAD_SEMANTICS. Instead of explicit define for solaris platform use AC_USE_SYSTEM_EXTENSIONS macro which defines useful variables for running platform (should also define _GNU_SOURCE required by asprintf). Additionally include minimum autoconf version requirement. Patch attached. ---------------------------------------------------------------------- Comment By: Markus Hoenicka (mhoenicka) Date: 2011-02-20 15:04 Message: I've applied the patch, see the current cvs revision ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=379806&aid=3161880&group_id=23824 |