diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-08-01 12:11:21 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-08-01 12:11:21 +0200 |
| commit | 9de2a32ced4076497e26ebfcffbd8c3ec260699b (patch) | |
| tree | eb739cf07b7efc0cb81fb65622957f78e01d8111 /libpthread/Makefile.am | |
| parent | 57ef58b1d62c28726f162a0a5cd3d2e7f7c92eed (diff) | |
| parent | 872345fd3c7bf57a6e6b87e35159b28ff290a965 (diff) | |
Merge tag 'upstream/20090701'
Diffstat (limited to 'libpthread/Makefile.am')
| -rw-r--r-- | libpthread/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/Makefile.am b/libpthread/Makefile.am index e59c9460..e1c062c1 100644 --- a/libpthread/Makefile.am +++ b/libpthread/Makefile.am @@ -133,6 +133,7 @@ libpthread_a_SOURCES = pt-attr.c pt-attr-destroy.c pt-attr-getdetachstate.c \ pt-kill.c \ pt-getcpuclockid.c \ pt-getschedparam.c pt-setschedparam.c pt-setschedprio.c \ + pt-yield.c \ sem-close.c sem-init.c sem-timedwait.c sem-wait.c \ sem-destroy.c sem-open.c sem-trywait.c sem-getvalue.c \ sem-post.c sem-unlink.c \ |
