diff options
author | Roland McGrath <roland@gnu.org> | 1995-09-28 09:00:19 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-09-28 09:00:19 +0000 |
commit | 3ec41e0302fb7b3910edecfd30c97edba3a6e282 (patch) | |
tree | 64126b756c37dfcbca2564779896601d4fbed800 /Makeconfig | |
parent | f94f8067b18803b47153fa0f8f67fe5763a1cd3b (diff) | |
download | glibc-3ec41e0302fb7b3910edecfd30c97edba3a6e282.tar.gz |
* sysdeps/mach/hurd/getcwd.c (__getcwd): Renamed from getcwd.
(getcwd): Define as weak alias.
* sysdeps/posix/getcwd.c: Likewise.
* sysdeps/stub/getcwd.c: Likewise.
* posix/unistd.h: Declare __getcwd.
* string/string.h: Declare __strcasecmp.
* sysdeps/generic/strcasecmp.c (__strcasecmp): Renamed from
strcasecmp.
(strcasecmp): Define as weak alias.
* string/string.h: Declare __stpcpy.
* sysdeps/generic/stpcpy.c (__stpcpy): Renamed from stpcpy.
(stpcpy): Define as weak alias.
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makeconfig b/Makeconfig index 07496423c6..9533b776cb 100644 --- a/Makeconfig +++ b/Makeconfig @@ -153,13 +153,13 @@ ifndef zonedir zonedir = $(datadir)/zoneinfo endif -# Where to install the locale data files (which are machine-independent). +# Where to install the locale and message catalog data files (which are +# machine-independent). ifndef localedir localedir = $(datadir)/locale endif -# Where to install the locale charmap and message catalog files (which are -# machine-independent). +# Where to install the locale charmap source files. ifndef nlsdir nlsdir = $(datadir)/nls endif |