PERFORCE change 58126 for review
Doug Rabson
dfr at FreeBSD.org
Sun Jul 25 04:03:08 PDT 2004
http://perforce.freebsd.org/chv.cgi?CH=58126
Change 58126 by dfr at dfr_home on 2004/07/25 11:02:54
Track the changed definition of _rtld_allocate_tls().
Affected files ...
.. //depot/projects/kse/lib/libc/gen/tls.c#3 edit
Differences ...
==== //depot/projects/kse/lib/libc/gen/tls.c#3 (text+ko) ====
@@ -56,7 +56,7 @@
#pragma weak _rtld_allocate_tls
void *
-_rtld_allocate_tls(size_t tcbsize, size_t tcbalign)
+_rtld_allocate_tls(void *oldtls, size_t tcbsize, size_t tcbalign)
{
return (0);
}
More information about the p4-projects
mailing list