about summary refs log tree commit diff
path: root/elf/failobj.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-01-25 11:00:16 +0000
committerUlrich Drepper <drepper@redhat.com>1999-01-25 11:00:16 +0000
commitb57018905f25910ac0a4af81e3ea61629a1783e9 (patch)
tree4471157391f5871970e71414518da16a6c2fcf13 /elf/failobj.c
parent4353f9bef4c341036bc21816c8f011072fafbee5 (diff)
downloadglibc-b57018905f25910ac0a4af81e3ea61629a1783e9.tar.gz
glibc-b57018905f25910ac0a4af81e3ea61629a1783e9.tar.xz
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.c2
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)
 {