diff options
-rw-r--r-- | Porting/Glossary | 2 | ||||
-rwxr-xr-x | config_h.SH | 2 | ||||
-rw-r--r-- | uconfig.h | 4 |
3 files changed, 7 insertions, 1 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 32b29e2613..e56c6e1dcb 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -1701,6 +1701,8 @@ d_portable (d_portable.U): d_prctl (d_prctl.U): This variable conditionally defines the HAS_PRCTL symbol, which indicates to the C program that the prctl() routine is available. + Note that there are at least two prctl variants: Linux and Irix. + While they are somewhat similar, they are incompatible. d_prctl_set_name (d_prctl.U): This variable conditionally defines the HAS_PRCTL_SET_NAME symbol, 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 @@ -3915,6 +3915,8 @@ /* 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 @@ -4871,6 +4873,6 @@ #endif /* Generated from: - * 74bb96b6e7b18b5b5f121da4f2849cd5521bb55ff62d63970fedb9a7ebd80f63 config_h.SH + * 60aff40735c73cdf11d3fbae8088eadf73c0b45413be5bd8480ec5ec481066da config_h.SH * 35023b2d9244ad2dc3abea4bb5174a7f66398b60266231cb9a2c3bfc8df867cf uconfig.sh * ex: set ro: */ |