Skip to content

Instantly share code, notes, and snippets.

@mheffner
Created August 18, 2009 21:14
Show Gist options
  • Save mheffner/169979 to your computer and use it in GitHub Desktop.
Save mheffner/169979 to your computer and use it in GitHub Desktop.
GLIBC_2.2.5 {
global:
pthread_cond_wait;
local:
*;
};
GLIBC_2.3.2 {
global:
pthread_cond_wait;
} GLIBC_2.2.5;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment