summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread/uthread_file.c
diff options
context:
space:
mode:
authormarc <marc@openbsd.org>2003-01-31 04:46:16 +0000
committermarc <marc@openbsd.org>2003-01-31 04:46:16 +0000
commit644b0b5fa72e35c9fc7dc0abe910d822d28cf38d (patch)
tree1563377f6846d8bc600232851c9b7bae3cf5bcf8 /lib/libpthread/uthread/uthread_file.c
parentfetch the font and use it, some cleanup and knf (diff)
downloadwireguard-openbsd-644b0b5fa72e35c9fc7dc0abe910d822d28cf38d.tar.xz
wireguard-openbsd-644b0b5fa72e35c9fc7dc0abe910d822d28cf38d.zip
Create a siginfo_t for thread-to-thread kill.
Clean up (compiler warning elimination). Compile check options added but commented out as they have not been checked on all architectures, yet.
Diffstat (limited to 'lib/libpthread/uthread/uthread_file.c')
-rw-r--r--lib/libpthread/uthread/uthread_file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/uthread/uthread_file.c b/lib/libpthread/uthread/uthread_file.c
index 73f8cda30f5..b50174c0d2b 100644
--- a/lib/libpthread/uthread/uthread_file.c
+++ b/lib/libpthread/uthread/uthread_file.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uthread_file.c,v 1.9 2002/11/07 03:51:21 marc Exp $ */
+/* $OpenBSD: uthread_file.c,v 1.10 2003/01/31 04:46:17 marc Exp $ */
/*
* Copyright (c) 1995 John Birrell <jb@cimlogic.com.au>.
* All rights reserved.
@@ -239,7 +239,7 @@ _flockfile_debug(FILE * fp, char *fname, int lineno)
void
flockfile(FILE * fp)
{
- _flockfile_debug(fp, "?", 1);
+ _flockfile_debug(fp, (char *) "?", 1);
return;
}