Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
llvm-epi-0.8
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Roger Ferrer
llvm-epi-0.8
Commits
f16f0370
Commit
f16f0370
authored
11 years ago
by
Yaron Keren
Browse files
Options
Downloads
Patches
Plain Diff
G M suggestion: conditionally include files on _WIN32.
llvm-svn: 195045
parent
fbeb63c0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libcxx/src/random.cpp
+2
-0
2 additions, 0 deletions
libcxx/src/random.cpp
with
2 additions
and
0 deletions
libcxx/src/random.cpp
+
2
−
0
View file @
f16f0370
...
@@ -19,8 +19,10 @@
...
@@ -19,8 +19,10 @@
#ifdef __sun__
#ifdef __sun__
#define rename solaris_headers_are_broken
#define rename solaris_headers_are_broken
#endif
#endif
#if !defined(_WIN32)
#include
<fcntl.h>
#include
<fcntl.h>
#include
<unistd.h>
#include
<unistd.h>
#endif // defined(_WIN32)
#include
<errno.h>
#include
<errno.h>
_LIBCPP_BEGIN_NAMESPACE_STD
_LIBCPP_BEGIN_NAMESPACE_STD
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment