diff options
author | jb <jb@FreeBSD.org> | 1997-05-03 03:57:21 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 1997-05-03 03:57:21 +0000 |
commit | f4c65c7dd66e3597ff5fc6669c4cc33626b4b70a (patch) | |
tree | 6968ebda980e2982ba64e6110ad68ff64209a647 /lib/libpthread/thread | |
parent | a1337bb0aea1f73b56821753ae8b9758996f55e4 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | lib/libpthread/thread/thr_open.c | 3 |
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" |