summaryrefslogtreecommitdiff
path: root/include/unistd.h
diff options
context:
space:
mode:
authorsin2015-02-04 18:06:57 +0000
committersin2015-02-04 18:06:57 +0000
commit6e4f53a3f50eb987fb5a7657b2ba4eecbfac0557 (patch)
tree59d9523b662fef885cf435113ed76281378fcace /include/unistd.h
parent87f56f70d77945c284490ce779ddff0c64343e41 (diff)
Remember to #undef __errordecl
Thanks zhasha for spotting this.
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 65dadb3..f930acd 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -43,6 +43,8 @@ __fortify_read(int fd, void *buf, size_t n)
43#undef read 43#undef read
44#define read(fd, buf, n) __fortify_read(fd, buf, n) 44#define read(fd, buf, n) __fortify_read(fd, buf, n)
45 45
46#undef __errordecl
47
46#endif 48#endif
47 49
48#endif 50#endif