From a9c464ab1b027f8b4308e3b4a03d44fdaabf9609 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 18 Jun 2000 05:20:07 +0000 Subject: Update. * sysdeps/unix/sysv/linux/alpha/pathconf.c: Define LINK_MAX. --- sysdeps/unix/sysv/linux/alpha/pathconf.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sysdeps') 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 + +/* 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. */ -- cgit 1.4.1