diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-03-29 10:16:44 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-04-13 12:41:08 +0200 |
commit | c796e3db23c597b99f07485542338844e61a6a69 (patch) | |
tree | f1d2f1c66c09034448ca7758d655a92e47917263 /handy.h | |
parent | 1bb125e2afe6197deaf55852a3f8a9c52736bfdc (diff) | |
download | perl-c796e3db23c597b99f07485542338844e61a6a69.tar.gz |
Probe for prctl () and check id PR_SET_NAME is supported
Diffstat (limited to 'handy.h')
-rw-r--r-- | handy.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -208,7 +208,8 @@ typedef U64TYPE U64; * GMTIME_MAX GMTIME_MIN LOCALTIME_MAX LOCALTIME_MIN * HAS_CTIME64 HAS_LOCALTIME64 HAS_GMTIME64 HAS_DIFFTIME64 * HAS_MKTIME64 HAS_ASCTIME64 HAS_GETADDRINFO HAS_GETNAMEINFO - * HAS_INETNTOP HAS_INETPTON CHARBITS + * HAS_INETNTOP HAS_INETPTON CHARBITS HAS_PRCTL_SET_NAME + * HAS_PRCTL * Not (yet) used at top level, but mention them for metaconfig */ |