vlc/compat
Rémi Denis-Courmont ea93bcb8d3 compat: Linux getauxval() replacement
This was added over a decade ago, but 🤷...
2022-02-23 21:10:16 +00: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
Makefile.am compat: add test for clock_nanosleep on darwin 2020-03-24 20:08:48 +01:00
aligned_alloc.c compat: fix default aligned_alloc() 2019-07-26 21:31:19 +03:00
asprintf.c LGPL 2011-11-27 22:54:33 +01:00
atof.c LGPL 2011-11-27 22:54:33 +01:00
atoll.c LGPL 2011-11-27 22:54:33 +01:00
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: make clock_nanosleep usable by other OSes 2021-09-05 14:58:30 +00:00
dirfd.c Remove dirfd() hacks 2012-01-03 18:35:02 +02:00
dummy.c compat: provide dummy.c, simplify Makefile 2019-07-26 21:31:19 +03:00
fdopendir.c Remove inconsistently used HAVE_UNISTD_H 2013-12-29 16:15:46 +02:00
flockfile.c compat: remove deprecated platform 2021-09-16 16:46:02 +00:00
freeaddrinfo.c Remove old mail address from sources 2019-09-04 22:11:04 +03:00
fsync.c Use _WIN32 rather than WIN32 (same for WIN64) 2013-06-05 16:06:10 +02:00
gai_strerror.c Remove old mail address from sources 2019-09-04 22:11:04 +03:00
getauxval.c compat: Linux getauxval() replacement 2022-02-23 21:10:16 +00:00
getdelim.c LGPL 2011-11-27 22:54:33 +01:00
getpid.c compat: remove deprecated platform 2021-09-16 16:46:02 +00:00
gettimeofday.c compat: gettimeofday: unused variable 2016-06-10 14:15:28 +02:00
gmtime_r.c gmtime_r: rewrite, now truly thread-safe 2012-04-16 23:26:25 +03:00
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 LGPL 2011-11-27 22:54:33 +01:00
localtime_r.c localtime_r: fix Annex K usage 2015-06-26 18:00:24 +03:00
memrchr.c memrchr: fix compilation 2016-07-17 22:40:28 +03:00
nrand48.c LGPL 2011-11-27 22:54:33 +01: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: remove deprecated platform 2021-09-16 16:46:02 +00:00
rewind.c LGPL 2011-11-27 22:54:33 +01:00
sendmsg.c compat: remove deprecated platform 2021-09-16 16:46:02 +00:00
setenv.c LGPL 2011-11-27 22:54:33 +01:00
sincos.c compat: add sincos() and sincosf() replacements 2016-11-13 13:58:56 +02:00
strcasecmp.c LGPL 2011-11-27 22:54:33 +01:00
strcasestr.c LGPL 2011-11-27 22:54:33 +01:00
strdup.c LGPL 2011-11-27 22:54:33 +01:00
strlcpy.c strlcpy: simplify 2018-06-17 11:23:11 +03:00
strndup.c LGPL 2011-11-27 22:54:33 +01:00
strnlen.c LGPL 2011-11-27 22:54:33 +01:00
strnstr.c Compat: remove trailing spaces 2016-01-23 14:47:51 +01:00
strsep.c LGPL 2011-11-27 22:54:33 +01:00
strtof.c LGPL 2011-11-27 22:54:33 +01:00
strtok_r.c LGPL 2011-11-27 22:54:33 +01:00
strtoll.c LGPL 2011-11-27 22:54:33 +01:00
strverscmp.c compat: missing #include, fix warning 2019-04-14 10:04:37 +03:00
swab.c LGPL 2011-11-27 22:54:33 +01:00
tdestroy.c compat: add tdestroy() 2018-02-20 21:42:43 +02:00
tfind.c compat: tfind: Don't use K&R prototypes 2020-12-04 10:21:25 +01:00
timegm.c compat: remove 'const' from the prototype of timegm(). 2015-12-13 20:34:39 +02:00
timespec_get.c compat: provide a win32 specific version of timespec_get 2018-05-15 18:34:30 +02:00
vasprintf.c vasprintf: missing #include 2015-07-06 22:50:25 +03:00