This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] guard fallocate[64] syscall on availability of__NR_fallocate


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]