Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
a0e5fe35
Commit
a0e5fe35
authored
Jan 27, 2008
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix symbols list, fix linking on platforms that DO have strnlen
parent
d5d9b5b3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
include/vlc_fixups.h
include/vlc_fixups.h
+4
-0
modules/codec/cc.c
modules/codec/cc.c
+0
-4
src/libvlc.sym
src/libvlc.sym
+1
-0
No files found.
include/vlc_fixups.h
View file @
a0e5fe35
...
...
@@ -40,6 +40,10 @@
# define strndup vlc_strndup
#endif
#ifndef HAVE_STRNLEN
# define strnlen vlc_strnlen
#endif
#ifndef HAVE_STRLCPY
# define strlcpy vlc_strlcpy
#endif
...
...
modules/codec/cc.c
View file @
a0e5fe35
...
...
@@ -51,10 +51,6 @@
#include <errno.h>
#include <string.h>
#if !defined( strnlen )
#define strnlen vlc_strnlen
#endif
/*****************************************************************************
* Module descriptor.
*****************************************************************************/
...
...
src/libvlc.sym
View file @
a0e5fe35
...
...
@@ -436,6 +436,7 @@ vlc_strdup
vlc_strlcpy
vlc_strncasecmp
vlc_strndup
vlc_strnlen
vlc_strtoll
vlc_submodule_create
__vlc_thread_create
...
...
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