Subject: Re: Commit to src/lib/libc/stdio/fparseln.c breaks foreign
To: sgimips NetBSD list <sgimips@mrynet.com>
From: Matthias Drochner <M.Drochner@fz-juelich.de>
List: tech-toolchain
Date: 05/11/2004 12:15:12
sgimips@mrynet.com said:
> /tiny/src/hp300-main/lib/libc/stdio/fparseln.c:51:23: reentrant.h: No
> such file or directory 

Hmm - we could either add sone -I... compiler flag so that
the libc reentrant.h is found, or add a private one.
The latter is probably more clean.
Could you try to add a "reentrant.h" to src/tools/compat
which just contains the lines:
#define FLOCKFILE(fp)
#define FUNLOCKFILE(fp)

> Is this perhaps a mod-in-progress that hasn't been fully committed yet?

No - I was hoping that the compat lib build already deals with
the _REENTRANT stuff because there is a number of files in libc
which uses it.
This isn't hit with NetBSD hosted builds, so I couldn't test.

best regards
Matthias