Search | Google it | Results 1 - 1 of 1 for fundef:__RENAME from t2ex/bsd_source/t2ex/network/net/src_bsd/sys/cdefs.h (0.00 seconds) |
266: #if defined(__GNUC__) || defined(__PCC__) 267: #define __RENAME(x) ___RENAME(x) 268: #else 269: #ifdef __lint__ 270: #define __RENAME(x) __symbolrename(x) 271: #else 275: #else /* _STANDALONE || _KERNEL */ 276: #define __RENAME(x) no renaming in kernel or standalone environment 277: #endif