From: Ulrich Drepper Date: Fri, 13 Mar 1998 16:53:01 +0000 (+0000) Subject: Add pthread_attr_init to GLIBC_2.1. X-Git-Tag: cvs/libc-ud-980319~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a7b591dc310c675cb325db9850f10c2e2fe1aba7;p=thirdparty%2Fglibc.git Add pthread_attr_init to GLIBC_2.1. --- diff --git a/libc.map b/libc.map index dc7037b3585..06e30159838 100644 --- a/libc.map +++ b/libc.map @@ -460,6 +460,9 @@ GLIBC_2.1 { # chown interface change. chown; + # Change in pthread_attr_t. + pthread_attr_init; + # functions in normal name space # Please keep them sorted by name!