gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:WEAK_NAME (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/thread_private.h - 7.1KB - 183 lines
34:  */
35: #define WEAK_NAME(name)         __CONCAT(_weak_,name)
36: #define WEAK_ALIAS(name)        __weak_alias(name, WEAK_NAME(name))