summaryrefslogtreecommitdiff
path: root/Kernel
diff options
context:
space:
mode:
authorBrian Gianforcaro <bgianf@serenityos.org>2021-12-27 19:27:46 -0800
committerAndreas Kling <kling@serenityos.org>2021-12-28 11:00:51 +0100
commitfb8df01036dc5d2b427f58e13ab819d8ad7235d4 (patch)
tree40d753eb33fd6d24f6c373ec8fa7d04521893dd8 /Kernel
parentc4b1e490369aa79cd79b79f0c41135244a7186e7 (diff)
downloadserenity-fb8df01036dc5d2b427f58e13ab819d8ad7235d4.zip
LibC: Add rindex() and index() APIs
These POSIX APIs are defined as mapping directly to `strrchr` and `strchr` respectively. These are needed for the latest version of the stress-ng port, and also give us better POSIX compliance.
Diffstat (limited to 'Kernel')
0 files changed, 0 insertions, 0 deletions