added initial posix configuration support

This commit is contained in:
Joel Sherrill
1996-05-28 13:13:34 +00:00
parent 3320e526ff
commit e6d4b1d086
44 changed files with 489 additions and 162 deletions

View File

@@ -90,8 +90,9 @@ rtems_libio_config(
* tweak config to reflect # of semaphores we will need
*/
config->maximum_semaphores += 1; /* one for iop table */
config->maximum_semaphores += max_fds;
/* one for iop table */
config->RTEMS_api_configuration->maximum_semaphores += 1;
config->RTEMS_api_configuration->maximum_semaphores += max_fds;
}
/*