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

[glibc] 02/03: patches/kfreebsd/local-sysdeps.diff: update to revision 6051 (from glibc-bsd) to provide PT_FOLLOW_FORK in sys/ptrace.h. Closes: #823387.



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

aurel32 pushed a commit to branch sid
in repository glibc.

commit 87519365ea190f4f0d34d27f007301fa96d616af
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Wed May 11 20:57:39 2016 +0200

    patches/kfreebsd/local-sysdeps.diff: update to revision 6051 (from glibc-bsd) to provide PT_FOLLOW_FORK in sys/ptrace.h. Closes: #823387.
---
 debian/changelog                           | 5 +++--
 debian/patches/kfreebsd/local-sysdeps.diff | 8 +++++++-
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8b632b0..12bd99f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,9 @@ glibc (2.22-8) UNRELEASED; urgency=medium
 
   [ Aurelien Jarno ]
   * Update from upstream stable branch.
-  * patches/kfreebsd/local-sysdeps.diff: update to revision 6032 (from
-    glibc-bsd) to fix FTBFS. Closes: #822143.
+  * patches/kfreebsd/local-sysdeps.diff: update to revision 6051 (from
+    glibc-bsd) to fix FTBFS and provide PT_FOLLOW_FORK in sys/ptrace.h.
+    Closes: #822143, #823387.
   * patches/arm/unsubmitted-ldconfig-cache-abi.diff: apply fix from Steve
     McIntyre to fix an armhf ABI detection crash in ldconfig on arm64.
     Closes: #822489.
diff --git a/debian/patches/kfreebsd/local-sysdeps.diff b/debian/patches/kfreebsd/local-sysdeps.diff
index 51dd05b..799b9fc 100644
--- a/debian/patches/kfreebsd/local-sysdeps.diff
+++ b/debian/patches/kfreebsd/local-sysdeps.diff
@@ -28111,7 +28111,7 @@
 +#endif /* _SYS_MOUNT_H */
 --- /dev/null
 +++ b/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/ptrace.h
-@@ -0,0 +1,121 @@
+@@ -0,0 +1,127 @@
 +/*-
 + * Copyright (c) 1984, 1993
 + *	The Regents of the University of California.  All rights reserved.
@@ -28183,12 +28183,18 @@
 +#define	PT_TO_SCX	21
 +#define	PT_SYSCALL	22
 +
++#define	PT_FOLLOW_FORK	23
++
 +#define PT_GETREGS      33	/* get general-purpose registers */
 +#define PT_SETREGS      34	/* set general-purpose registers */
 +#define PT_GETFPREGS    35	/* get floating-point registers */
 +#define PT_SETFPREGS    36	/* set floating-point registers */
 +#define PT_GETDBREGS    37	/* get debugging registers */
 +#define PT_SETDBREGS    38	/* set debugging registers */
++
++#define	PT_VM_TIMESTAMP	40	/* Get VM version (timestamp) */
++#define	PT_VM_ENTRY	41	/* Get VM map (entry) */
++
 +#define PT_FIRSTMACH    64	/* for machine-specific requests */
 +
 +struct ptrace_io_desc {

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


Reply to: