diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-02-27 10:19:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-02-27 10:19:10 +0000 |
commit | b0df72f4fbd600427553425da5be32bbd52c15e3 (patch) | |
tree | 0b3aa81e54db6b485dae50d0bcbe80bbdf40f4e3 /elf/ldd.sh.in | |
parent | 9eb2730eab81c7732ecd9727c64165cab01b0d2b (diff) | |
download | glibc-b0df72f4fbd600427553425da5be32bbd52c15e3.tar glibc-b0df72f4fbd600427553425da5be32bbd52c15e3.tar.gz glibc-b0df72f4fbd600427553425da5be32bbd52c15e3.tar.bz2 glibc-b0df72f4fbd600427553425da5be32bbd52c15e3.zip |
Update.
1998-02-27 Ulrich Drepper <drepper@cygnus.com>
* posix/execlp.c: POSIX.1 says that argv[0] *should* be provided,
but does not require it. Handle missing argv[] values gracefully.
* posix/execl.c: Likewise.
* posix/execle.c: Likewise.
Diffstat (limited to 'elf/ldd.sh.in')
-rw-r--r-- | elf/ldd.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/ldd.sh.in b/elf/ldd.sh.in index 90ec9ffb62..884472f654 100644 --- a/elf/ldd.sh.in +++ b/elf/ldd.sh.in @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 1996, 1997 Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 1998 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 |