diff options
Diffstat (limited to 'sendfd.c')
-rw-r--r-- | sendfd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ int -libsimple_sendfd(int sock, int fd) +libsimple_sendfd(int sock, int fd) /* TODO test */ { char buf[1]; struct iovec iov; |