1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

Add namespace protected alias.

This commit is contained in:
Ulrich Drepper
2002-12-15 19:59:08 +00:00
parent 7ad6b6eb3a
commit 8361400815
26 changed files with 50 additions and 24 deletions

View File

@@ -22,10 +22,11 @@
int
pthread_condattr_init (attr)
__pthread_condattr_init (attr)
pthread_condattr_t *attr;
{
memset (attr, '\0', sizeof (*attr));
return 0;
}
strong_alias (__pthread_condattr_init, pthread_condattr_init)