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
7e5cf95b
Commit
7e5cf95b
authored
Dec 28, 2010
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "src: fixed 2 errors detected by the clang static analyser"
This reverts commit
0e65dd77
.
parent
ecfb93fb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/misc/mtime.c
src/misc/mtime.c
+2
-2
No files found.
src/misc/mtime.c
View file @
7e5cf95b
...
@@ -62,7 +62,7 @@
...
@@ -62,7 +62,7 @@
# include <mach/mach_time.h>
# include <mach/mach_time.h>
#endif
#endif
#if !defined(HAVE_STRUCT_TIMESPEC)
&& !defined(__APPLE__)
#if !defined(HAVE_STRUCT_TIMESPEC)
struct
timespec
struct
timespec
{
{
time_t
tv_sec
;
time_t
tv_sec
;
...
@@ -71,7 +71,7 @@ struct timespec
...
@@ -71,7 +71,7 @@ struct timespec
#endif
#endif
#if defined(HAVE_NANOSLEEP) && !defined(HAVE_DECL_NANOSLEEP)
#if defined(HAVE_NANOSLEEP) && !defined(HAVE_DECL_NANOSLEEP)
int
nanosleep
(
const
struct
timespec
*
,
struct
timespec
*
);
int
nanosleep
(
struct
timespec
*
,
struct
timespec
*
);
#endif
#endif
#if !defined (_POSIX_CLOCK_SELECTION)
#if !defined (_POSIX_CLOCK_SELECTION)
...
...
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