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
09c815ed
Commit
09c815ed
authored
Feb 27, 2012
by
Ismael Luceno
Committed by
Jean-Baptiste Kempf
Feb 27, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uClibc compilation fix
parent
b19614ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/posix/linux_specific.c
src/posix/linux_specific.c
+2
-2
No files found.
src/posix/linux_specific.c
View file @
09c815ed
...
...
@@ -74,14 +74,14 @@ error:
return
(
path
!=
NULL
)
?
path
:
strdup
(
PKGLIBDIR
);
}
#if
def __GLIBC__
#if
defined(__GLIBC__) && !defined(__UCLIBC__)
# include <gnu/libc-version.h>
# include <stdlib.h>
#endif
void
system_Init
(
void
)
{
#if
def __GLIBC__
#if
defined(__GLIBC__) && !defined(__UCLIBC__)
const
char
*
glcv
=
gnu_get_libc_version
();
/* gettext in glibc 2.5-2.7 is not thread-safe. LibVLC keeps crashing,
...
...
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