[Glibc-bsd-commits] r5841 - trunk/glibc-ports/kfreebsd/fbtl

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Sat Nov 21 23:43:48 UTC 2015


Author: aurel32
Date: 2015-11-21 23:43:48 +0000 (Sat, 21 Nov 2015)
New Revision: 5841

Modified:
   trunk/glibc-ports/kfreebsd/fbtl/pthread_setname.c
Log:
Revert previous commit


Modified: trunk/glibc-ports/kfreebsd/fbtl/pthread_setname.c
===================================================================
--- trunk/glibc-ports/kfreebsd/fbtl/pthread_setname.c	2015-11-21 22:39:58 UTC (rev 5840)
+++ trunk/glibc-ports/kfreebsd/fbtl/pthread_setname.c	2015-11-21 23:43:48 UTC (rev 5841)
@@ -23,7 +23,7 @@
 #include <string.h>
 #include <unistd.h>
 
-extern int __syscall_thr_set_name(long tid, const char *name);
+extern int __syscall_thr_set_name(long tid, char *name);
 libc_hidden_proto(__syscall_thr_set_name)
 
 int




More information about the Glibc-bsd-commits mailing list