mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
Fix up termios.h for XPG7.
This commit is contained in:
parent
91251b7f54
commit
f8c1b120d4
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user