diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2011-01-09 21:39:46 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2011-01-09 21:39:46 +0000 |
| commit | 62779d80fb85de470823a8ff2902218a9a5e715e (patch) | |
| tree | af1c878027b33e59523201c91e65d5b73b9c949c /include/assert.h | |
| parent | 4b45b49a702a5d956cc3660f91656d48f5a2ff57 (diff) | |
Notes
Diffstat (limited to 'include/assert.h')
| -rw-r--r-- | include/assert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/assert.h b/include/assert.h index d5cfda603791..5621f8cac7e2 100644 --- a/include/assert.h +++ b/include/assert.h @@ -58,6 +58,6 @@ #ifndef _ASSERT_H_ #define _ASSERT_H_ __BEGIN_DECLS -void __assert(const char *, const char *, int, const char *); +void __assert(const char *, const char *, int, const char *) __dead2; __END_DECLS #endif /* !_ASSERT_H_ */ |
