vlc/compat
KO Myung-Hun c84a1a1aba src: os2: move gai_strerror() to compat
This fixes the following linkage error.

-----
  CCLD     libhttps_plugin.la
weakld: error: Unresolved symbol (UNDEF) '_gai_strerror'.
weakld: info: The symbol is referenced by:
    P:\tmp\ldconv_libvlc_http_la-transport_o_64fd5671f455159d80.obj
Ignoring unresolved externals reported from weak prelinker.
Error! E2028: _gai_strerror is an undefined reference
file P:/tmp\ldconv_libvlc_http_la-transport_o_64fd5671f455159d80.obj(ldconv_libvlc_http_la-transport_o_64fd5671f455159d80.obj): undefined symbol _gai_strerror
make.exe[4]: *** [libhttps_plugin.la] Error 1
-----

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2015-12-17 23:38:36 +02:00
..
test compat: test: Fix strnstr tests 2015-12-09 20:38:37 +01:00
.gitignore Make sure libcompat is never empty 2010-08-01 13:00:56 +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
dirfd.c Remove dirfd() hacks 2012-01-03 18:35:02 +02:00
fdopendir.c Remove inconsistently used HAVE_UNISTD_H 2013-12-29 16:15:46 +02:00
ffsll.c Add replacement for GNU ffsll() 2015-06-28 15:19:49 +03:00
flockfile.c Use _WIN32 rather than WIN32 (same for WIN64) 2013-06-05 16:06:10 +02:00
freeaddrinfo.c freeaddrinfo: rewrite as iterative 2014-11-22 11:20:24 +02:00
fsync.c Use _WIN32 rather than WIN32 (same for WIN64) 2013-06-05 16:06:10 +02:00
gai_strerror.c src: os2: move gai_strerror() to compat 2015-12-17 23:38:36 +02:00
getdelim.c LGPL 2011-11-27 22:54:33 +01:00
getpid.c Use _WIN32 rather than WIN32 (same for WIN64) 2013-06-05 16:06:10 +02:00
gmtime_r.c gmtime_r: rewrite, now truly thread-safe 2012-04-16 23:26:25 +03:00
inet_pton.c network: undef EAFNOSUPPORT before overriding it. 2013-11-30 15:27:40 +02: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
Makefile.am compat: Fix warning 2015-12-09 23:14:55 +01:00
nrand48.c LGPL 2011-11-27 22:54:33 +01:00
poll.c compat: cancel association of network events before close 2015-07-20 20:37:15 +03:00
posix_memalign.c Use _WIN32 rather than WIN32 (same for WIN64) 2013-06-05 16:06:10 +02:00
rewind.c LGPL 2011-11-27 22:54:33 +01:00
setenv.c LGPL 2011-11-27 22:54:33 +01: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 LGPL 2011-11-27 22:54:33 +01: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: Fix strnstr implementation 2015-12-09 18:04:38 +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 Add strverscmp from glibc 2.14.1 to compat. 2012-02-04 17:46:26 +01:00
swab.c LGPL 2011-11-27 22:54:33 +01:00
tdestroy.c More cleaner fix when tdestroy only is missing. 2010-12-13 14:43:19 +01: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 vasprintf: missing #include 2015-07-06 22:50:25 +03:00