summaryrefslogtreecommitdiffstats
path: root/sys/sys/syscallsubr.h
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2013-03-31 17:42:54 +0000
committerjilles <jilles@FreeBSD.org>2013-03-31 17:42:54 +0000
commit9d8a3c5c3b4f3e39e3b60af49f0da1899c1a7ebc (patch)
treeb8628274f03c6bcc8f72bb87ea957e5a46c0357f /sys/sys/syscallsubr.h
parent1f73a954db5bb5e3e2a9a410eae7f420e2252b20 (diff)
downloadFreeBSD-src-9d8a3c5c3b4f3e39e3b60af49f0da1899c1a7ebc.zip
FreeBSD-src-9d8a3c5c3b4f3e39e3b60af49f0da1899c1a7ebc.tar.gz
Rename do_pipe() to kern_pipe2() and declare it properly.
Diffstat (limited to 'sys/sys/syscallsubr.h')
-rw-r--r--sys/sys/syscallsubr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/syscallsubr.h b/sys/sys/syscallsubr.h
index 75feec7..fa0d351 100644
--- a/sys/sys/syscallsubr.h
+++ b/sys/sys/syscallsubr.h
@@ -156,6 +156,7 @@ int kern_openat(struct thread *td, int fd, char *path,
int kern_pathconf(struct thread *td, char *path, enum uio_seg pathseg,
int name, u_long flags);
int kern_pipe(struct thread *td, int fildes[2]);
+int kern_pipe2(struct thread *td, int fildes[2], int flags);
int kern_posix_fadvise(struct thread *td, int fd, off_t offset, off_t len,
int advice);
int kern_posix_fallocate(struct thread *td, int fd, off_t offset,
OpenPOWER on IntegriCloud