From 5ac3ab5f90f72306efc6f172557b27a4c9af5f8f Mon Sep 17 00:00:00 2001 From: Gerhard Jaeger Date: Sun, 2 Nov 2003 13:34:18 +0000 Subject: [PATCH] Removed OS/2 porting section. --- include/sane/sanei_thread.h | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/include/sane/sanei_thread.h b/include/sane/sanei_thread.h index c618fc0b6..de33b1f54 100644 --- a/include/sane/sanei_thread.h +++ b/include/sane/sanei_thread.h @@ -144,19 +144,4 @@ extern int sanei_thread_waitpid (int pid, int *status); */ extern SANE_Status sanei_thread_get_status (int pid); -/** Reader process function (OBSOLETE). - * - * This wrapper was necessary if a backend's reader process need more than one - * argument. It will be removed soon. Do not use! - * - * FIXME: remove this ASAP - */ -#ifdef HAVE_OS2_H -static int os2_reader_process (void *data); - -#define fork() sanei_thread_begin(os2_reader_process) -#define kill(a, b) sanei_thread_kill( a ) -#define waitpid(a, b, c) sanei_thread_waitpid( a, b ) -#endif - #endif /* sanei_thread_h */