aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/machine/nvptx/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/nvptx/misc.c')
-rw-r--r--newlib/libc/machine/nvptx/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/machine/nvptx/misc.c b/newlib/libc/machine/nvptx/misc.c
index 56e66b9..829921e 100644
--- a/newlib/libc/machine/nvptx/misc.c
+++ b/newlib/libc/machine/nvptx/misc.c
@@ -62,7 +62,7 @@ open (const char *pathname, int flags, ...) {
return -1;
}
-int
+ssize_t
read(int fd, void *buf, size_t count) {
return 0;
}