流水iedey.blog.chinaunix.net
iedey
全部博文(39)
2011年(3)
2010年(6)
2009年(30)
格伯纳
浪花小雨
18880194
onetrio
wasdwasd
manyclou
xiao_代
yyx_atta
bobgeng
分类: LINUX
2010-01-11 17:42:40
/* Function to get address of global 'errno' variable. */extern int *__errno_location (void) __THROW __attribute__ ((__const__));/* When using threads, errno is a per-thread value. */
/* Function to get address of global 'errno' variable. */
extern int *__errno_location (void) __THROW __attribute__ ((__const__));
/* When using threads, errno is a per-thread value. */
# define errno (*__errno_location ())
上一篇:可重入和不可重入
下一篇:Unix编程[二] read
登录 注册