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

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



Author: aurel32
Date: 2015-11-02 19:44:25 +0000 (Mon, 02 Nov 2015)
New Revision: 6679

Modified:
   glibc-package/branches/glibc-2.21/debian/changelog
   glibc-package/branches/glibc-2.21/debian/patches/kfreebsd/local-fbtl.diff
   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 5828 (from glibc-bsd).



Modified: glibc-package/branches/glibc-2.21/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.21/debian/changelog	2015-11-02 13:19:07 UTC (rev 6678)
+++ glibc-package/branches/glibc-2.21/debian/changelog	2015-11-02 19:44:25 UTC (rev 6679)
@@ -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 5827 (from glibc-bsd):
+    update to revision 5828 (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-fbtl.diff
===================================================================
--- glibc-package/branches/glibc-2.21/debian/patches/kfreebsd/local-fbtl.diff	2015-11-02 13:19:07 UTC (rev 6678)
+++ glibc-package/branches/glibc-2.21/debian/patches/kfreebsd/local-fbtl.diff	2015-11-02 19:44:25 UTC (rev 6679)
@@ -13851,12 +13851,12 @@
 +		tst-mutex8-static tst-sem11-static \
 +		tst-sem12-static
 +# This test does not even compile due to missing pthread_* functions
-+		tst-mutexpi8-static
++#		tst-mutexpi8-static
 +tests += tst-stackguard1-static tst-cancel21-static tst-cancel24-static \
 +	 tst-cond8-static tst-mutex8-static \
 +	 tst-sem11-static tst-sem12-static
 +# This test does not even compile due to missing pthread_* functions
-+	 tst-mutexpi8-static
++#	 tst-mutexpi8-static
 +
 +xtests-static += tst-setuid1-static
 +

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-02 13:19:07 UTC (rev 6678)
+++ glibc-package/branches/glibc-2.21/debian/patches/kfreebsd/local-sysdeps.diff	2015-11-02 19:44:25 UTC (rev 6679)
@@ -25449,7 +25449,7 @@
 +libc_hidden_def (__profile_frequency)
 --- /dev/null
 +++ b/sysdeps/unix/bsd/bsd4.4/kfreebsd/ptsname.c
-@@ -0,0 +1,109 @@
+@@ -0,0 +1,110 @@
 +/* Copyright (C) 1998-2013 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
 +
@@ -25522,7 +25522,8 @@
 +  /* Check if FD really is a master pseudo terminal.  */
 +  if (0 != __isptymaster(fd))
 +  {
-+      return errno;
++      __set_errno (ENOTTY);
++      return ENOTTY;
 +  }
 +
 +  if (buflen < sizeof (_PATH_DEV) + 5) /* "/dev/" + "pts/"   */


Reply to: