diff options
author | Yao Qi <yao@codesourcery.com> | 2014-11-23 21:54:45 +0800 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2014-11-28 18:37:57 +0800 |
commit | f45c62c4d5afa794d061199b6b4e585d509d1040 (patch) | |
tree | 9f63f49be15b6a3fc9d361a0bc993156e6f899d8 /gdb/gnulib/config.in | |
parent | bdca27a2f57f5152ec83766d7a8b25b2d33b8905 (diff) | |
download | fsf-binutils-gdb-f45c62c4d5afa794d061199b6b4e585d509d1040.zip fsf-binutils-gdb-f45c62c4d5afa794d061199b6b4e585d509d1040.tar.gz fsf-binutils-gdb-f45c62c4d5afa794d061199b6b4e585d509d1040.tar.bz2 |
Import lstat
This patch is to import lstat gnulib module.
gdb:
2014-11-28 Yao Qi <yao@codesourcery.com>
* gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
lstat.
* gnulib/aclocal.m4: Re-generated.
* gnulib/config.in: Re-generated.
* gnulib/configure: Re-generated.
* gnulib/import/Makefile.am: Re-generated.
* gnulib/import/Makefile.in: Re-generated.
* gnulib/import/m4/gnulib-cache.m4: Re-generated.
* gnulib/import/m4/gnulib-comp.m4: Re-generated.
* gnulib/import/lstat.c: New file.
* gnulib/import/m4/lstat.m4: New file.
Diffstat (limited to 'gdb/gnulib/config.in')
-rw-r--r-- | gdb/gnulib/config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/gnulib/config.in b/gdb/gnulib/config.in index e97a5f4..97928d9 100644 --- a/gdb/gnulib/config.in +++ b/gdb/gnulib/config.in @@ -52,6 +52,9 @@ /* Define to 1 when the gnulib module frexpl should be tested. */ #undef GNULIB_TEST_FREXPL +/* Define to 1 when the gnulib module lstat should be tested. */ +#undef GNULIB_TEST_LSTAT + /* Define to 1 when the gnulib module mbrtowc should be tested. */ #undef GNULIB_TEST_MBRTOWC @@ -943,6 +946,10 @@ /* Define as the word index where to find the exponent of 'long double'. */ #undef LDBL_EXPBIT0_WORD +/* Define to 1 if 'lstat' dereferences a symlink specified with a trailing + slash. */ +#undef LSTAT_FOLLOWS_SLASHED_SYMLINK + /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */ #undef MAP_ANONYMOUS |