gstreamer/libs/gst/check/libcheck
Anthony G. Basile d6e25ddedd libcompat.h: strsignal() should be not be decleared const
POSIX standards requires strsignal() to return a pointer to a char,
not a const pointer to a char. [1]  On uClibc, and possibly other
libc's, that do not HAVE_DECL_STRSIGNAL, libcompat.h declares
const char *strsignal (int sig) which causes a type error.

[1] man 3 strsignal

https://bugzilla.gnome.org/show_bug.cgi?id=763567
2016-03-23 14:48:16 +02:00
..
alarm.c check: Import version 0.9.14 2014-12-06 17:48:16 +01:00
check.c check: Have autotools generate internal-check.h 2014-12-16 16:32:39 +01:00
check.h.in check: Avoid requring (u)intmax_t in macros 2014-12-07 17:32:30 +01:00
check_error.c check: Apply GStreamer-specific patches 2014-12-06 17:48:25 +01:00
check_error.h check: Apply GStreamer-specific patches 2014-12-06 17:48:25 +01:00
check_impl.h check: Import version 0.9.14 2014-12-06 17:48:16 +01:00
check_list.c check: Apply GStreamer-specific patches 2014-12-06 17:48:25 +01:00
check_list.h check: Import version 0.9.14 2014-12-06 17:48:16 +01:00
check_log.c check: Have autotools generate internal-check.h 2014-12-16 16:32:39 +01:00
check_log.h check: Import version 0.9.14 2014-12-06 17:48:16 +01:00
check_msg.c check: Use mkstemp instead of tempnam if possible 2015-03-11 16:14:24 +00:00
check_msg.h check: Import version 0.9.14 2014-12-06 17:48:16 +01:00
check_pack.c check: Have autotools generate internal-check.h 2014-12-16 16:32:39 +01:00
check_pack.h check: Import version 0.9.14 2014-12-06 17:48:16 +01:00
check_print.c check: Have autotools generate internal-check.h 2014-12-16 16:32:39 +01:00
check_print.h check: Import version 0.9.14 2014-12-06 17:48:16 +01:00
check_run.c check: Fix uninitialized variable compiler warning with gcc 2015-03-21 19:37:30 +01:00
check_str.c check: Have autotools generate internal-check.h 2014-12-16 16:32:39 +01:00
check_str.h check: Import version 0.9.14 2014-12-06 17:48:16 +01:00
clock_gettime.c check: Fix compilation error for iOS 2014-12-06 19:46:29 +01:00
libcompat.c check: Import version 0.9.14 2014-12-06 17:48:16 +01:00
libcompat.h libcompat.h: strsignal() should be not be decleared const 2016-03-23 14:48:16 +02:00
localtime_r.c check: Import version 0.9.14 2014-12-06 17:48:16 +01:00
Makefile.am check: Have autotools generate internal-check.h 2014-12-16 16:32:39 +01:00
strsignal.c check: Import version 0.9.14 2014-12-06 17:48:16 +01:00
timer_create.c check: Import version 0.9.14 2014-12-06 17:48:16 +01:00
timer_delete.c check: Import version 0.9.14 2014-12-06 17:48:16 +01:00
timer_settime.c check: Import version 0.9.14 2014-12-06 17:48:16 +01:00