]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 18 Jun 2000 05:20:07 +0000 (05:20 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 18 Jun 2000 05:20:07 +0000 (05:20 +0000)
* sysdeps/unix/sysv/linux/alpha/pathconf.c: Define LINK_MAX.

ChangeLog
sysdeps/unix/sysv/linux/alpha/pathconf.c

index 61ebbc243361e7339371954ecb5b355c991efed5..26459419e41b20fafa2f2d3726b0a3892b47d9c1 100644 (file)
--- 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.
index 24d6880523d56627fd99bbfef3526c351fc73b45..df5d72ab5efbcf4cd9be18fa7dc36be66cd91e7f 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.  */
This page took 0.047989 seconds and 5 git commands to generate.