Re: threadlib: avoid warning

2009-01-25 Thread Bruno Haible
And another warning: abort() used but not included. Fix: 2009-01-25 Bruno Haible * lib/glthread/threadlib.c: Include . --- lib/glthread/threadlib.c.orig 2009-01-25 23:43:45.0 +0100 +++ lib/glthread/threadlib.c2009-01-25 23:42:40.0 +0100 @@ -26,6 +26,7 @@ /

threadlib: avoid warning

2009-01-25 Thread Bruno Haible
This avoids a warning from the C compiler on OSF/1 5.1: cc: Warning: ./threadlib.c, line 70: Source file does not contain any declarations. 2009-01-25 Bruno Haible * lib/glthread/threadlib.c (dummy): New declaration. --- lib/glthread/threadlib.c.orig 2009-01-25 23:29:06.