mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-27 18:39:31 +08:00
PR 1456/cpukit * libcsupport/src/ttyname.c: ttyname_r() when called directly (not via ttyname()) does not prefix the caller provided buffer with the predefined _PATH_DEV string (/dev/). Thus the directory search fails and no tty name is returned to the caller.