From b57018905f25910ac0a4af81e3ea61629a1783e9 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 25 Jan 1999 11:00:16 +0000 Subject: Update. 1999-01-26 Geoff Keating * 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 * elf/failobj.c: Provide prototype for xyzzy. 1999-01-25 Philip Blundell * sysdeps/unix/sysv/linux/arm/clone.S: Correct error check again. --- elf/failobj.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'elf/failobj.c') 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) { -- cgit v1.2.3