projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5f3add
)
fix misplaced semicolon in preprocessor directive (#undef h_errno)
author
Rich Felker
<dalias@aerifal.cx>
Thu, 17 May 2012 00:14:30 +0000
(20:14 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Thu, 17 May 2012 00:14:30 +0000
(20:14 -0400)
src/network/h_errno.c
patch
|
blob
|
history
diff --git
a/src/network/h_errno.c
b/src/network/h_errno.c
index 5560234c9953358ea8755f44ae3b8a90ee7552cf..4f700ceaf1674d58ed57b1e1de94a3f6d88b4ce7 100644
(file)
--- a/
src/network/h_errno.c
+++ b/
src/network/h_errno.c
@@
-1,6
+1,6
@@
#include <netdb.h>
-#undef h_errno
;
+#undef h_errno
int h_errno;
int *__h_errno_location(void)