projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79d35b3
)
Prevented inclusion of (non-existent) stdint.h on Sparc.
author
Joel Stanley
<jstanley@cs.uiuc.edu>
Tue, 24 Jun 2003 02:46:47 +0000
(
02:46
+0000)
committer
Joel Stanley
<jstanley@cs.uiuc.edu>
Tue, 24 Jun 2003 02:46:47 +0000
(
02:46
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6876
91177308
-0d34-0410-b5e6-
96231b3b80d8
runtime/libtrace/tracelib.c
patch
|
blob
|
history
diff --git
a/runtime/libtrace/tracelib.c
b/runtime/libtrace/tracelib.c
index 9fe5a7dd25c7d35618cbfe5226b7bf24ef9798ce..6046f8a5b40e05124e0035ba9dcb5bd31d029cca 100644
(file)
--- a/
runtime/libtrace/tracelib.c
+++ b/
runtime/libtrace/tracelib.c
@@
-10,7
+10,9
@@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
+#ifndef sun
#include <stdint.h>
+#endif
/*===---------------------------------------------------------------------=====
* HASH FUNCTIONS