diff options
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | pthread.h | 1 | 
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,8 @@  1998-10-03  Ben Elliston  <bje@cygnus.com> +	* pthread.h: No need to include <unistd.h>.  It doesn't even exist +	on Win32! Again, an artifact of cross-compilation.	 +  	* process.h: Remove. This was a stand-in before we started doing  	native compilation under Win32. @@ -33,7 +33,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  #endif /* HAVE_CONFIG_H */  #include <windows.h> -#include <unistd.h>  #include <time.h>  #ifdef HAVE_SIGNAL_H  | 
