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

[glibc] 01/01: Revert "hurd-i386/tg-gsync-libc.diff: Add errno values to manual"



This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch sid
in repository glibc.

commit 7463bcb04a7365edc6415b4f0b843ef1411ab9ae
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Tue Aug 23 21:17:45 2016 +0200

    Revert "hurd-i386/tg-gsync-libc.diff: Add errno values to manual"
    
    This reverts commit 6bd7e65ccc78b69042230d425a18710d02306aff.
    
    There is no manual in the debian package...
---
 debian/patches/hurd-i386/tg-gsync-libc.diff | 27 +--------------------------
 1 file changed, 1 insertion(+), 26 deletions(-)

diff --git a/debian/patches/hurd-i386/tg-gsync-libc.diff b/debian/patches/hurd-i386/tg-gsync-libc.diff
index d600dff..1263d0e 100644
--- a/debian/patches/hurd-i386/tg-gsync-libc.diff
+++ b/debian/patches/hurd-i386/tg-gsync-libc.diff
@@ -17,7 +17,6 @@ Subject: [PATCH] Introduce gsync-based locks to glibc.
 * sysdeps/mach/Makefile: Add libmachuser as dependencies for some libs.
 * sysdeps/mach/libc-lock.h: Reimplemented libc internal locks
   with lll, cleanup routines now use gcc's cleanup attribute
-* manual/errno.texi: New errno values.
 * sysdeps/mach/hurd/bits/errno.h: New errno values.
 * sysdeps/mach/hurd/libc-lock.h: Removed file.
 * sysdeps/mach/hurd/malloc-machine.h: Reimplemented malloc locks.
@@ -37,7 +36,6 @@ Subject: [PATCH] Introduce gsync-based locks to glibc.
  mach/lock-intern.h                 |  84 ++++++++-----
  mach/lowlevellock.h                |  80 ++++++++++++
  mach/mutex-init.c                  |   7 +-
- manual/errno.texi                  |  12 ++
  sysdeps/mach/Makefile              |  18 +++
  sysdeps/mach/libc-lock.h           | 170 +++++++++++++++++++------
  sysdeps/mach/hurd/bits/errno.h     |   8 +-
@@ -45,7 +43,7 @@ Subject: [PATCH] Introduce gsync-based locks to glibc.
  sysdeps/mach/hurd/malloc-machine.h |  11 +-
  sysdeps/mach/hurd/setpgid.c        |  10 +-
  sysdeps/mach/hurd/setsid.c         |  10 +-
- 20 files changed, 693 insertions(+), 323 deletions(-)
+ 19 files changed, 681 insertions(+), 323 deletions(-)
 
 Index: glibc-2.23/hurd/Makefile
 ===================================================================
@@ -806,29 +804,6 @@ Index: glibc-2.23/mach/mutex-init.c
 -  mutex_init ((struct mutex *) lock);
 +  *(int *)lock = LLL_INITIALIZER;
  }
-diff --git a/manual/errno.texi b/manual/errno.texi
-index 1068be3..5b400fe 100644
---- a/manual/errno.texi
-+++ b/manual/errno.texi
-@@ -993,6 +993,18 @@ the normal result is for the operations affected to complete with this
- error; @pxref{Cancel AIO Operations}.
- @end deftypevr
- 
-+@comment errno.h
-+@comment GNU: Owner died
-+@deftypevr Macro int EOWNERDEAD
-+@comment errno 120
-+@end deftypevr
-+
-+@comment errno.h
-+@comment GNU: State not recoverable
-+@deftypevr Macro int ENOTRECOVERABLE
-+@comment errno 121
-+@end deftypevr
-+
- 
- @emph{The following error codes are defined by the Linux/i386 kernel.
- They are not yet documented.}
 Index: glibc-2.23/sysdeps/mach/Makefile
 ===================================================================
 --- glibc-2.23.orig/sysdeps/mach/Makefile

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git


Reply to: