commit | 832ce9c286a907be8e6aab43fb0ae0037268476a | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Tue Oct 05 14:28:17 2010 -0500 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Oct 09 08:17:55 2010 +0000 |
tree | f8bb881b9fc197c55c811353683c0c1f20026c6f | |
parent | bbf0a440813816410eeee465b71b37100b2ec9ca [diff] |
configure: include stddef.h for NULL This fixes an observed failure to detect madvise() on Linux. To avoid similar issues, all other tests that use NULL but don't already have stddef.h (or another header that is defined to provide NULL, such as stdio.h, unistd.h, or time.h) are also fixed. Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>