00001 00012 #ifndef _GK_EXTERNS_H_ 00013 #define _GK_EXTERNS_H_ 00014 00015 00016 /************************************************************************* 00017 * Extern variable definition. Hopefully, the __thread makes them thread-safe. 00018 **************************************************************************/ 00019 #ifndef _GK_ERROR_C_ 00020 /* declared in error.c */ 00021 extern CMK_THREADLOCAL int gk_cur_jbufs; 00022 extern CMK_THREADLOCAL jmp_buf gk_jbufs[]; 00023 extern CMK_THREADLOCAL jmp_buf gk_jbuf; 00024 00025 #endif 00026 00027 #endif