1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00
vlc/compat
Lyndon Brown 77431823c3 compat: gitignore test binaries
Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>
2020-10-06 14:21:51 +02:00
..
test compat: add test for clock_nanosleep on darwin 2020-03-24 20:08:48 +01:00
.gitignore compat: gitignore test binaries 2020-10-06 14:21:51 +02:00
aligned_alloc.c compat: fix default aligned_alloc() 2019-07-26 21:31:19 +03:00
asprintf.c
atof.c
atoll.c
clock_getres.c compat: add clock_getres for darwin 2020-03-24 20:08:48 +01:00
clock_gettime.c compat: add clock_gettime for darwin 2020-03-24 19:56:36 +01:00
clock_nanosleep.c compat: add clock_nanosleep for darwin 2020-03-24 20:08:48 +01:00
dirfd.c
dummy.c compat: provide dummy.c, simplify Makefile 2019-07-26 21:31:19 +03:00
fdopendir.c
flockfile.c
freeaddrinfo.c Remove old mail address from sources 2019-09-04 22:11:04 +03:00
fsync.c
gai_strerror.c Remove old mail address from sources 2019-09-04 22:11:04 +03:00
getdelim.c
getpid.c
gettimeofday.c
gmtime_r.c
inet_pton.c use the proper check for sys/socket.h availability 2018-04-12 13:19:23 +02:00
lfind.c compat: lfind: fix warnings 2020-02-20 10:02:47 +01:00
lldiv.c
localtime_r.c
Makefile.am compat: add test for clock_nanosleep on darwin 2020-03-24 20:08:48 +01:00
memrchr.c
nrand48.c
pathconf.c compat: Add pathconf dummy replacement for nacl 2017-03-31 14:53:32 +02:00
poll.c compat: poll: work around event loss on WIN32 2018-02-22 11:59:01 +01:00
posix_memalign.c compat: restore posix_memalign() 2019-07-26 21:31:19 +03:00
realpath.c compat: remove shadowing variable 2018-02-22 21:50:09 +02:00
recvmsg.c compat: use proper check for the sys/uio.h availability 2018-04-12 14:21:06 +02:00
rewind.c
sendmsg.c compat: use proper check for the sys/uio.h availability 2018-04-12 14:21:06 +02:00
setenv.c
sigwait.c compat: Add sigwait dummy for NaCl 2017-03-28 15:54:00 +02:00
sincos.c
strcasecmp.c
strcasestr.c
strdup.c
strlcpy.c strlcpy: simplify 2018-06-17 11:23:11 +03:00
strndup.c
strnlen.c
strnstr.c
strsep.c
strtof.c
strtok_r.c
strtoll.c
strverscmp.c compat: missing #include, fix warning 2019-04-14 10:04:37 +03:00
swab.c
tdestroy.c compat: add tdestroy() 2018-02-20 21:42:43 +02:00
tfind.c compat: tfind: fix prototype 2020-06-30 10:49:18 +02:00
timegm.c
timespec_get.c compat: provide a win32 specific version of timespec_get 2018-05-15 18:34:30 +02:00
vasprintf.c