diff options
author | DJ Delorie <dj@redhat.com> | 2010-11-21 04:01:17 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2010-11-21 04:01:17 +0000 |
commit | 62b06a9e17aacab20187632db20a98c4f2fe7f49 (patch) | |
tree | 220ec564222892ee7074eb13e83501465b85ca8d /libiberty/config.in | |
parent | 9e1a94f4a18ab83359a4cd380f3bbc90c047542a (diff) | |
download | gdb-62b06a9e17aacab20187632db20a98c4f2fe7f49.zip gdb-62b06a9e17aacab20187632db20a98c4f2fe7f49.tar.gz gdb-62b06a9e17aacab20187632db20a98c4f2fe7f49.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/config.in')
-rw-r--r-- | libiberty/config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libiberty/config.in b/libiberty/config.in index 3febdad..e4f1f16 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -169,9 +169,6 @@ /* Define to 1 if you have the `on_exit' function. */ #undef HAVE_ON_EXIT -/* Define if you have prctl PR_SET_NAME */ -#undef HAVE_PRCTL_SET_NAME - /* Define to 1 if you have the <process.h> header file. */ #undef HAVE_PROCESS_H @@ -304,6 +301,9 @@ /* Define to 1 if you have the <sys/param.h> header file. */ #undef HAVE_SYS_PARAM_H +/* Define to 1 if you have the <sys/prctl.h> header file. */ +#undef HAVE_SYS_PRCTL_H + /* Define to 1 if you have the <sys/pstat.h> header file. */ #undef HAVE_SYS_PSTAT_H |