__assert.c: Fix missing prototype warnings

This commit is contained in:
Joel Sherrill
2013-09-22 10:06:15 -05:00
parent 3ea6b8841d
commit e0e2615e29
+2 -1
View File
@@ -6,7 +6,7 @@
*/
/*
* COPYRIGHT (c) 2007.
* COPYRIGHT (c) 2007-2013.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -22,6 +22,7 @@
#include <rtems.h>
#if defined(RTEMS_NEWLIB) && !defined(HAVE___ASSERT_FUNC)
#include <assert.h>
/**
* Newlib 1.16.0 added this method. Together these provide an