[vala] posix: Fix posix_fadvise binding
- From: Ali Sabil <asabil src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] posix: Fix posix_fadvise binding
- Date: Sat, 17 Apr 2010 14:31:23 +0000 (UTC)
commit bbe38460e3caae79a5007e88f1de21ab8fcdb145
Author: Ali Sabil <ali sabil gmail com>
Date: Sat Apr 17 16:29:07 2010 +0200
posix: Fix posix_fadvise binding
Fixes bug 615418.
vapi/posix.vapi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vapi/posix.vapi b/vapi/posix.vapi
index 635ccc5..968bd8f 100644
--- a/vapi/posix.vapi
+++ b/vapi/posix.vapi
@@ -453,7 +453,7 @@ namespace Posix {
[CCode (cheader_filename = "fcntl.h")]
public int open (string path, int oflag, mode_t mode=0);
[CCode (cheader_filename = "fcntl.h")]
- public int posix_fadvice (int fd, long offset, long len, int advice);
+ public int posix_fadvise (int fd, long offset, long len, int advice);
[CCode (cheader_filename = "fcntl.h")]
public int posix_fallocate (int fd, long offset, long len);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]