Skip to content

Commit

Permalink
2004-09-21 Roland McGrath <roland@redhat.com>
Browse files Browse the repository at this point in the history
	* Versions: Add comment about linuxthreads' frozen ABI.
  • Loading branch information
Roland McGrath committed Sep 22, 2004
1 parent 366ca3a commit aca6123
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions linuxthreads/Versions
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit aca6123

Please sign in to comment.