From c1422e5b7cdb4400f934c91bcefa3a1a96d789fb Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 9 Oct 1999 21:56:43 +0000 Subject: Update. Patch by khendricks@ivey.uwo.ca [libc/1382]. --- resource/sys/vtimes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resource/sys/vtimes.h') diff --git a/resource/sys/vtimes.h b/resource/sys/vtimes.h index 51117d4..d8fa3b4 100644 --- a/resource/sys/vtimes.h +++ b/resource/sys/vtimes.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1992, 1996 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1992, 1996, 1999 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 @@ -62,7 +62,7 @@ struct vtimes /* If CURRENT is not NULL, write statistics for the current process into *CURRENT. If CHILD is not NULL, write statistics for all terminated child processes into *CHILD. Returns 0 for success, -1 for failure. */ -extern int vtimes __P ((struct vtimes * __current, struct vtimes * __child)); +extern int vtimes (struct vtimes * __current, struct vtimes * __child) __THROW; __END_DECLS -- cgit v1.1