]> code.citadel.org Git - citadel.git/blobdiff - citadel/sysdep.c
- configury tweaks for a /usr/include/db3 goof and Digital/Tru64 Unix
[citadel.git] / citadel / sysdep.c
index 6a77222914922bcae144fe55bdf4657dc5706fdb..f1c933f8e5dc6987dc605b177e3a1597a19d8c7e 100644 (file)
@@ -939,7 +939,7 @@ void init_master_fdset(void) {
 /*
  * Bind a thread to a context.  (It's inline merely to speed things up.)
  */
-inline void become_session(struct CitContext *which_con) {
+INLINE void become_session(struct CitContext *which_con) {
        pthread_setspecific(MyConKey, (void *)which_con );
 }