1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00
vlc/compat
Jean-Baptiste Kempf 95b7bf976a compat: ffsll use long long int as argument
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2016-12-22 16:18:03 +01:00
..
test compat: test: Fix strnstr tests 2015-12-09 20:38:37 +01:00
.gitignore
asprintf.c
atof.c
atoll.c
dirfd.c
fdopendir.c
ffsll.c compat: ffsll use long long int as argument 2016-12-22 16:18:03 +01:00
flockfile.c win32: do not pretend to implement ftrylockfile() 2016-11-20 11:48:47 +02:00
freeaddrinfo.c
fsync.c
gai_strerror.c src: os2: move gai_strerror() to compat 2015-12-17 23:38:36 +02:00
getdelim.c
getpid.c
gettimeofday.c compat: gettimeofday: unused variable 2016-06-10 14:15:28 +02:00
gmtime_r.c
inet_pton.c compat: fix inet_pton declaration 2016-07-06 14:13:37 +02:00
lldiv.c
localtime_r.c
Makefile.am compat: Fix warning 2015-12-09 23:14:55 +01:00
memrchr.c memrchr: fix compilation 2016-07-17 22:40:28 +03:00
nrand48.c
poll.c
posix_memalign.c
realpath.c compat: add realpath used by test_media_subitems() 2016-10-10 23:53:55 +02:00
recvmsg.c Use WSARecv instead of WSARecvFrom when the from field is empty 2016-09-07 19:08:35 +02:00
rewind.c
sendmsg.c compat: replace sendmsg() 2016-01-13 18:53:33 +02:00
setenv.c
sincos.c compat: add sincos() and sincosf() replacements 2016-11-13 13:58:56 +02:00
strcasecmp.c
strcasestr.c
strdup.c
strlcpy.c
strndup.c
strnlen.c
strnstr.c Compat: remove trailing spaces 2016-01-23 14:47:51 +01:00
strsep.c
strtof.c
strtok_r.c
strtoll.c
strverscmp.c
swab.c
tfind.c compat: fix test for tree functions 2016-10-23 20:06:30 +03:00
timegm.c compat: remove 'const' from the prototype of timegm(). 2015-12-13 20:34:39 +02:00
timespec_get.c compat: missing #include 2015-12-10 19:55:18 +02:00
vasprintf.c