about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-18 05:20:07 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-18 05:20:07 +0000
commita9c464ab1b027f8b4308e3b4a03d44fdaabf9609 (patch)
tree8817bdf04772284154d2ac093db161d6d52e3883
parent498b733ef0c21d5ecf9ef1dd284c48b2cecb7b0a (diff)
downloadglibc-a9c464ab1b027f8b4308e3b4a03d44fdaabf9609.tar.gz
glibc-a9c464ab1b027f8b4308e3b4a03d44fdaabf9609.tar.xz
glibc-a9c464ab1b027f8b4308e3b4a03d44fdaabf9609.zip
Update.
	* sysdeps/unix/sysv/linux/alpha/pathconf.c: Define LINK_MAX.
-rw-r--r--ChangeLog2
-rw-r--r--sysdeps/unix/sysv/linux/alpha/pathconf.c6
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 61ebbc2433..26459419e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2000-06-17  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/unix/sysv/linux/alpha/pathconf.c: Define LINK_MAX.
+
 	* locale/programs/ld-ctype.c (ctype_output): Really write out
 	mboutdigits information.
 	* localedata/tst-trans.c: Add code to test printf's I flag with locale.
diff --git a/sysdeps/unix/sysv/linux/alpha/pathconf.c b/sysdeps/unix/sysv/linux/alpha/pathconf.c
index 24d6880523..df5d72ab5e 100644
--- a/sysdeps/unix/sysv/linux/alpha/pathconf.c
+++ b/sysdeps/unix/sysv/linux/alpha/pathconf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1995, 1996, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1995, 1996, 1998, 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
@@ -25,6 +25,10 @@
 
 #include <linux_fsinfo.h>
 
+
+/* The Linux kernel header mentioned this as a kind of generic value.  */
+#define LINUX_LINK_MAX	127
+
 static long int default_pathconf (const char *path, int name);
 
 /* Get file-specific information about PATH.  */