mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
* stdio-common/stdio_lim.h.in (L_cuserid): Not part of POSIX since
the 2001 revision.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
2009-04-25 Ulrich Drepper <drepper@redhat.com>
|
2009-04-25 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* stdio-common/stdio_lim.h.in (L_cuserid): Not part of POSIX since
|
||||||
|
the 2001 revision.
|
||||||
|
|
||||||
* libio/tst-widetext.input: Remove surrogates.
|
* libio/tst-widetext.input: Remove surrogates.
|
||||||
|
|
||||||
* include/features.h: _POSIX_C_SOURCE >= 200112L implies C99.
|
* include/features.h: _POSIX_C_SOURCE >= 200112L implies C99.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 1994, 1997, 1998, 1999 Free Software Foundation, Inc.
|
/* Copyright (C) 1994, 1997, 1998, 1999, 2009 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -27,8 +27,10 @@
|
|||||||
|
|
||||||
# ifdef __USE_POSIX
|
# ifdef __USE_POSIX
|
||||||
# define L_ctermid @L_ctermid@
|
# define L_ctermid @L_ctermid@
|
||||||
|
# ifndef __USE_XOPEN2K
|
||||||
# define L_cuserid @L_cuserid@
|
# define L_cuserid @L_cuserid@
|
||||||
# endif
|
# endif
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined __need_FOPEN_MAX || defined _STDIO_H
|
#if defined __need_FOPEN_MAX || defined _STDIO_H
|
||||||
|
Reference in New Issue
Block a user