projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bab82fc
)
sb-sprof.lisp: Remove trailing white-spaces.
author
Stas Boukarev
<stassats@gmail.com>
Sat, 5 Jan 2013 17:09:52 +0000
(21:09 +0400)
committer
Stas Boukarev
<stassats@gmail.com>
Sat, 5 Jan 2013 17:09:52 +0000
(21:09 +0400)
contrib/sb-sprof/sb-sprof.lisp
patch
|
blob
|
history
diff --git
a/contrib/sb-sprof/sb-sprof.lisp
b/contrib/sb-sprof/sb-sprof.lisp
index
9a4b474
..
8060484
100644
(file)
--- a/
contrib/sb-sprof/sb-sprof.lisp
+++ b/
contrib/sb-sprof/sb-sprof.lisp
@@
-506,7
+506,7
@@
profiling")
;; Ensure that only one thread at a time will be doing profiling stuff.
(defvar *profiler-lock* (sb-thread:make-mutex :name "Statistical Profiler"))
(defvar *distribution-lock* (sb-thread:make-mutex :name "Wallclock profiling lock"))
-
+
#+sb-thread
(declaim (inline pthread-kill))
#+sb-thread