]> andersk Git - openssh.git/blobdiff - atomicio.c
- deraadt@cvs.openbsd.org 2003/06/28 16:23:06
[openssh.git] / atomicio.c
index 47161eb3a1e3175ebbbd056e7ad9f5f96ba0dd4c..dfc1553c5c00c22c5c349e12dd8e189b0ff3a1f2 100644 (file)
@@ -24,7 +24,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: atomicio.c,v 1.10 2001/05/08 22:48:07 markus Exp $");
+RCSID("$OpenBSD: atomicio.c,v 1.11 2003/06/28 16:23:06 deraadt Exp $");
 
 #include "atomicio.h"
 
@@ -33,7 +33,7 @@ RCSID("$OpenBSD: atomicio.c,v 1.10 2001/05/08 22:48:07 markus Exp $");
  */
 ssize_t
 atomicio(f, fd, _s, n)
-       ssize_t (*f) ();
+       ssize_t (*f) (int, void *, size_t);
        int fd;
        void *_s;
        size_t n;
This page took 0.030796 seconds and 4 git commands to generate.