@@ -193,26 +193,26 @@ (ULONG)lib_expunge, (ULONG)lib_null, /* Functions for the glue code */ (ULONG)objc_set_libc, /* Used by the compiler - these need glue code */ - (ULONG)__objc_exec_class, - (ULONG)objc_msg_lookup, - (ULONG)objc_msg_lookup_stret, - (ULONG)objc_msg_lookup_super, - (ULONG)objc_msg_lookup_super_stret, - (ULONG)objc_lookUpClass, - (ULONG)objc_getClass, - (ULONG)objc_getRequiredClass, - (ULONG)objc_exception_throw, - (ULONG)objc_sync_enter, - (ULONG)objc_sync_exit, - (ULONG)objc_getProperty, - (ULONG)objc_setProperty, - (ULONG)objc_getPropertyStruct, - (ULONG)objc_setPropertyStruct, - (ULONG)objc_enumerationMutation, + (ULONG)glue___objc_exec_class, + (ULONG)glue_objc_msg_lookup, + (ULONG)glue_objc_msg_lookup_stret, + (ULONG)glue_objc_msg_lookup_super, + (ULONG)glue_objc_msg_lookup_super_stret, + (ULONG)glue_objc_lookUpClass, + (ULONG)glue_objc_getClass, + (ULONG)glue_objc_getRequiredClass, + (ULONG)glue_objc_exception_throw, + (ULONG)glue_objc_sync_enter, + (ULONG)glue_objc_sync_exit, + (ULONG)glue_objc_getProperty, + (ULONG)glue_objc_setProperty, + (ULONG)glue_objc_getPropertyStruct, + (ULONG)glue_objc_setPropertyStruct, + (ULONG)glue_objc_enumerationMutation, /* Functions declared in ObjFW_RT.h */ (ULONG)sel_registerName, (ULONG)sel_getName, (ULONG)sel_isEqual, (ULONG)objc_allocateClassPair,