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)
commit0c2c90570b53b715bf5f51d12b1987fd87db3bbf
treef05de19741cb8fe505865e023483da41a9a7ad33
parent72af4a857c677902cdb5007ea4eb63c608215913
Add fallback definition of SIG_ATOMIC_MAX

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
lib/fatal-signal.c