Skip to content
Snippets Groups Projects
Commit e2bbb8b4 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-04-14 14:07:43 by simonmar]

msTime() uses non-POSIX features, so #define NON_POSIX_SOURCE.
parent b182f696
No related merge requests found
/* -----------------------------------------------------------------------------
* $Id: RtsUtils.c,v 1.14 2000/03/31 03:09:36 hwloidl Exp $
* $Id: RtsUtils.c,v 1.15 2000/04/14 14:07:43 simonmar Exp $
*
* (c) The GHC Team, 1998-1999
*
......@@ -7,6 +7,9 @@
*
* ---------------------------------------------------------------------------*/
/* gettimeofday isn't POSIX */
#define NON_POSIX_SOURCE
#include "Rts.h"
#include "RtsTypes.h"
#include "RtsAPI.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