diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2001-08-20 12:53:36 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2001-08-20 12:53:36 +0000 |
| commit | 6dac8ac9e5ffbefb9386dc0451e83d6445b78f40 (patch) | |
| tree | 486abf1f9f616d966d1546114ba2c7eb29bb7839 /lib/libc_r/test/mutex_d.c | |
| parent | 682d5741730e6095ef58543ced8c1846d0ae91ac (diff) | |
Notes
Diffstat (limited to 'lib/libc_r/test/mutex_d.c')
| -rw-r--r-- | lib/libc_r/test/mutex_d.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc_r/test/mutex_d.c b/lib/libc_r/test/mutex_d.c index ea31299e1aef..21bf84850060 100644 --- a/lib/libc_r/test/mutex_d.c +++ b/lib/libc_r/test/mutex_d.c @@ -59,6 +59,9 @@ #define MAX_THREAD_CMDS 10 +static void log_error(const char *, ...) __printflike(1, 2); +static void log_trace (const char *, ...) __printflike(1, 2); +static void log (const char *, ...) __printflike(1, 2); /*------------------------------------------------------------ * Types |
