diff options
| author | thorpej <thorpej@NetBSD.org> | 2003-11-18 00:56:56 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2003-11-18 00:56:56 +0000 |
| commit | 137c808bb8bb55e5827fd3ce50d2f78831d399cd (patch) | |
| tree | 808e5e3bdb1d746b3f6efd91741fb4a90ebe3749 /include | |
| parent | 196dbdcd2be28fc29c01af01c3e0bbd1c0dd6c69 (diff) | |
Userland portion of fsync_range(2), written by Bill Studenmund, and
contributed by Wasabi Systems, Inc.
Diffstat (limited to 'include')
| -rw-r--r-- | include/unistd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h index 6513828deeb..a7b8c58b0ce 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -1,4 +1,4 @@ -/* $NetBSD: unistd.h,v 1.94 2003/08/07 09:44:11 agc Exp $ */ +/* $NetBSD: unistd.h,v 1.95 2003/11/18 00:56:56 thorpej Exp $ */ /*- * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. @@ -307,6 +307,7 @@ int des_setkey __P((const char *)); void endusershell __P((void)); int exect __P((const char *, char * const *, char * const *)); int fchroot __P((int)); +int fsync_range __P((int, int, off_t, off_t)); int getdomainname __P((char *, size_t)); int getgrouplist __P((const char *, gid_t, gid_t *, int *)); mode_t getmode __P((const void *, mode_t)); |
