ALT Linux Bugzilla
– Attachment 7550 Details for
Bug 34935
gcc не прилинковывает libpthread принудительно при добавлении флага -pthread
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
pthread_test.c
pthread_test.c (text/x-csrc), 279 bytes, created by
Aleksei Nikiforov
on 2018-05-22 11:10:26 MSK
(
hide
)
Description:
pthread_test.c
Filename:
MIME Type:
Creator:
Aleksei Nikiforov
Created:
2018-05-22 11:10:26 MSK
Size:
279 bytes
patch
obsolete
>#include <pthread.h> > >#include <stdio.h> > >#pragma weak pthread_cancel > >int main(int argc, char **argv) >{ > if (pthread_cancel == 0) > { > fputs("0\n", stdout); > } else { > fputs("Not zero\n", stdout); > } > > return 0; >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 34935
: 7550 |
7551
|
7552
|
7553
|
7558
|
7559