This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.14-500-g5776983


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  57769839788e2c62b68d9dfbf4b35052321278ba (commit)
      from  4b19cd7aef8511714947e658077c85f51c29ef65 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=57769839788e2c62b68d9dfbf4b35052321278ba

commit 57769839788e2c62b68d9dfbf4b35052321278ba
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Fri Nov 11 12:57:31 2011 -0500

    makecontext doens't need __THROWNL

diff --git a/ChangeLog b/ChangeLog
index e8bef2a..60fb50c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-11  Ulrich Drepper  <drepper@gmail.com>
+
+	* stdlib/ucontext.h: Undo last change for makecontext.
+
 2011-11-11  Andreas Schwab  <schwab@redhat.com>
 
 	* nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
diff --git a/stdlib/ucontext.h b/stdlib/ucontext.h
index 498fb56..abeb647 100644
--- a/stdlib/ucontext.h
+++ b/stdlib/ucontext.h
@@ -46,7 +46,7 @@ extern int swapcontext (ucontext_t *__restrict __oucp,
    We cannot say anything about the parameters FUNC takes; `void'
    is as good as any other choice.  */
 extern void makecontext (ucontext_t *__ucp, void (*__func) (void),
-			 int __argc, ...) __THROWNL;
+			 int __argc, ...) __THROW;
 
 __END_DECLS
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    4 ++++
 stdlib/ucontext.h |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]