From: Ulrich Drepper Date: Fri, 26 Jan 2001 19:25:17 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.20~16720 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a7927149a1e2070fbcf182d80133f42c0638a1ae;p=platform%2Fupstream%2Flinaro-glibc.git Update. * include/bits/xopen_lim.h: Don't define FOPEN_MAX here. --- diff --git a/ChangeLog b/ChangeLog index d95b030..d033645 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-01-26 Ulrich Drepper + * include/bits/xopen_lim.h: Don't define FOPEN_MAX here. + * conform/data/limits.h-data: Mark constants as optional wherever appropriate. diff --git a/include/bits/xopen_lim.h b/include/bits/xopen_lim.h index e874dba..f90e3ed 100644 --- a/include/bits/xopen_lim.h +++ b/include/bits/xopen_lim.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 1999, 2001 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 @@ -30,7 +30,6 @@ #ifndef _XOPEN_LIM_H #define _XOPEN_LIM_H 1 -#define __need_FOPEN_MAX #define __need_IOV_MAX #include