From 9226635ab28b5ca44ec04931d27c5c3313d56e61 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 21 Jul 2011 17:17:35 -0700 Subject: siteinfo: Move (getpgrp|setpgrp|setgrent|*get{pwuid,grgid}) to common-libc These functions are determined by the C library so move them to common-glibc and common-uclibc Signed-off-by: Tom Rini --- meta/site/common-glibc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'meta/site/common-glibc') diff --git a/meta/site/common-glibc b/meta/site/common-glibc index 9339655352..8cfa695872 100644 --- a/meta/site/common-glibc +++ b/meta/site/common-glibc @@ -5,6 +5,13 @@ ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes} ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes} ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes} ac_cv_func_memcmp_working=${ac_cv_func_memcmp_working=yes} +ac_cv_func_getpgrp_void=yes +ac_cv_func_setpgrp_void=yes +ac_cv_func_setgrent_void=yes +ac_cv_func_getgrgid_r=${ac_cv_func_getgrgid_r=yes} +ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes} +ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} +ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} ac_cv_type_uid_t={ac_cv_type_uid_t=yes} # bash -- cgit 1.2.3-korg