Mercurial > hg > Members > menikon > CbC_xv6
changeset 142:819537a244ee
tweak_piperead.h
author | anatofuz |
---|---|
date | Sat, 14 Dec 2019 18:34:56 +0900 |
parents | bb1b0676e27b |
children | f70c4ec3fb8a |
files | src/impl/PipeRead.h |
diffstat | 1 files changed, 2 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/src/impl/PipeRead.h Thu Dec 12 14:28:15 2019 +0900 +++ b/src/impl/PipeRead.h Sat Dec 14 18:34:56 2019 +0900 @@ -3,13 +3,7 @@ int i; int n; __code cbc_piperead1(Type* sys_read, struct pipe* p, __code next(...)); - __code cbc_piperead2(Type* sys_read, int i, int n,struct pipe* p, __code next(...)); - __code cbc_piperead3(Type* sys_read, struct pipe* p, int i, __code next(...)); + __code cbc_piperead2(Type* sys_read, int i, int n, struct pipe* p, __code next(...)); + __code cbc_piperead3(Type* sys_read, int i, struct pipe* p, __code next(...)); __code next(...); } PipeRead; - -/* - __code cbc_piperead1(Impl* sys_read, struct pipe* p); - __code cbc_piperead2(Impl* sys_read, int i, int n,struct pipe* p); - __code cbc_piperead3(Impl* sys_read, struct pipe* p, int i); -*/