From bc5b56ad4196eb52254e371aa8ce9caf42b1dec6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 4 Dec 2017 08:56:00 +0100 Subject: libio: Use API mutex --- cpukit/sapi/include/confdefs.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'cpukit/sapi/include') diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h index 8204f0559f..e94752294b 100755 --- a/cpukit/sapi/include/confdefs.h +++ b/cpukit/sapi/include/confdefs.h @@ -140,11 +140,6 @@ extern rtems_initialization_tasks_table Initialization_tasks[]; #define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 3 #endif -/* - * Semaphore count used by the IO library. - */ -#define _CONFIGURE_LIBIO_SEMAPHORES 1 - /* * POSIX key count used by the IO library. */ @@ -2120,7 +2115,7 @@ extern rtems_initialization_tasks_table Initialization_tasks[]; * capabilities. */ #define _CONFIGURE_SEMAPHORES \ - (CONFIGURE_MAXIMUM_SEMAPHORES + _CONFIGURE_LIBIO_SEMAPHORES + \ + (CONFIGURE_MAXIMUM_SEMAPHORES + \ _CONFIGURE_TERMIOS_SEMAPHORES + _CONFIGURE_LIBBLOCK_SEMAPHORES + \ _CONFIGURE_SEMAPHORES_FOR_FILE_SYSTEMS + \ _CONFIGURE_NETWORKING_SEMAPHORES) -- cgit v1.2.3