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.11-110-gf8c1b12


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  f8c1b120d49dc9a19a7e392d0e5d2cc4015f818b (commit)
      from  91251b7f5421e94cd4e05ebc20b9396233574c3f (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=f8c1b120d49dc9a19a7e392d0e5d2cc4015f818b

commit f8c1b120d49dc9a19a7e392d0e5d2cc4015f818b
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Mon Jan 11 21:00:23 2010 -0800

    Fix up termios.h for XPG7.

diff --git a/ChangeLog b/ChangeLog
index 2501958..003377e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2010-01-11  Ulrich Drepper  <drepper@redhat.com>
 
+	* termios/termios.h: Define pid_t for XPG7.
+
 	* conform/data/math.h-data: Fix up for XPG6 and XPG7.
 	* conform/data/tgmath.h-data: Likewise.
 
diff --git a/termios/termios.h b/termios/termios.h
index 9698b1f..fdde6d3 100644
--- a/termios/termios.h
+++ b/termios/termios.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991,92,93,94,96,97,98,99, 2003 Free Software Foundation, Inc.
+/* Copyright (C) 1991-1994,1996-1999,2003,2010 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -24,7 +24,7 @@
 #define	_TERMIOS_H	1
 
 #include <features.h>
-#ifdef __USE_UNIX98
+#if defined __USE_UNIX98 || defined __USE_XOPEN2K8
 /* We need `pid_t'.  */
 # include <bits/types.h>
 # ifndef __pid_t_defined

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

Summary of changes:
 ChangeLog         |    2 ++
 termios/termios.h |    4 ++--
 2 files changed, 4 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]