From owner-freebsd-bugs Sat Jun 14 01:29:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA13741 for bugs-outgoing; Sat, 14 Jun 1997 01:29:13 -0700 (PDT) Received: from haldjas.folklore.ee (Haldjas.folklore.ee [193.40.6.121]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA13685; Sat, 14 Jun 1997 01:27:52 -0700 (PDT) Received: from localhost (narvi@localhost) by haldjas.folklore.ee (8.8.4/8.8.4) with SMTP id LAA00485; Sat, 14 Jun 1997 11:27:45 +0300 (EEST) Date: Sat, 14 Jun 1997 11:27:44 +0300 (EEST) From: Narvi To: hackers@freebsd.org cc: bugs@freebsd.org Subject: libc_r problems Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi! The libc_r makefile in 2.2-stable does not seem to include uthread_attr_nit.c in the makefile - the result is that the function pthread_attr_init() does not get compiled in and pthreads programs fail miserable at compile time... Sander