Changeset 690ad20 in mainline for uspace/lib/c/generic/io/kio.c
- Timestamp:
- 2025-04-17T15:29:16Z (5 days ago)
- Branches:
- master
- Children:
- 39e1b9a
- Parents:
- d5b37b6
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2025-04-11 20:06:16)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2025-04-17 15:29:16)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/io/kio.c
rd5b37b6 r690ad20 113 113 } 114 114 115 size_t kio_read(char 32_t*buf, size_t n, size_t at)115 size_t kio_read(char *buf, size_t n, size_t at) 116 116 { 117 117 return __SYSCALL3(SYS_KIO_READ, (sysarg_t) buf, n, at);
Note:
See TracChangeset
for help on using the changeset viewer.