mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-05 19:35:52 +03:00
Update.
* sysdeps/unix/sysv/linux/alpha/pathconf.c: Define LINK_MAX.
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
2000-06-17 Ulrich Drepper <drepper@redhat.com>
|
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
|
* locale/programs/ld-ctype.c (ctype_output): Really write out
|
||||||
mboutdigits information.
|
mboutdigits information.
|
||||||
* localedata/tst-trans.c: Add code to test printf's I flag with locale.
|
* localedata/tst-trans.c: Add code to test printf's I flag with locale.
|
||||||
|
@@ -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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@@ -25,6 +25,10 @@
|
|||||||
|
|
||||||
#include <linux_fsinfo.h>
|
#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);
|
static long int default_pathconf (const char *path, int name);
|
||||||
|
|
||||||
/* Get file-specific information about PATH. */
|
/* Get file-specific information about PATH. */
|
||||||
|
Reference in New Issue
Block a user