serenity/Tests/LibCore
Tim Schumacher daf181caa8 LibCore: Let offset-related Stream functions return an unsigned value
A negative return value doesn't make sense for any of those functions.
The return types were inherited from POSIX, where they also need to have
an indicator for an error (negative values).
2023-01-19 11:41:56 +01:00
..
10kb.txt
CMakeLists.txt
long_lines.txt
small.txt
TestLibCoreArgsParser.cpp
TestLibCoreDeferredInvoke.cpp LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr 2023-01-12 11:25:51 +01:00
TestLibCoreFilePermissionsMask.cpp
TestLibCoreFileWatcher.cpp LibCore: Implement FileWatcher for Linux 2023-01-18 06:46:12 -05:00
TestLibCoreIODevice.cpp
TestLibCoreSharedSingleProducerCircularQueue.cpp Everywhere: Fix badly-formatted includes 2023-01-02 11:06:15 -05:00
TestLibCoreStream.cpp LibCore: Let offset-related Stream functions return an unsigned value 2023-01-19 11:41:56 +01:00