mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
2002-12-18 Jakub Jelinek <jakub@redhat.com> * misc/Versions [libc: GLIBC_2.3.1]: Move __libc_readv and __libc_writev to... [libc: GLIBC_PRIVATE]: ...here. * sysvipc/Versions [libc: GLIBC_2.3.1]: Move __libc_msgrcv and __libc_msgsnd to... [libc: GLIBC_PRIVATE]: ...here.
This commit is contained in:
@ -34,6 +34,13 @@ weak_extern (__pthread_thread_self)
|
||||
|
||||
int __libc_multiple_threads attribute_hidden;
|
||||
|
||||
# ifndef FLOATING_STACKS
|
||||
# undef THREAD_GETMEM
|
||||
# undef THREAD_SETMEM
|
||||
# define THREAD_GETMEM(descr, member) descr->member
|
||||
# define THREAD_SETMEM(descr, member, value) descr->member = (value)
|
||||
# endif
|
||||
|
||||
/* The next two functions are similar to pthread_setcanceltype() but
|
||||
more specialized for the use in the cancelable functions like write().
|
||||
They do not need to check parameters etc. */
|
||||
|
Reference in New Issue
Block a user