From 0f01de2b96c61a4b386c12056a0a1f8cc567ed9c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 10 Dec 2013 09:08:16 -0600 Subject: alarm.c: Use _Assert() not assert() --- cpukit/posix/src/alarm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/posix') diff --git a/cpukit/posix/src/alarm.c b/cpukit/posix/src/alarm.c index 8def4a0836..ffd6eeec1b 100644 --- a/cpukit/posix/src/alarm.c +++ b/cpukit/posix/src/alarm.c @@ -51,7 +51,7 @@ static void _POSIX_signals_Alarm_TSR( * There is no reason to think this might fail but we should be * cautious. */ - assert(status == 0); + _Assert(status == 0); #endif } -- cgit v1.2.3