This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Macintosh-Tools
/
Retro68
Watch
1
Star
0
Fork
0
You've already forked Retro68
mirror of
https://github.com/autc04/Retro68.git
synced
2024-12-02 03:50:17 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
9cb5603bbb
Retro68
/
gcc
/
newlib
/
libc
/
posix
/
isatty.c
11 lines
103 B
C
Raw
Normal View
History
Unescape
Escape
re-add newlib
2017-04-11 21:13:36 +00:00
/* isatty.c */
#
include
<unistd.h>
#
include
<reent.h>
int
upgrade to gcc 8.2.0 and newlib 3.0.0
2018-12-28 15:30:48 +00:00
isatty
(
int
fd
)
re-add newlib
2017-04-11 21:13:36 +00:00
{
return
_isatty
(
fd
)
;
}
Reference in New Issue
Copy Permalink