| 1153 | } |
| 1154 | |
| 1155 | static ssize_t write(int fd, const void *buf, size_t count) |
| 1156 | { |
| 1157 | return (ssize_t)syscall(SYS_write, fd, buf, count); |
| 1158 | } |
| 1159 | |
| 1160 | static int open(const char *pathname, int flags, ...) |
| 1161 | { |
no outgoing calls
no test coverage detected