From 43b686d61558c0957f1779c747214ddef20a2252 Mon Sep 17 00:00:00 2001 From: Peter Galbavy Date: Tue, 21 Jul 1998 13:20:29 +0000 Subject: Complete initial import from mySQL 3.22.4 (mit-pthreads/). Lots of dross to move and remove yet. At minimum: o remove GNU config and GNU Makefiles o build arch directory and migrate away machdep/ o rebuild BSD Makefiles o move notes etc. into doc/ --- lib/libpthread/machdep/posix-netbsd-1.0.h | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 lib/libpthread/machdep/posix-netbsd-1.0.h (limited to 'lib/libpthread/machdep/posix-netbsd-1.0.h') diff --git a/lib/libpthread/machdep/posix-netbsd-1.0.h b/lib/libpthread/machdep/posix-netbsd-1.0.h new file mode 100644 index 00000000000..3557d0c5310 --- /dev/null +++ b/lib/libpthread/machdep/posix-netbsd-1.0.h @@ -0,0 +1,31 @@ +/* ==== posix.h ============================================================ + * Copyright (c) 1993 by Chris Provenzano, proven@athena.mit.edu + * + * Description : Convert an Ultrix-4.2 system to a more or less POSIX system. + * + * $Id: posix-netbsd-1.0.h,v 1.1 1998/07/21 13:19:15 peter Exp $ + * + * 1.00 93/07/20 proven + * -Started coding this file. + */ + +#ifndef _PTHREAD_POSIX_H_ +#define _PTHREAD_POSIX_H_ + +#include + +/* More stuff for compiling */ +#if defined(__GNUC__) +#define __INLINE extern inline +#else +#define __INLINE static +#endif + +/* Make sure we have size_t defined */ +#include + +#ifndef __WAIT_STATUS +#define __WAIT_STATUS int * +#endif + +#endif -- cgit v1.2.3