From: Ulrich Drepper Date: Tue, 12 Jan 2010 05:00:23 +0000 (-0800) Subject: Fix up termios.h for XPG7. X-Git-Tag: glibc-2.12~279 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f8c1b120d49dc9a19a7e392d0e5d2cc4015f818b;p=platform%2Fupstream%2Fglibc.git 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 + * 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 -#ifdef __USE_UNIX98 +#if defined __USE_UNIX98 || defined __USE_XOPEN2K8 /* We need `pid_t'. */ # include # ifndef __pid_t_defined