This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Import strchrnul from gnulib and use it


Simon Marchi <simon.marchi@ericsson.com> writes:

> diff --git a/gdb/gnulib/update-gnulib.sh b/gdb/gnulib/update-gnulib.sh
> index 5d42f98..07de4c6 100755
> --- a/gdb/gnulib/update-gnulib.sh
> +++ b/gdb/gnulib/update-gnulib.sh
> @@ -45,6 +45,7 @@ IMPORTED_GNULIB_MODULES="\
>      readlink \
>      rename \
>      signal-h \
> +    strchrnul \
>      strstr \
>      strtok_r \
>      sys_stat \

If we have dependent modules, such as rawmemchr, we need to list them here
explicitly too.

-- 
Yao (éå)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]