From f4c65c7dd66e3597ff5fc6669c4cc33626b4b70a Mon Sep 17 00:00:00 2001 From: jb Date: Sat, 3 May 1997 03:57:21 +0000 Subject: Use libc makefiles from now on instead of duplicating them in libc_r. Added Id strings too. It's useful to know who last made a change. --- lib/libpthread/thread/thr_open.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/libpthread/thread') diff --git a/lib/libpthread/thread/thr_open.c b/lib/libpthread/thread/thr_open.c index 00bb913..ef7a504 100644 --- a/lib/libpthread/thread/thr_open.c +++ b/lib/libpthread/thread/thr_open.c @@ -29,11 +29,14 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * $Id$ + * */ #include #include #include #include +#include #ifdef _THREAD_SAFE #include #include "pthread_private.h" -- cgit v1.1