From 6090151f12c8e22f86ebd5f7730f05eb236aa4ed Mon Sep 17 00:00:00 2001 From: jdp Date: Sun, 20 Apr 2003 01:53:13 +0000 Subject: Add stub implementations of pthread_[gs]etconcurrency to libc_r and libthr. No changes were made to libpthread by request of deischen, who will soon commit a real implementation for that library. PR: standards/50848 Submitted by: Sergey A. Osokin MFC after: 1 week --- lib/libthr/thread/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libthr/thread/Makefile.inc') diff --git a/lib/libthr/thread/Makefile.inc b/lib/libthr/thread/Makefile.inc index a8c9177..9c03def 100644 --- a/lib/libthr/thread/Makefile.inc +++ b/lib/libthr/thread/Makefile.inc @@ -8,6 +8,7 @@ SRCS+= \ thr_autoinit.c \ thr_cancel.c \ thr_clean.c \ + thr_concurrency.c \ thr_cond.c \ thr_condattr_destroy.c \ thr_condattr_init.c \ -- cgit v1.1