[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r6688 - in glibc-package/branches/glibc-2.21/debian: . patches/kfreebsd



Author: aurel32
Date: 2015-11-22 10:41:08 +0000 (Sun, 22 Nov 2015)
New Revision: 6688

Modified:
   glibc-package/branches/glibc-2.21/debian/changelog
   glibc-package/branches/glibc-2.21/debian/patches/kfreebsd/local-sysdeps.diff
Log:
patches/kfreebsd/local-sysdeps.diff, patches/kfreebsd/local-fbtl.diff:
update to revision 5842 (from glibc-bsd).



Modified: glibc-package/branches/glibc-2.21/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.21/debian/changelog	2015-11-21 23:30:58 UTC (rev 6687)
+++ glibc-package/branches/glibc-2.21/debian/changelog	2015-11-22 10:41:08 UTC (rev 6688)
@@ -13,7 +13,7 @@
     - testsuite-checking/expected-results-mips64el-linux-gnuabin32-mipsn32
     - testsuite-checking/expected-results-mipsel-linux-gnu-mips32
   * patches/kfreebsd/local-sysdeps.diff, patches/kfreebsd/local-fbtl.diff:
-    update to revision 5840 (from glibc-bsd):
+    update to revision 5842 (from glibc-bsd):
     - Update to glibc 2.21.
     - Define F_DUP2FD_CLOEXEC.  Closes: #712074.
     - Define SOCK_CLOEXEC and SOCK_NONBLOCK.

Modified: glibc-package/branches/glibc-2.21/debian/patches/kfreebsd/local-sysdeps.diff
===================================================================
--- glibc-package/branches/glibc-2.21/debian/patches/kfreebsd/local-sysdeps.diff	2015-11-21 23:30:58 UTC (rev 6687)
+++ glibc-package/branches/glibc-2.21/debian/patches/kfreebsd/local-sysdeps.diff	2015-11-22 10:41:08 UTC (rev 6688)
@@ -10245,7 +10245,7 @@
 +#endif
 --- /dev/null
 +++ b/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/pthread_setname.c
-@@ -0,0 +1,37 @@
+@@ -0,0 +1,34 @@
 +/* pthread_setname_np -- Set  thread name
 +   Copyright (C) 2013 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -10271,9 +10271,6 @@
 +#include <string.h>
 +#include <unistd.h>
 +
-+extern int __syscall_thr_set_name(long tid, const char *name);
-+libc_hidden_proto(__syscall_thr_set_name)
-+
 +int
 +pthread_setname_np (th, name)
 +     pthread_t th;
@@ -29445,7 +29442,7 @@
 +int __syscall_thr_kill2(int pid, long id, int sig);
 +int __syscall_thr_new(void *arg, int size);
 +int __syscall_thr_self(long *id);
-+int __syscall_thr_set_name(long id, char*name);
++int __syscall_thr_set_name(long id, const char *name);
 +libc_hidden_proto (__syscall_thr_exit)
 +libc_hidden_proto (__syscall_thr_kill)
 +libc_hidden_proto (__syscall_thr_kill2)


Reply to: