summaryrefslogtreecommitdiffstats
path: root/libgloss/microblaze/linux-syscalls-wrap.c
blob: bccb016c7f10437dd523e5f6bc299c3fd87ab226 (plain)
1
2
3
4
5
6
7
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>

int isatty (int fd) {
	return 1;
}