Patch for linuxthreads

Andreas Jaeger aj@suse.de
Mon Feb 28 00:14:00 GMT 2000


Copy & Paste is evil. ;-) With this patch nscd can be linked again.

Andreas

2000-02-28  Andreas Jaeger  <aj@suse.de>

	* rwlock.c: Fix typo.

--- linuxthreads/rwlock.c.~1~	Mon Feb 28 07:36:06 2000
+++ linuxthreads/rwlock.c	Mon Feb 28 09:11:08 2000
@@ -205,7 +205,7 @@
 
   return 0;
 }
-strong_alias (__pthread_init_lock, pthread_init_lock)
+strong_alias (__pthread_rwlock_init, pthread_rwlock_init)
 
 
 int

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.rhein-neckar.de


More information about the Libc-hacker mailing list