提交 c3db56c4 编写于 作者: R Rich Felker

remove useless "extern" keywords in headers

上级 8eb9a3af
......@@ -10,7 +10,7 @@ extern "C" {
#ifdef __GNUC__
__attribute__((const))
#endif
extern int *__errno_location(void);
int *__errno_location(void);
#define errno (*__errno_location())
#ifdef __cplusplus
......
......@@ -122,7 +122,7 @@ struct res_sym {
#define RES_PRF_REPLY 0x00002000
#define RES_PRF_INIT 0x00004000
extern struct __res_state *__res_state(void);
struct __res_state *__res_state(void);
#define _res (*__res_state())
struct rrec;
......
......@@ -11,7 +11,7 @@ extern "C" {
#define LOCK_NB 4
#define LOCK_UN 8
extern int flock(int, int);
int flock(int, int);
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册