libnfs.c: Support use of O_TRUNC with nfs_create
[deb_libnfs.git] / include / nfsc / libnfs.h
index ff0d4e4ad4b4bcdfae7f38a9c502e0389faa7e3a..8ac6b94d3fc9de08f0654f2f2074b6fdb2ce23ea 100644 (file)
@@ -689,6 +689,7 @@ EXTERN int nfs_creat(struct nfs_context *nfs, const char *path, int mode, struct
  * O_APPEND
  * O_SYNC
  * O_EXCL
+ * O_TRUNC
  *
  * Function returns
  *  0 : The operation was initiated. Once the operation finishes, the callback will be invoked.