From 52e1cb5ebf5e5a8cd5d3d9673b540b0c0dfe20df Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Wed, 19 Nov 1997 22:10:51 -0800 Subject: AIX patch (including Configure support for {sched,pthread}_yield, pthread initial detach state, renaming perl_thread to perl_os_thread and struct thread to struct perl_thread): Subject: Re: _54 on AIX p4raw-id: //depot/perl@290 --- pp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pp.h') diff --git a/pp.h b/pp.h index bc39f80055..1914fcc5b5 100644 --- a/pp.h +++ b/pp.h @@ -9,7 +9,7 @@ #ifdef USE_THREADS #define ARGS thr -#define dARGS struct thread *thr; +#define dARGS struct perl_thread *thr; #else #define ARGS #define dARGS -- cgit v1.2.1