Skip to content

Commit

Permalink
Update Solaris bug ID for time() going backwards
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Jan 30, 2015
1 parent 50b6c52 commit 91c7f5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compat.c
Expand Up @@ -28,7 +28,8 @@
#ifdef HAVE_SUNOS_BROKEN_TIME
/*
* On SunOS, time() goes backwards. Thankfully, gethrtime() doesn't.
* https://www.illumos.org/issues/1871 and, for Solaris 11, CR7121035.
* https://www.illumos.org/issues/1871 and, for Solaris 11, Oracle
* bug ID #15760793 (previously Sun CR ID 7121035).
*/
#include <sys/time.h>

Expand Down

0 comments on commit 91c7f5e

Please sign in to comment.