mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibCore: Don't implement adjtime on Haiku
This commit is contained in:
@@ -1240,7 +1240,7 @@ ErrorOr<struct utsname> uname()
|
||||
return uts;
|
||||
}
|
||||
|
||||
#ifndef AK_OS_ANDROID
|
||||
#if !defined(AK_OS_ANDROID) && !defined(AK_OS_HAIKU)
|
||||
ErrorOr<void> adjtime(const struct timeval* delta, struct timeval* old_delta)
|
||||
{
|
||||
# ifdef AK_OS_SERENITY
|
||||
|
||||
@@ -188,7 +188,7 @@ ErrorOr<void> utime(StringView path, Optional<struct utimbuf>);
|
||||
ErrorOr<void> utimensat(int fd, StringView path, struct timespec const times[2], int flag);
|
||||
ErrorOr<struct utsname> uname();
|
||||
ErrorOr<Array<int, 2>> pipe2(int flags);
|
||||
#ifndef AK_OS_ANDROID
|
||||
#if !defined(AK_OS_ANDROID) && !defined(AK_OS_HAIKU)
|
||||
ErrorOr<void> adjtime(const struct timeval* delta, struct timeval* old_delta);
|
||||
#endif
|
||||
enum class SearchInPath {
|
||||
|
||||
Reference in New Issue
Block a user