diff options
author | cshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-12-12 01:43:30 +0000 |
---|---|---|
committer | cshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-12-12 01:43:30 +0000 |
commit | 262e53c7857906948892972fde85c700be67ecbc (patch) | |
tree | 7ff19394a8abaec31f473962a7c904fc336d3a8c /include/site | |
parent | a186e3031eebfb86e0ee43250fc4e1a91ca2f890 (diff) |
[include] Added autoconf flags for gettimeofday and psignal - uClibc has them
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24508 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/site')
-rw-r--r-- | include/site/linux | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/site/linux b/include/site/linux index ca4fd29c9..ac34d30f6 100644 --- a/include/site/linux +++ b/include/site/linux @@ -15,6 +15,7 @@ ac_cv_func_getcwd=yes ac_cv_func_getdomainname=yes ac_cv_func_getpgrp_void=yes ac_cv_func_getpwuid_r=yes +ac_cv_func_gettimeofday=yes ac_cv_func_index=yes ac_cv_func_lstat_dereferences_slashed_symlink=yes ac_cv_func_lstat_empty_string_bug=no @@ -25,6 +26,7 @@ ac_cv_func_memcmp_clean=yes ac_cv_func_memcmp_working=yes ac_cv_func_posix_getgrgid_r=yes ac_cv_func_posix_getpwuid_r=yes +ac_cv_func_psignal=yes ac_cv_func_pthread_key_delete=yes ac_cv_func_realloc_0_nonnull=yes ac_cv_func_realloc_works=yes |