stdio.inc,stdio.h: increase CBM PATH_MAX/FILENAME_MAX value to 256+1

This commit is contained in:
Christian Groessler
2021-06-10 16:06:37 +02:00
committed by Oliver Schmidt
parent 9a523abbfb
commit ae9101961e
2 changed files with 4 additions and 0 deletions

View File

@@ -68,6 +68,8 @@
# define PATH_MAX (64+1)
#elif defined(__ATARI__)
# define PATH_MAX (63+1)
#elif defined(__CBM__)
# define PATH_MAX (256+1)
#elif defined(__LUNIX__)
# define PATH_MAX (80+1)
#elif defined(__TELESTRAT__)