OSDN Git Service

* mmap.cc (gen_create_protect): Always generate WRITECOPY protection
[pf3gnuchains/pf3gnuchains4x.git] / libgloss / mt / read.c
1 #include <_ansi.h>
2 #include <sys/types.h>
3 #include <sys/stat.h>
4 #include "trap.h"
5
6
7 read (int file,
8        char *ptr,
9        size_t len)
10 {
11   return TRAP0 (SYS_read, file, ptr, len);
12 }