about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-26 08:06:53 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-26 08:06:53 +0000
commit020275b5b8a1609d2da38cb55484aaf00fd1b4da (patch)
tree79b59498a77a61f509be9937e920e2e924479a06 /sysdeps
parentad4f2ebf64425ae20432d9f868bda28185cd6fa1 (diff)
downloadglibc-020275b5b8a1609d2da38cb55484aaf00fd1b4da.tar.gz
glibc-020275b5b8a1609d2da38cb55484aaf00fd1b4da.tar.xz
glibc-020275b5b8a1609d2da38cb55484aaf00fd1b4da.zip
Update.
2001-01-26  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/unix/sysv/linux/sys/param.h (MAXSYMLINKS): Bump to 20.

	* conform/conformtest.pl (@headers): Add stdint.h.
	* conform/data/stdint.h-data: New file.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/sys/param.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/sys/param.h b/sysdeps/unix/sysv/linux/sys/param.h
index 759933f04c..f8f4488fd0 100644
--- a/sysdeps/unix/sysv/linux/sys/param.h
+++ b/sysdeps/unix/sysv/linux/sys/param.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1996, 1997, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1995, 1996, 1997, 2000, 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
@@ -29,7 +29,7 @@
 #ifndef	NGROUPS
 # define NGROUPS	NGROUPS_MAX
 #endif
-#define	MAXSYMLINKS	5
+#define	MAXSYMLINKS	20
 #define	CANBSIZ		MAX_CANON
 #define	NCARGS		ARG_MAX
 #define MAXPATHLEN	PATH_MAX