about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2016-08-03 16:26:32 +0200
committerFlorian Weimer <fweimer@redhat.com>2016-08-03 16:26:32 +0200
commitb381a388dc1e02223e1ac55948380f1e4427be4c (patch)
tree65f309ac3ff0caf03ea32ff19cbf6aac4bc55733 /ChangeLog
parent6c444ad6e953dbdf9c7be065308a0a7779d32bb2 (diff)
downloadglibc-b381a388dc1e02223e1ac55948380f1e4427be4c.tar.gz
glibc-b381a388dc1e02223e1ac55948380f1e4427be4c.tar.xz
glibc-b381a388dc1e02223e1ac55948380f1e4427be4c.zip
Update and install proc_service.h [BZ #20311]
This adds an include guard and __BEGIN/__END_DECLS to proc_service.h,
removes some extraneous "const"s, and then arranges to install the
header.  The idea here is to make it more convenient to implement the
proc_service.h API.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ffa64c029..b694a7cb55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2016-08-03  Tom Tromey  <tom@tromey.com>
+
+	[BZ #20311]
+	* nptl_db/Makefile (headers): Add proc_service.h.
+	* nptl_db/proc_service.h: Add include guard.  Use
+	__BEGIN/__END_DECLS.
+	(ps_get_thread_area, ps_pstop, ps_pcontinue, ps_lstop)
+	(ps_lcontinue): Remove "const" from "struct ps_prochandle *"
+	arguments.
+
+
 2016-08-03  Florian Weimer  <fweimer@redhat.com>
 
 	[BZ #17730]