diff options
Diffstat (limited to 'crypto/openssh/openbsd-compat/port-linux.h')
-rw-r--r-- | crypto/openssh/openbsd-compat/port-linux.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/openssh/openbsd-compat/port-linux.h b/crypto/openssh/openbsd-compat/port-linux.h index 14064f87db8e..959430de1368 100644 --- a/crypto/openssh/openbsd-compat/port-linux.h +++ b/crypto/openssh/openbsd-compat/port-linux.h @@ -30,6 +30,10 @@ void oom_adjust_restore(void); void oom_adjust_setup(void); #endif +#ifdef LINUX_MEMLOCK_ONFAULT +void memlock_onfault_setup(void); +#endif + #ifdef SYSTEMD_NOTIFY void ssh_systemd_notify_ready(void); void ssh_systemd_notify_reload(void); |