Hi,

the function strsep is now used by the gnumach bootstrap code.

The strsep implementation in glibc uses strpbrk to find the delimiters.
This function is also defined in the linux glue code (linux/dev/glue/misc.c)
if HAVE_ARCH_STRPBRK is not defined.  But of course, the construction of
clib-routines.o doesn't take other defined symbols of kernel.o into account.

I suggest to add strpbrk to the allowed symbols to be taken from glibc, and
remove the strpbrk definition in the glue code.  Thinking about it, we
should probably remove the strstr, strspn, strtok from the glue code as
well, and just take them from glibc.

Thanks,
Marcus

-- 
`Rhubarb is no Egyptian god.' Debian http://www.debian.org [EMAIL PROTECTED]
Marcus Brinkmann              GNU    http://www.gnu.org    [EMAIL PROTECTED]
[EMAIL PROTECTED]
http://www.marcus-brinkmann.de

_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to