[U-Boot] [PATCH 1/6] sandbox: add lseek helper

2012-01-22 Thread Mike Frysinger
Follow up patches want to be able to seek fd's. Signed-off-by: Mike Frysinger vap...@gentoo.org --- arch/sandbox/cpu/os.c |5 + include/os.h | 10 ++ 2 files changed, 15 insertions(+), 0 deletions(-) diff --git a/arch/sandbox/cpu/os.c b/arch/sandbox/cpu/os.c index

Re: [U-Boot] [PATCH 1/6] sandbox: add lseek helper

2012-01-22 Thread Simon Glass
Hi Mike, On Sun, Jan 22, 2012 at 10:30 PM, Mike Frysinger vap...@gentoo.org wrote: Follow up patches want to be able to seek fd's. Signed-off-by: Mike Frysinger vap...@gentoo.org ---  arch/sandbox/cpu/os.c |    5 +  include/os.h          |   10 ++  2 files changed, 15