From 0d5feb67116fbf3b3f0186e51686e18985fa42da Mon Sep 17 00:00:00 2001 From: bje Date: Sat, 3 Oct 1998 01:43:24 +0000 Subject: 1998-10-03 Ben Elliston * process.h: Remove. This was a stand-in before we started doing native compilation under Win32. * pthread.h (pthread_mutex_init): Make `attr' argument const. --- process.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 process.h (limited to 'process.h') diff --git a/process.h b/process.h deleted file mode 100644 index 7f0b5ea..0000000 --- a/process.h +++ /dev/null @@ -1,16 +0,0 @@ -/* - * process.h - * - * Temporary stand-in for Win32 process.h - * - */ - -HANDLE _beginthreadex(LPSECURITY_ATTRIBUTES security, - DWORD stack, - unsigned (* start_routine)(void *), - LPVOID param, - DWORD flags, - LPDWORD threadID); - -VOID _endthreadex(DWORD); - -- cgit v1.2.3