matrix-gui-e: bump PR for init file fixes
[openembedded.git] / recipes / glibc / glibc-2.3.2 / glibc23-asserth-decls.patch
blobf5791608fdd45cb7d2cc3dc0f698a851c53d9540
1 --- assert/assert.h 2002-10-13 15:24:18.000000000 +0200
2 +++ assert/assert.h 2002-10-13 15:23:57.000000000 +0200
3 @@ -62,6 +62,8 @@
5 #else /* Not NDEBUG. */
7 +#ifndef _ASSERT_H_DECLS
8 +#define _ASSERT_H_DECLS
9 __BEGIN_DECLS
11 /* This prints an "Assertion failed" message and aborts. */
12 @@ -83,6 +85,7 @@
15 __END_DECLS
16 +#endif /* Not _ASSERT_H_DECLS */
18 # define assert(expr) \
19 (__ASSERT_VOID_CAST ((expr) ? 0 : \