OSDN Git Service

nptl: get rid of preprocessor warning when __ASSUME_TGKILL is not defined
authorCarmelo Amoroso <carmelo.amoroso@st.com>
Tue, 4 Jan 2011 13:16:50 +0000 (14:16 +0100)
committerCarmelo Amoroso <carmelo.amoroso@st.com>
Tue, 4 Jan 2011 13:16:50 +0000 (14:16 +0100)
commit488e56e0d9fca517e62a96d2eae5e1ef9fdb38bc
tree0e9faf8afd4c50a05223e1e710eeda776eb829b3
parent4ac7ad3543dd6d7780e71af80fa5c45414451719
nptl: get rid of preprocessor warning when __ASSUME_TGKILL is not defined

A sample of the warning reported while building for ARM that has not __ASSUME_TGKILL defined.

libpthread/nptl/sysdeps/unix/sysv/linux/raise.c: In function 'raise':
libpthread/nptl/sysdeps/unix/sysv/linux/raise.c:33:5: warning: "__ASSUME_TGKILL" is not defined

Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
libpthread/nptl/pthread_cancel.c
libpthread/nptl/sysdeps/pthread/createthread.c
libpthread/nptl/sysdeps/unix/sysv/linux/pt-raise.c
libpthread/nptl/sysdeps/unix/sysv/linux/pthread_kill.c
libpthread/nptl/sysdeps/unix/sysv/linux/raise.c