Support for new Solaris/OpenIndiana versions

This commit is contained in:
Ulrich Wilkens
2015-05-09 00:14:52 +02:00
committed by Jon Trulson
parent 0306c7c6f2
commit 2b8b5f25b5
14 changed files with 21 additions and 616 deletions

View File

@@ -28,7 +28,7 @@
#include <stdlib.h>
#include "macros.h"
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(sun)
void exit(int) __attribute__((noreturn));
#endif