aboutsummaryrefslogtreecommitdiffstats
path: root/sendfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sendfd.c')
-rw-r--r--sendfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sendfd.c b/sendfd.c
index ca26265..5d41fa4 100644
--- a/sendfd.c
+++ b/sendfd.c
@@ -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;