lib.c: reduce NUM_OF_FILE_STRUCTS

Number has been reduced to a minimum to save memory.
This commit is contained in:
Xavier Del Campo Romero 2021-10-24 02:54:45 +02:00
parent 7af858caaf
commit 9157d1d6e6
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ int errno;
int __stdio_direction = STDIO_DIRECTION_BIOS;
static unsigned int __sio_cr_mapped = 0;
#define NUM_OF_FILE_STRUCTS 259
#define NUM_OF_FILE_STRUCTS 6
static FILE file_structs[NUM_OF_FILE_STRUCTS] =
{