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