<sys/cdefs.h>: Bring in a compatibility macro for C11's _Static_assert.
authorSascha Wildner <saw@online.de>
Thu, 6 Jun 2013 18:45:04 +0000 (20:45 +0200)
committerSascha Wildner <saw@online.de>
Thu, 6 Jun 2013 18:45:33 +0000 (20:45 +0200)
commitc5fedb6c80eafa21ba0c3368b230fc0e3c8188d0
treea5b3a01cdf95ec878ca851ee683db4a109a2f9bf
parentedfd48355a4386b6f4eefb36f0f95595f99b7fe5
<sys/cdefs.h>: Bring in a compatibility macro for C11's _Static_assert.

Apparently gcc47 has support outside of C11, but for processing our
<complex.h> with gcc44, this is necessary.

Taken-from: FreeBSD
sys/sys/cdefs.h