Dear Bernhard, On Fri, 2014-07-25 at 18:11 +0400, Alexey Brodkin wrote: > On attempt to build uClibc tests following error message appears: > ========= > TEST_LINK nptl/ tst-cancel4 > tst-cancel4.c: In function 'tf_sigpause': > tst-cancel4.c:765:3: warning: implicit declaration of function > '__sigpause' [-Wimplicit-function-declaration] > __sigpause (SIGCANCEL, 1); > ^ > tst-cancel4.o: In function `tf_sigpause': > tst-cancel4.c:(.text+0x1054): undefined reference to `__sigpause' > collect2: error: ld returned 1 exit status > ========= > > This commit > http://git.uclibc.org/uClibc/commit/?id=cef1f9517c319d86b4b426ecc14a10d0fa5494c7 > makes __sigpause static limiting its scope to "libc/signal/sigpause.c". > > Switching to common implementation "sigpause()" fixes this issue.
I'm wondering if there's a chance to get this fix applied? Regards, Alexey _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
