summaryrefslogtreecommitdiff
path: root/include/bits
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-26 19:25:17 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-26 19:25:17 +0000
commita7927149a1e2070fbcf182d80133f42c0638a1ae (patch)
tree3cf3e57d6eb98e116b5bfd56ff169a9655e7a9bc /include/bits
parentef7aba4c903de0ce7dea4b499835f4588daa3d8a (diff)
Update.
* include/bits/xopen_lim.h: Don't define FOPEN_MAX here.
Diffstat (limited to 'include/bits')
-rw-r--r--include/bits/xopen_lim.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/bits/xopen_lim.h b/include/bits/xopen_lim.h
index e874dba73c..f90e3ed270 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 <bits/stdio_lim.h>