public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* warnings question
@ 2002-03-16  2:34 Andreas Jaeger
  2002-03-16 10:52 ` Ulrich Drepper
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Jaeger @ 2002-03-16  2:34 UTC (permalink / raw)
  To: GNU libc hacker


I now get lots of warnings like:

In file included from ../linuxthreads/sysdeps/i386/tls.h:25,
                 from version.c:20:
../linuxthreads/sysdeps/i386/i686/pt-machine.h:38: warning: no previous prototype for `testandset'
../linuxthreads/sysdeps/i386/i686/pt-machine.h:56: warning: no previous prototype for `__compare_and_swap'

The prototypes for testandset and __compare_and_swap live in
linuxthreads/internals.h and we don't want to include that header in
tls.h.

What's the best way to add the prototypes?

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-03-16 19:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-16  2:34 warnings question Andreas Jaeger
2002-03-16 10:52 ` Ulrich Drepper
2002-03-16 11:16   ` Andreas Jaeger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).