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++. -- Andrew -- 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