diff options
author | Lupe Christoph <lupe@lupe-christoph.de> | 2000-08-09 13:35:54 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-11 01:36:16 +0000 |
commit | 7bd161a15a083a0aed82ba8e1fa3d6df6f975c68 (patch) | |
tree | 1227461bbcdeca6a69f6105c67a3416a787f157a /thread.h | |
parent | daf4d4ea57f31fbfc23438d8d6f6bb9c48b870bd (diff) | |
download | perl-7bd161a15a083a0aed82ba8e1fa3d6df6f975c68.tar.gz |
Getting perlio and threads to compile
Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
(the Solaris version changes in Configure skipped)
p4raw-id: //depot/perl@6594
Diffstat (limited to 'thread.h')
-rw-r--r-- | thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -251,7 +251,7 @@ # define ALLOC_THREAD_KEY \ STMT_START { \ if (pthread_key_create(&PL_thr_key, 0)) { \ - fprintf(stderr, "panic: pthread_key_create"); \ + PerlIO_printf(PerlIO_stderr(), "panic: pthread_key_create"); \ exit(1); \ } \ } STMT_END |