diff options
Diffstat (limited to 'newlib/libc/sys/linux/ctermid.c')
-rw-r--r-- | newlib/libc/sys/linux/ctermid.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/sys/linux/ctermid.c b/newlib/libc/sys/linux/ctermid.c index 05914ff..bcf36f6 100644 --- a/newlib/libc/sys/linux/ctermid.c +++ b/newlib/libc/sys/linux/ctermid.c @@ -6,8 +6,7 @@ static char devname[] = "/dev/tty"; char * -_DEFUN (ctermid, (buf), - char *buf) +ctermid (char *buf) { if (buf == NULL) return devname; |