summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev/apm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/macppc/dev/apm.c')
-rw-r--r--sys/arch/macppc/dev/apm.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/macppc/dev/apm.c b/sys/arch/macppc/dev/apm.c
index ea912dd81d4..302f46e9336 100644
--- a/sys/arch/macppc/dev/apm.c
+++ b/sys/arch/macppc/dev/apm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: apm.c,v 1.29 2022/02/15 02:38:17 deraadt Exp $ */
+/* $OpenBSD: apm.c,v 1.30 2022/02/15 16:54:48 deraadt Exp $ */
/*-
* Copyright (c) 2001 Alexander Guy. All rights reserved.
@@ -369,6 +369,11 @@ sleep_setstate(void *v)
return 0;
}
+void
+sleep_abort(void *v)
+{
+}
+
int
sleep_resume(void *v)
{