Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
refs/heads/master
/
.
/
src
/
newlib
/
libgloss
/
microblaze
/
linux-syscalls-wrap.c
blob: bccb016c7f10437dd523e5f6bc299c3fd87ab226 [
file
] [
log
] [
blame
] [
edit
]
#include
<sys/types.h>
#include
<sys/stat.h>
#include
<fcntl.h>
int
isatty
(
int
fd
)
{
return
1
;
}