diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-10-12 20:44:02 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-10-15 21:47:14 -0400 |
commit | b75ee85b8834cec07e1b0abe7cef8286da62df29 (patch) | |
tree | adcc4a17e92cd9f471e0befce8150f56c07c6cab /config_h.SH | |
parent | 891166fc7d91046684ad874377c0b6d20d4072a3 (diff) | |
download | perl-b75ee85b8834cec07e1b0abe7cef8286da62df29.tar.gz |
Irix: note that prctl comes in different incompatible flavors.
Diffstat (limited to 'config_h.SH')
-rwxr-xr-x | config_h.SH | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index 5b26b94e1c..b78c57fcdf 100755 --- a/config_h.SH +++ b/config_h.SH @@ -3950,6 +3950,8 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un /* HAS_PRCTL: * This symbol, if defined, indicates that the prctl routine is * available to set process title. + * Note that there are at least two prctl variants: Linux and Irix. + * While they are somewhat similar, they are incompatible. */ /* HAS_PRCTL_SET_NAME: * This symbol, if defined, indicates that the prctl routine is |