mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Update.
* sysdeps/unix/sysv/linux/sys/param.h: Define NOFILE directly as 256 and don't use OPEN_MAX.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2000-06-08 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/sys/param.h: Define NOFILE directly as
|
||||
256 and don't use OPEN_MAX.
|
||||
|
||||
* sysdeps/unix/sysv/linux/pathconf.c: Define LINUX_LINK_MAX and
|
||||
use it instead of LINK_MAX.
|
||||
* sysdeps/unix/sysv/linux/fpathconf.c: Likewise.
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1995, 1996, 1997, 2000 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
|
||||
@@ -17,7 +17,6 @@
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#ifndef _SYS_PARAM_H
|
||||
|
||||
#define _SYS_PARAM_H 1
|
||||
|
||||
#include <limits.h>
|
||||
@@ -34,7 +33,10 @@
|
||||
#define CANBSIZ MAX_CANON
|
||||
#define NCARGS ARG_MAX
|
||||
#define MAXPATHLEN PATH_MAX
|
||||
#define NOFILE OPEN_MAX
|
||||
/* The following is not really correct but it is a value we used for a
|
||||
long time and which seems to be usable. People should not use NOFILE
|
||||
anyway. */
|
||||
#define NOFILE 256
|
||||
|
||||
|
||||
#include <sys/types.h>
|
||||
|
Reference in New Issue
Block a user