diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-01-03 23:02:17 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-01-03 23:02:17 +0000 |
commit | df859a0c1599efaa8d654b9c9a5994e666bc2b23 (patch) | |
tree | 79c7863cfaf402baed8974252c2a8244d8d63753 /string/Makefile | |
parent | 64a0aa0fac2e55e03feb8c848876a65b98018b5b (diff) | |
download | glibc-df859a0c1599efaa8d654b9c9a5994e666bc2b23.tar.gz glibc-df859a0c1599efaa8d654b9c9a5994e666bc2b23.tar.xz glibc-df859a0c1599efaa8d654b9c9a5994e666bc2b23.zip |
* posix/execvp.c: Include alloca.h.
(allocate_scripts_argv): Renamed to... (scripts_argv): ... this. Don't allocate buffer here nor count arguments. (execvp): Use alloca if possible. * posix/Makefile: Add rules to build and run tst-vfork3 test. * posix/tst-vfork3.c: New test. 2007-01-03 Ulrich Drepper <drepper@redhat.com> * string/Makefile (tst-strxfrm2-ENV): Define. * stdlib/Makefile (tst-strtod3-ENV): Define.
Diffstat (limited to 'string/Makefile')
-rw-r--r-- | string/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/string/Makefile b/string/Makefile index 3e79f4d909..f087022b3c 100644 --- a/string/Makefile +++ b/string/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991-2002, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 1991-2002, 2005, 2006, 2007 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 @@ -64,6 +64,7 @@ tester-ENV = LANGUAGE=C inl-tester-ENV = LANGUAGE=C noinl-tester-ENV = LANGUAGE=C tst-strxfrm-ENV = LOCPATH=$(common-objpfx)localedata +tst-strxfrm2-ENV = LOCPATH=$(common-objpfx)localedata bug-strcoll1-ENV = LOCPATH=$(common-objpfx)localedata CFLAGS-inl-tester.c = -fno-builtin CFLAGS-noinl-tester.c = -fno-builtin |