[PATCH] guard fallocate[64] syscall on availability of __NR_fallocate

Ryan Arnold rsa@us.ibm.com
Tue Mar 17 20:16:00 GMT 2009


On Tue, 2009-03-17 at 13:28 -0500, Ryan Arnold wrote:

> +#if !defined __ASSUME_FALLOCATE && defined __NR_fallocate
> +int __have_fallocate2 attribute_hidden

It was pointed out that I forgot a semi-colon.

I'm going to grab some newer headers and make sure the code in this
guard compiles successfully.

Ryan S. Arnold



More information about the Libc-alpha mailing list