summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_open.c
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1997-05-03 03:57:21 +0000
committerjb <jb@FreeBSD.org>1997-05-03 03:57:21 +0000
commitf4c65c7dd66e3597ff5fc6669c4cc33626b4b70a (patch)
tree6968ebda980e2982ba64e6110ad68ff64209a647 /lib/libpthread/thread/thr_open.c
parenta1337bb0aea1f73b56821753ae8b9758996f55e4 (diff)
downloadFreeBSD-src-f4c65c7dd66e3597ff5fc6669c4cc33626b4b70a.zip
FreeBSD-src-f4c65c7dd66e3597ff5fc6669c4cc33626b4b70a.tar.gz
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.
Diffstat (limited to 'lib/libpthread/thread/thr_open.c')
-rw-r--r--lib/libpthread/thread/thr_open.c3
1 files changed, 3 insertions, 0 deletions
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 <stdarg.h>
#include <unistd.h>
#include <fcntl.h>
#include <dirent.h>
+#include <errno.h>
#ifdef _THREAD_SAFE
#include <pthread.h>
#include "pthread_private.h"
OpenPOWER on IntegriCloud