mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:27:43 +00:00
LibCore: Don't implement adjtime on Haiku
This commit is contained in:
parent
1e25ab956c
commit
0fa00a1b1e
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue