summaryrefslogtreecommitdiff
path: root/pr/src/md/unix/solaris.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/src/md/unix/solaris.c')
-rw-r--r--pr/src/md/unix/solaris.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/src/md/unix/solaris.c b/pr/src/md/unix/solaris.c
index 4fe2043b..3b7d1280 100644
--- a/pr/src/md/unix/solaris.c
+++ b/pr/src/md/unix/solaris.c
@@ -136,7 +136,7 @@ PRWord *_MD_HomeGCRegisters(PRThread *t, PRIntn isCurrent, PRIntn *np)
#ifndef _PR_PTHREADS
#if defined(i386) && defined(SOLARIS2_4)
-/*
+/*
* Because clock_gettime() on Solaris/x86 2.4 always generates a
* segmentation fault, we use an emulated version _pr_solx86_clock_gettime(),
* which is implemented using gettimeofday().