Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
6de554ef
Commit
6de554ef
authored
Aug 02, 2010
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove CPP contradiction from [
5a005c66
]
parent
ef61df30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
src/misc/mtime.c
src/misc/mtime.c
+0
-6
No files found.
src/misc/mtime.c
View file @
6de554ef
...
...
@@ -235,12 +235,6 @@ mtime_t mdate( void )
res
=
(
d
.
quot
*
1000000
)
+
((
d
.
rem
*
1000000
)
/
freq
.
QuadPart
);
#elif defined(USE_APPLE_MACH)
/* The version that should be used, if it was cancelable */
pthread_once
(
&
mtime_timebase_info_once
,
mtime_init_timebase
);
uint64_t
mach_time
=
date
*
1000
*
mtime_timebase_info
.
denom
/
mtime_timebase_info
.
numer
;
mach_wait_until
(
mach_time
);
#else
struct
timeval
tv_date
;
...
...
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