diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2011-11-17 14:46:07 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2011-11-17 14:46:07 +0100 |
commit | bd3c1a2495cbcb51b606f8e4892fcd127f91e645 (patch) | |
tree | 44b2911fe5abf044c3a1097cbe144f036a9b562f /libpthread | |
parent | 1ea3c5e6f11b91466546020f4e9ec13d1ab81be3 (diff) |
misc: hide __gen_tempname
fix signed vs. unsigned comparison warnings while at it
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libpthread')
-rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.commonarch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.commonarch b/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.commonarch index f1b553572..e28cec247 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.commonarch +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.commonarch @@ -62,7 +62,7 @@ libpthread_linux_CSRC += pthread_attr_getaffinity.c pthread_attr_setaffinity.c \ pthread_getcpuclockid.c pthread_kill.c \ pthread_mutex_cond_lock.c pthread_yield.c \ sem_post.c sem_timedwait.c sem_trywait.c sem_wait.c \ - pt-fork.c pt-sleep.c pthread_sigqueue.c \ + pt-fork.c pt-sleep.c pthread_sigqueue.c pt-tempname.c \ sigtimedwait.c sigwaitinfo.c sigwait.c \ lowlevellock.c lowlevelrobustlock.c |