diff options
| author | 2017-12-30 08:45:57 +0100 | |
|---|---|---|
| committer | 2017-12-30 08:45:57 +0100 | |
| commit | 8c8da901528659820ff40f923fe3a4b69d76e94a (patch) | |
| tree | a987411402cd7103071395663081c5914e1ecf45 /src/safe_rw.c | |
| parent | 62f4512220e7b80dbe8ad8ed1ac63e399c01f484 (diff) | |
| download | tweetpipe-8c8da901528659820ff40f923fe3a4b69d76e94a.tar.gz | |
Format
Diffstat (limited to 'src/safe_rw.c')
| -rw-r--r-- | src/safe_rw.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/safe_rw.c b/src/safe_rw.c index 683d8b5..fb1aae9 100644 --- a/src/safe_rw.c +++ b/src/safe_rw.c @@ -15,8 +15,7 @@ #include "safe_rw.h" ssize_t -safe_write(const int fd, const void *const buf_, size_t count, - const int timeout) +safe_write(const int fd, const void *const buf_, size_t count, const int timeout) { struct pollfd pfd; const char * buf = (const char *) buf_; |