[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260105023629.1502801-1-daniel@thingy.jp>
Date: Mon, 5 Jan 2026 11:36:26 +0900
From: Daniel Palmer <daniel@...ngy.jp>
To: w@....eu,
linux@...ssschuh.net
Cc: david.laight.linux@...il.com,
linux-kernel@...r.kernel.org,
Daniel Palmer <daniel@...ngy.jp>
Subject: [PATCH v2 0/3] nolibc: Add fread() and fseek()
v1 blurb:
Using nolibc on nommu 68000, something I'm trying to build[0] wanted fread() and fseek()
so I added them, they seem to work so I'm sharing them. Not sure if I need to add
tests or something? Maybe there is a reason these weren't implemented in the first place...
0 - https://github.com/FrenkelS/Doom8088ST/issues/21
Changelog:
v2:
- A few style clean ups in fread() requested by Thomas.
- Added a basic test that exercises the new functions. This isn't a complete POSIX
testsuite, just a very basic smoke test. I couldn't think of proper error numbers
for different failure cases (Suggested by Thomas), any ideas appreciated.
Daniel Palmer (3):
tools/nolibc: Add fread() to stdio.h
tools/nolibc: Add fseek() to stdio.h
tools/nolibc: Add a simple test for writing to a FILE and reading it
back
tools/include/nolibc/stdio.h | 53 +++++++++++++++++++-
tools/testing/selftests/nolibc/nolibc-test.c | 53 ++++++++++++++++++++
2 files changed, 105 insertions(+), 1 deletion(-)
--
2.51.0
Powered by blists - more mailing lists