diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-25 11:00:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-25 11:00:16 +0000 |
commit | b57018905f25910ac0a4af81e3ea61629a1783e9 (patch) | |
tree | 4471157391f5871970e71414518da16a6c2fcf13 /elf/failobj.c | |
parent | 4353f9bef4c341036bc21816c8f011072fafbee5 (diff) | |
download | glibc-b57018905f25910ac0a4af81e3ea61629a1783e9.tar glibc-b57018905f25910ac0a4af81e3ea61629a1783e9.tar.gz glibc-b57018905f25910ac0a4af81e3ea61629a1783e9.tar.bz2 glibc-b57018905f25910ac0a4af81e3ea61629a1783e9.zip |
Update.
1999-01-26 Geoff Keating <geoffk@ozemail.com.au>
* nss/nss_db/db-netgrp.c (_nss_db_setnetgrent): Suppress warning
about potentially uninitialized `flags'.
* nss/nss_db/db-alias.c (internal_setent): Likewise.
1999-01-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* elf/failobj.c: Provide prototype for xyzzy.
1999-01-25 Philip Blundell <pb@nexus.co.uk>
* sysdeps/unix/sysv/linux/arm/clone.S: Correct error check again.
Diffstat (limited to 'elf/failobj.c')
-rw-r--r-- | elf/failobj.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/failobj.c b/elf/failobj.c index 16228c7bb3..e938d4a803 100644 --- a/elf/failobj.c +++ b/elf/failobj.c @@ -1,4 +1,6 @@ /* This function is supposed to not exist. */ +extern int xyzzy (int); + int foo (int a) { |