On Wed, Nov 4, 2009 at 3:14 PM, Andrzej K. Haczewski <ahaczewski@xxxxxxxxx> wrote: > 2009/11/4 Johannes Sixt <j.sixt@xxxxxxxxxxxxx>: > >>> +static __inline int pthread_cond_init(pthread_cond_t *cond, const void *unused) >> >> What's wrong with 'static inline int ...' (without the underscores)? >> > > Forgot to answer. 'inline' is avaliable in C++ only (on MSVC at > least), while '__inline' is MS extension for C and C++. You don't need it: compat/msvc.h:9:#define inline __inline -- Erik "kusma" Faye-Lund -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html