projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a405b4
)
util: Add PIPE_OS_APPLE back to auxiliary/util/u_time.h.
author
Vinson Lee
<vlee@vmware.com>
Thu, 10 Sep 2009 14:33:57 +0000
(15:33 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Thu, 10 Sep 2009 14:33:57 +0000
(15:33 +0100)
Fixes typo from commit
c6c44bf48124dd5b4661014a8d58482c5a54557f
.
src/gallium/auxiliary/util/u_time.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_time.h
b/src/gallium/auxiliary/util/u_time.h
index
0ce1cc4
..
a6189a2
100644
(file)
--- a/
src/gallium/auxiliary/util/u_time.h
+++ b/
src/gallium/auxiliary/util/u_time.h
@@
-94,7
+94,7
@@
util_time_timeout(const struct util_time *start,
const struct util_time *end,
const struct util_time *curr);
-#if defined(PIPE_OS_LINUX) || defined(PIPE_OS_BSD) || defined(PIPE_OS_SOLARIS) || defined(PIPE_OS_HAIKU)
+#if defined(PIPE_OS_LINUX) || defined(PIPE_OS_BSD) || defined(PIPE_OS_SOLARIS) || defined(PIPE_OS_
APPLE) || defined(PIPE_OS_
HAIKU)
#define util_time_sleep usleep
#else
void