Define LINK_MAX.
authorUlrich Drepper <drepper@redhat.com>
Sun, 18 Jun 2000 05:19:19 +0000 (05:19 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 18 Jun 2000 05:19:19 +0000 (05:19 +0000)
sysdeps/unix/sysv/linux/alpha/pathconf.c

index 24d6880..df5d72a 100644 (file)
@@ -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
 
 #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.  */