1761阅读 0评论2010-01-11 iedey 分类:LINUX
/* 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 ())