This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


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

Re: stdfiles.c


Tim Waugh <tim@cyberelk.demon.co.uk> writes:

> With the current 2.1 cvs libc I get this:
> 
> stdfiles.c:46: `_IO_stdfile_0_lock' undeclared here (not in a function)
> stdfiles.c:46: initializer element for `_IO_2_1_stdin_.file._lock' is not constant
> stdfiles.c:47: `_IO_stdfile_1_lock' undeclared here (not in a function)
> stdfiles.c:47: initializer element for `_IO_2_1_stdout_.file._lock' is not constant
> stdfiles.c:49: `_IO_stdfile_2_lock' undeclared here (not in a function)
> stdfiles.c:49: initializer element for `_IO_2_1_stderr_.file._lock' is not constant

I don't see this.  Please examine the preprocessed sources.  The
definitions of the locks should be there.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------


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