mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
2004-09-21 Roland McGrath <roland@redhat.com>
* Versions: Add comment about linuxthreads' frozen ABI.
This commit is contained in:
parent
366ca3ac16
commit
aca6123f11
@ -172,6 +172,14 @@ libpthread {
|
||||
pthread_cond_wait; pthread_cond_timedwait;
|
||||
pthread_cond_signal; pthread_cond_broadcast;
|
||||
}
|
||||
|
||||
# Hey you!! Yes, YOU! Do not add new symbols here!
|
||||
# The linuxthreads libpthread ABI froze at GLIBC_2.3.2 and lacks
|
||||
# numerous additions that NPTL's libpthread has. We can't go adding
|
||||
# any new symbols here unless we support all the new symbols in NPTL,
|
||||
# and we don't want to do that. Linuxthreads is only alive for
|
||||
# compatibility with old binaries using old interfaces.
|
||||
|
||||
GLIBC_PRIVATE {
|
||||
# Internal libc interface to libpthread
|
||||
__pthread_initialize;
|
||||
|
Loading…
Reference in New Issue
Block a user