Chromium Code Reviews| Index: sysdeps/nacl/unsupported/call_fallocate.S |
| diff --git a/sysdeps/nacl/unsupported/call_fallocate.S b/sysdeps/nacl/unsupported/call_fallocate.S |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..bac46b31bb2d75e9de69e643d514b934f064b911 |
| --- /dev/null |
| +++ b/sysdeps/nacl/unsupported/call_fallocate.S |
| @@ -0,0 +1,2 @@ |
| +/* We implement fallocate in posix_fallocate.c and we don't need |
|
pasko-google - do not use
2011/09/06 14:18:56
nit: let's name all the empty override files with
khim
2011/09/06 14:25:34
Done.
|
| + __call_fallocate since IRT implements C interface anyway. */ |