summaryrefslogtreecommitdiff
path: root/atomicio.h
diff options
context:
space:
mode:
Diffstat (limited to 'atomicio.h')
-rw-r--r--atomicio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/atomicio.h b/atomicio.h
index d878687d6..e569d38c6 100644
--- a/atomicio.h
+++ b/atomicio.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: atomicio.h,v 1.3 2001/03/02 18:54:30 deraadt Exp $ */ 1/* $OpenBSD: atomicio.h,v 1.4 2001/06/26 06:32:46 itojun Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 1995,1999 Theo de Raadt. All rights reserved. 4 * Copyright (c) 1995,1999 Theo de Raadt. All rights reserved.
@@ -28,4 +28,4 @@
28/* 28/*
29 * Ensure all of data on socket comes through. f==read || f==write 29 * Ensure all of data on socket comes through. f==read || f==write
30 */ 30 */
31ssize_t atomicio(ssize_t (*f)(), int fd, void *s, size_t n); 31ssize_t atomicio(ssize_t (*)(), int, void *, size_t);