This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Musings on the ABI "stability" of glibc...


Hypothetical scenario:

App is linked to a pre-2.3.2 glibc ABI.
Lib is linked to a post-2.3.2 glibc ABI.
App is linked to Lib.

What happens when App creates a pthread_cond_t and passes it to Lib for
use?

What happens when Lib creates a pthread_cond_t and passes it to App?

-- 
Nicholas Miell <nmiell@comcast.net>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]