Skip to content
Snippets Groups Projects
Commit d1d0667d authored by sof's avatar sof
Browse files

[project @ 1998-06-29 17:53:31 by sof]

slightly less obscene #ifdef'ing for solaris, define __EXTENSIONS__ to get at prusage_t struct
parent 64a0e7e3
No related merge requests found
......@@ -25,6 +25,10 @@ stat_exit
#define _INCLUDE_HPUX_SOURCE
#endif
#ifdef solaris2_TARGET_OS
#define __EXTENSIONS__
#endif
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
......@@ -67,7 +71,6 @@ stat_exit
from getrusage() for Solaris -- SOF
*/
#if solaris2_TARGET_OS
#undef __STRICT_ANSI__ /* oh, dear */
#include <sys/fcntl.h>
#include <sys/signal.h>
#include <sys/procfs.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment