diff options
| author | sin | 2015-01-29 20:34:01 +0000 |
|---|---|---|
| committer | sin | 2015-01-29 20:34:01 +0000 |
| commit | 131211ad478ea4f8712c0cc17a2846fe8e0012cf (patch) | |
| tree | 1ad0393fd7e6d94541a4505e45674c1d279d1fd8 /include/unistd.h | |
| parent | 647c25ad9c482eeacc30f89feef49dfe265b3055 (diff) | |
Style fix
Diffstat (limited to 'include/unistd.h')
| -rw-r--r-- | include/unistd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h index df74dc0..4f0439b 100644 --- a/include/unistd.h +++ b/include/unistd.h | |||
| @@ -40,7 +40,6 @@ __fortify_write(int fd, void *buf, size_t n) | |||
| 40 | 40 | ||
| 41 | #undef read | 41 | #undef read |
| 42 | #define read(fd, buf, n) __fortify_read(fd, buf, n) | 42 | #define read(fd, buf, n) __fortify_read(fd, buf, n) |
| 43 | |||
| 44 | #undef write | 43 | #undef write |
| 45 | #define write(fd, buf, n) __fortify_write(fd, buf, n) | 44 | #define write(fd, buf, n) __fortify_write(fd, buf, n) |
| 46 | 45 | ||
