Style fix

This commit is contained in:
sin 2015-01-29 20:34:01 +00:00
parent 647c25ad9c
commit 131211ad47

View File

@ -40,7 +40,6 @@ __fortify_write(int fd, void *buf, size_t n)
#undef read
#define read(fd, buf, n) __fortify_read(fd, buf, n)
#undef write
#define write(fd, buf, n) __fortify_write(fd, buf, n)