mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 00:38:39 +08:00
Fix warning
This commit is contained in:
@@ -103,7 +103,9 @@ void mtx_sysinit(void *arg);
|
||||
#ifndef __rtems__
|
||||
int _mtx_trylock_flags_(volatile uintptr_t *c, int opts, const char *file,
|
||||
int line);
|
||||
#endif /* __rtems__ */
|
||||
void mutex_init(void);
|
||||
#ifndef __rtems__
|
||||
#if LOCK_DEBUG > 0
|
||||
void __mtx_lock_sleep(volatile uintptr_t *c, uintptr_t v, uintptr_t tid,
|
||||
int opts, const char *file, int line);
|
||||
|
Reference in New Issue
Block a user