summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/sys/rwlock.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/sys/rwlock.h')
-rw-r--r--freebsd/sys/sys/rwlock.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/freebsd/sys/sys/rwlock.h b/freebsd/sys/sys/rwlock.h
index 531f10d2..594e1f6c 100644
--- a/freebsd/sys/sys/rwlock.h
+++ b/freebsd/sys/sys/rwlock.h
@@ -136,7 +136,6 @@
void _rw_init_flags(volatile uintptr_t *c, const char *name, int opts);
void _rw_destroy(volatile uintptr_t *c);
void rw_sysinit(void *arg);
-void rw_sysinit_flags(void *arg);
int _rw_wowned(const volatile uintptr_t *c);
void _rw_wlock_cookie(volatile uintptr_t *c, const char *file, int line);
int __rw_try_wlock_int(struct rwlock *rw LOCK_FILE_LINE_ARG_DEF);