Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
319d6013
Commit
319d6013
authored
Sep 19, 2011
by
Poul-Henning Kamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More OSX compat hackery, this time for LLVM
parent
e5975a5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
cache_pool.c
bin/varnishd/cache_pool.c
+1
-0
No files found.
bin/varnishd/cache_pool.c
View file @
319d6013
...
...
@@ -71,6 +71,7 @@ clock_gettime(int foo, struct timespec *ts)
{
struct
timeval
tv
;
(
void
)
foo
;
gettimeofday
(
&
tv
,
NULL
);
ts
->
tv_sec
=
tv
.
tv_sec
;
ts
->
tv_nsec
=
tv
.
tv_usec
*
1000
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment