diff options
Diffstat (limited to 'include/unistd.h')
| -rw-r--r-- | include/unistd.h | 2 |
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 |
