On RedHat 9, or at least on some of its variants, the combination of
#include <my_global.h>
#include <my_semaphore.h>
will confuse gcc, which give an error while compiling my_semaphore.c
reversing the order of includes "fixes" the problem with the side effect of not
using LinuxThreads semaphores at all, which perhaps is not that big of a deal
anyway.
--
Sasha Pachev
Create online surveys at http://www.surveyz.com/
--
MySQL Bugs Mailing List
For list archives: http://lists.mysql.com/bugs
To unsubscribe: http://lists.mysql.com/bugs?unsub=gcdmb-bugs [at] m.gmane.org
