diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2011-02-18 23:17:07 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2011-02-18 23:17:07 +0000 |
| commit | 1e391fbdbc4af5fbee0a88d2c6199fabfef4f534 (patch) | |
| tree | a09732cb4430d8f761fce57731071b41081c0778 /tools/configure | |
| parent | 6d85de341928aef8178465c60122f3cbe76f5dd6 (diff) | |
| download | rockbox-1e391fbdbc4af5fbee0a88d2c6199fabfef4f534.zip rockbox-1e391fbdbc4af5fbee0a88d2c6199fabfef4f534.tar.gz rockbox-1e391fbdbc4af5fbee0a88d2c6199fabfef4f534.tar.bz2 rockbox-1e391fbdbc4af5fbee0a88d2c6199fabfef4f534.tar.xz | |
Fix yellows and checkwps.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29328 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure index 889012a..9ecad19 100755 --- a/tools/configure +++ b/tools/configure @@ -170,7 +170,9 @@ check_sigaltstack() { #include <signal.h> int main(int argc, char **argv) { +#ifndef NULL #define NULL (void*)0 +#endif sigaltstack(NULL, NULL); return 0; } |