This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch for linuxthreads



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]