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 hjl/pointer updated. glibc-2.16-ports-merge-774-gb954e93


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, hjl/pointer has been updated
       via  b954e93c847bd703e03906e68ad5e094ba01dbaa (commit)
      from  f10294d3c55a2d8c15e51cb2dbc2a41f908f3fa8 (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=b954e93c847bd703e03906e68ad5e094ba01dbaa

commit b954e93c847bd703e03906e68ad5e094ba01dbaa
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Mon Nov 26 10:43:11 2012 -0800

    Move new macros inside _ISOMAC

diff --git a/include/sys/cdefs.h b/include/sys/cdefs.h
index 5d96464..c556c4c 100644
--- a/include/sys/cdefs.h
+++ b/include/sys/cdefs.h
@@ -17,8 +17,6 @@ rtld_hidden_proto (__chk_fail)
 # define __attribute_alloc_size(...) __attribute__ ((alloc_size (__VA_ARGS__)))
 #endif
 
-#endif
-
 /* 1 if 'type' is a pointer type, 0 otherwise.  */
 #define __pointer_type(type) (__builtin_classify_type ((type) 0) == 5)
 
@@ -34,3 +32,5 @@ rtld_hidden_proto (__chk_fail)
 
 /* Cast an integer or a pointer VAL to integer with proper type.  */
 #define cast_to_integer(val) ((__integer_if_pointer_type (val)) (val))
+
+#endif

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

Summary of changes:
 include/sys/cdefs.h |    4 ++--
 1 files changed, 2 insertions(+), 2 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]