mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
* configure.in: Remove bzero and bcopy from call to AC_CHECK_FUNCS.
* config.in, configure: Regenerated.
This commit is contained in:
parent
9608ab8b2a
commit
3250596b89
@ -1,3 +1,8 @@
|
||||
2002-12-31 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* configure.in: Remove bzero and bcopy from call to AC_CHECK_FUNCS.
|
||||
* config.in, configure: Regenerated.
|
||||
|
||||
2002-12-31 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* gdb_dirent.h: Cleanup and update code to match the example in
|
||||
|
@ -202,15 +202,9 @@
|
||||
/* Define if you have the __argz_stringify function. */
|
||||
#undef HAVE___ARGZ_STRINGIFY
|
||||
|
||||
/* Define if you have the bcopy function. */
|
||||
#undef HAVE_BCOPY
|
||||
|
||||
/* Define if you have the btowc function. */
|
||||
#undef HAVE_BTOWC
|
||||
|
||||
/* Define if you have the bzero function. */
|
||||
#undef HAVE_BZERO
|
||||
|
||||
/* Define if you have the canonicalize_file_name function. */
|
||||
#undef HAVE_CANONICALIZE_FILE_NAME
|
||||
|
||||
|
2
gdb/configure
vendored
2
gdb/configure
vendored
@ -3732,7 +3732,7 @@ EOF
|
||||
esac
|
||||
|
||||
|
||||
for ac_func in bcopy btowc bzero canonicalize_file_name isascii poll \
|
||||
for ac_func in btowc canonicalize_file_name isascii poll \
|
||||
realpath sbrk setpgid setpgrp sigaction sigprocmask sigsetmask
|
||||
do
|
||||
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
||||
|
@ -135,7 +135,7 @@ AC_HEADER_STAT
|
||||
AC_C_CONST
|
||||
AC_C_INLINE
|
||||
|
||||
AC_CHECK_FUNCS(bcopy btowc bzero canonicalize_file_name isascii poll \
|
||||
AC_CHECK_FUNCS(btowc canonicalize_file_name isascii poll \
|
||||
realpath sbrk setpgid setpgrp sigaction sigprocmask sigsetmask )
|
||||
AC_FUNC_ALLOCA
|
||||
AC_FUNC_VFORK
|
||||
|
Loading…
Reference in New Issue
Block a user