diff options
-rw-r--r-- | libc.map | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc.map b/libc.map index dc7037b358..06e3015983 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! |