diff options
author | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-11-21 03:29:27 +0000 |
---|---|---|
committer | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-11-21 03:29:27 +0000 |
commit | d0820ac07ec119ce87dd0b6d7eea62612c6355eb (patch) | |
tree | 7625e9f4f605273dbfaade38b25a5e50f37d323f /libiberty/config.in | |
parent | 23a44cd6b52e8d9476559605340b77c8eb0a6f0f (diff) | |
download | gcc-d0820ac07ec119ce87dd0b6d7eea62612c6355eb.tar.gz |
Fix build regression
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166996 138bc75d-0d04-0410-961f-82ee72b054a4
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 3febdad804a..e4f1f1620e1 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 |