[Glibc-bsd-commits] r5840 - trunk/glibc-ports/kfreebsd/fbtl
aurel32 at alioth.debian.org
aurel32 at alioth.debian.org
Sat Nov 21 22:39:58 UTC 2015
Author: aurel32
Date: 2015-11-21 22:39:58 +0000 (Sat, 21 Nov 2015)
New Revision: 5840
Modified:
trunk/glibc-ports/kfreebsd/fbtl/pthread_setname.c
Log:
Kill a warning
Modified: trunk/glibc-ports/kfreebsd/fbtl/pthread_setname.c
===================================================================
--- trunk/glibc-ports/kfreebsd/fbtl/pthread_setname.c 2015-11-21 22:23:07 UTC (rev 5839)
+++ trunk/glibc-ports/kfreebsd/fbtl/pthread_setname.c 2015-11-21 22:39:58 UTC (rev 5840)
@@ -23,7 +23,7 @@
#include <string.h>
#include <unistd.h>
-extern int __syscall_thr_set_name(long tid, char *name);
+extern int __syscall_thr_set_name(long tid, const char *name);
libc_hidden_proto(__syscall_thr_set_name)
int
More information about the Glibc-bsd-commits
mailing list