annotate modules/areadlink @ 40164:b973ad598121

Fix build error when building a shared libunistring on Android. * tests/uninorm/test-nfc.c (n): Don't define on Android. (main): Add 'volatile', to defeat a GCC optimization that would eliminate the reference. * tests/uninorm/test-nfd.c (n): Don't define on Android. (main): Add 'volatile', to defeat a GCC optimization that would eliminate the reference. * tests/uninorm/test-nfkc.c (n): Don't define on Android. (main): Add 'volatile', to defeat a GCC optimization that would eliminate the reference. * tests/uninorm/test-nfkd.c (n): Don't define on Android. (main): Add 'volatile', to defeat a GCC optimization that would eliminate the reference.
author Bruno Haible <bruno@clisp.org>
date Mon, 28 Jan 2019 21:14:08 +0100
parents 1f14c6dd175d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9218
8a6b6bff5f25 New module 'areadlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
8a6b6bff5f25 New module 'areadlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Reading symbolic links without size limitation.
8a6b6bff5f25 New module 'areadlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
8a6b6bff5f25 New module 'areadlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
8a6b6bff5f25 New module 'areadlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/areadlink.h
8a6b6bff5f25 New module 'areadlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/areadlink.c
8a6b6bff5f25 New module 'areadlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
8a6b6bff5f25 New module 'areadlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
14522
39a9dbe4bfe3 areadlink, areadlinkat: rewrite in terms of careadlinkat
Paul Eggert <eggert@cs.ucla.edu>
parents: 13398
diff changeset
9 careadlinkat
17324
b1b7de2c4a71 careadlinkat: stop exporting careadlinkatcwd
Paul Eggert <eggert@cs.ucla.edu>
parents: 14522
diff changeset
10 readlink
9218
8a6b6bff5f25 New module 'areadlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
8a6b6bff5f25 New module 'areadlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 configure.ac:
8a6b6bff5f25 New module 'areadlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13
8a6b6bff5f25 New module 'areadlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 Makefile.am:
8a6b6bff5f25 New module 'areadlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 lib_SOURCES += areadlink.c
8a6b6bff5f25 New module 'areadlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16
8a6b6bff5f25 New module 'areadlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 Include:
8a6b6bff5f25 New module 'areadlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 "areadlink.h"
8a6b6bff5f25 New module 'areadlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19
8a6b6bff5f25 New module 'areadlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 License:
12450
6590c835b804 areadlink, areadlink-with-size: relax license to LGPLv2+
Jim Meyering <meyering@redhat.com>
parents: 12141
diff changeset
21 LGPLv2+
9218
8a6b6bff5f25 New module 'areadlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22
8a6b6bff5f25 New module 'areadlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 Maintainer:
17713
1f14c6dd175d Bruno Haible has stepped down as maintainer.
Paul Eggert <eggert@cs.ucla.edu>
parents: 17324
diff changeset
24 Paul Eggert, Jim Meyering