Changeset f58af46 in mainline for generic/src/syscall/syscall.c
- Timestamp:
- 2006-05-05T15:14:34Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c6c59ccd
- Parents:
- e8194664
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/syscall/syscall.c
re8194664 rf58af46 44 44 #include <synch/futex.h> 45 45 #include <ddi/ddi.h> 46 #include <syscall/copy.h> 46 47 47 48 static __native sys_io(int fd, const void * buf, size_t count) { … … 50 51 51 52 size_t i; 53 char str[10]; 52 54 53 55 for (i = 0; i < count; i++)
Note:
See TracChangeset
for help on using the changeset viewer.