From 436b928915f56a8bc56fc7065800fad7e474e158 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Thu, 21 Jun 2001 17:34:23 +0000 Subject: solaris and stability patches provided by Juergen Keil CVS patchset: 211 CVS date: 2001/06/21 17:34:23 --- src/xine-engine/utils.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/xine-engine/utils.c') diff --git a/src/xine-engine/utils.c b/src/xine-engine/utils.c index 3c6c0f532..50d5cc482 100644 --- a/src/xine-engine/utils.c +++ b/src/xine-engine/utils.c @@ -17,9 +17,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: utils.c,v 1.1 2001/04/18 22:36:04 f1rmb Exp $ + * $Id: utils.c,v 1.2 2001/06/21 17:34:24 guenter Exp $ * */ +#define _POSIX_PTHREAD_SEMANTICS 1 /* for 5-arg getpwuid_r on solaris */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif -- cgit v1.2.3