From a7b591dc310c675cb325db9850f10c2e2fe1aba7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 13 Mar 1998 16:53:01 +0000 Subject: [PATCH] Add pthread_attr_init to GLIBC_2.1. --- libc.map | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libc.map b/libc.map index dc7037b..06e3015 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! -- 2.7.4