summaryrefslogtreecommitdiff
path: root/i386
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-11-21 13:11:07 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-11-21 18:19:20 +0100
commit7ab5e915e8459fd6961f71accfadade1f8d05fa2 (patch)
treef3e440527f6624f2e4e58b29e5f3298ef2f910bc /i386
parent85f76af7c321294091dd704a096329be2f96ae74 (diff)
i386/i386/db_interface.h: fix implicit declaration of function
* i386/i386/db_interface.h (cnpollc): Add prototype.
Diffstat (limited to 'i386')
-rw-r--r--i386/i386/db_interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/i386/i386/db_interface.h b/i386/i386/db_interface.h
index 3f6821d..82bfec7 100644
--- a/i386/i386/db_interface.h
+++ b/i386/i386/db_interface.h
@@ -99,4 +99,6 @@ extern kern_return_t db_set_debug_state(
extern void db_load_context(pcb_t pcb);
+extern void cnpollc(boolean_t on);
+
#endif /* _I386_DB_INTERFACE_H_ */