diff options
author | Richard Jones <rjones@redhat.com> | 2010-05-27 09:48:22 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-05-27 09:48:22 +0100 |
commit | 6b500f1b8e1ac8d28c485a5591c2833b18cc86e2 (patch) | |
tree | b9d7bf6181bd281ee3d5a78a7cef890b9efc1cc9 /src/MAX_PROC_NR | |
parent | c1e3cff523d72e8110cbc568a3c280e57c2aabca (diff) | |
download | libguestfs-6b500f1b8e1ac8d28c485a5591c2833b18cc86e2.tar.gz libguestfs-6b500f1b8e1ac8d28c485a5591c2833b18cc86e2.tar.xz libguestfs-6b500f1b8e1ac8d28c485a5591c2833b18cc86e2.zip |
New API: fallocate64 (replaces fallocate).
guestfs_fallocate takes an integer for the length, effectively
limiting it to creating 1GB files. This new call takes an int64_t
for the length, but is otherwise identical.
Diffstat (limited to 'src/MAX_PROC_NR')
-rw-r--r-- | src/MAX_PROC_NR | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MAX_PROC_NR b/src/MAX_PROC_NR index 1f7e0d6e..2197544d 100644 --- a/src/MAX_PROC_NR +++ b/src/MAX_PROC_NR @@ -1 +1 @@ -251 +252 |