diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1997-11-29 00:35:30 -0800 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-12-10 10:41:25 +0000 |
commit | ce637636a41b2fef0be4daa6d9d27b84e0907a74 (patch) | |
tree | 9042d85dec63727158133a0f99357eb7ed498d53 /config_h.SH | |
parent | c4826df72d2d8ad93e7363e4709fc5003146a3cb (diff) | |
download | perl-ce637636a41b2fef0be4daa6d9d27b84e0907a74.tar.gz |
Patches for IRIX, AIX and some generic stuff:
Subject: [PATCH] _55: Mostly AIX stuff but also IRIX and generic
(checked/ignored a few rejects; tweaked wording).
p4raw-id: //depot/perl@354
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config_h.SH b/config_h.SH index 7b625e3119..33009ab3c2 100644 --- a/config_h.SH +++ b/config_h.SH @@ -572,12 +572,6 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- */ #$d_pthread_yield HAS_PTHREAD_YIELD -/* HAS_SCHED_YIELD: - * This symbol, if defined, indicates that the sched_yield routine is - * available to yield the execution of the current thread. - */ -#$d_sched_yield HAS_SCHED_YIELD - /* HAS_READDIR: * This symbol, if defined, indicates that the readdir routine is * available to read directory entries. You may have to include @@ -585,6 +579,12 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- */ #$d_readdir HAS_READDIR /**/ +/* HAS_SCHED_YIELD: + * This symbol, if defined, indicates that the sched_yield + * routine is available to yield the execution of the current thread. + */ +#$d_sched_yield HAS_SCHED_YIELD + /* HAS_SEEKDIR: * This symbol, if defined, indicates that the seekdir routine is * available. You may have to include <dirent.h>. See I_DIRENT. |