repositories
/
deb_libnfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ece1103
)
libnfs.h: Update open() flags docs
author
Ross Lagerwall
<rosslagerwall@gmail.com>
Sun, 20 Jul 2014 07:18:06 +0000
(08:18 +0100)
committer
Ross Lagerwall
<rosslagerwall@gmail.com>
Sun, 20 Jul 2014 07:18:47 +0000
(08:18 +0100)
Signed-off-by: Ross Lagerwall <rosslagerwall@gmail.com>
include/nfsc/libnfs.h
patch
|
blob
|
blame
|
history
diff --git
a/include/nfsc/libnfs.h
b/include/nfsc/libnfs.h
index 8ac6b94d3fc9de08f0654f2f2074b6fdb2ce23ea..d3ce1aa4801366545cdd376c4742cc1c0e3f43d5 100644
(file)
--- a/
include/nfsc/libnfs.h
+++ b/
include/nfsc/libnfs.h
@@
-330,7
+330,7
@@
EXTERN int nfs_fstat(struct nfs_context *nfs, struct nfsfh *nfsfh, struct stat *
* Async open(<filename>)
*
* mode is a combination of the flags :
- * O_RDOLNY, O_WRONLY, O_RDWR , O_SYNC, O_APPEND
+ * O_RDOLNY, O_WRONLY, O_RDWR , O_SYNC, O_APPEND
, O_TRUNC
*
* Function returns
* 0 : The operation was initiated. Once the operation finishes, the callback will be invoked.
@@
-341,6
+341,7
@@
EXTERN int nfs_fstat(struct nfs_context *nfs, struct nfsfh *nfsfh, struct stat *
* O_RDONLY
* O_WRONLY
* O_RDWR
+ * O_SYNC
* O_TRUNC (Only valid with O_RDWR or O_WRONLY. Ignored otherwise.)
*
* When the callback is invoked, status indicates the result: