OSDN Git Service

sparc/sigaction: revert change. These semantics are needed for nptl
[uclinux-h8/uClibc.git] / libpthread / nptl / sysdeps / unix / sysv / linux / alpha / Versions
1 libpthread {
2   GLIBC_2.3.3 {
3     # Changed PTHREAD_STACK_MIN.
4     pthread_attr_setstack; pthread_attr_setstacksize;
5   }
6 }
7 librt {
8   GLIBC_2.3.3 {
9     # Changed timer_t.
10     timer_create; timer_delete; timer_getoverrun; timer_gettime;
11     timer_settime;
12   }
13 }