X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=blobdiff_plain;f=include%2Fnfsc%2Flibnfs.h;h=d3ce1aa4801366545cdd376c4742cc1c0e3f43d5;hp=8ac6b94d3fc9de08f0654f2f2074b6fdb2ce23ea;hb=00b29d10cb4dce20724c55f5e7e31a019070b264;hpb=ece11036ff6894f7c7d447e7a3d64c0cd49d9aa2 diff --git a/include/nfsc/libnfs.h b/include/nfsc/libnfs.h index 8ac6b94..d3ce1aa 100644 --- 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() * * 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: