Add fallback definition of SIG_ATOMIC_MAX
authorSimon Horman <horms@verge.net.au>
Thu, 22 Sep 2011 12:24:12 +0000 (21:24 +0900)
committerBen Pfaff <blp@nicira.com>
Thu, 22 Sep 2011 16:02:59 +0000 (09:02 -0700)
Android appears to lack SIG_ATOMIC_MAX which is only
used in fatal-signal.c.

Observed when compiling using the Android NDK r6b (Android API level 13).

Patch based on a suggestion by Ben Pfaff


No differences found