summaryrefslogtreecommitdiff
path: root/Kernel/StdLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/StdLib.h')
-rw-r--r--Kernel/StdLib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/StdLib.h b/Kernel/StdLib.h
index 08ed115b89..f43e1f5f15 100644
--- a/Kernel/StdLib.h
+++ b/Kernel/StdLib.h
@@ -20,7 +20,6 @@ struct StringArgument;
[[nodiscard]] String copy_string_from_user(const char*, size_t);
[[nodiscard]] String copy_string_from_user(Userspace<const char*>, size_t);
-[[nodiscard]] Kernel::KResultOr<NonnullOwnPtr<Kernel::KString>> try_copy_kstring_from_user(const char*, size_t);
[[nodiscard]] Kernel::KResultOr<NonnullOwnPtr<Kernel::KString>> try_copy_kstring_from_user(Userspace<const char*>, size_t);
[[nodiscard]] Optional<Time> copy_time_from_user(const timespec*);
[[nodiscard]] Optional<Time> copy_time_from_user(const timeval*);