]> git.neil.brown.name Git - history.git/commit
[PATCH] Add do_setitimer prototype to linux/time.h
authorAndrew Morton <akpm@osdl.org>
Thu, 7 Aug 2003 04:14:37 +0000 (21:14 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Thu, 7 Aug 2003 04:14:37 +0000 (21:14 -0700)
commit835980c4bb73fe6b5ff714c5f9a37a7e688018a9
tree68f53e1c5341781e62700953e63a8983bba4529f
parentd8aceb1ca9429bdfc18880746d99634c135d58d3
[PATCH] Add do_setitimer prototype to linux/time.h

From: Peter Chubb <peterc@gelato.unsw.edu.au>

Currently, do_setitimer() is used in several files, but doesn't appear
in any header.  Thus its declaration is repeated in some files, and
its use causes a warning in others (because there is no declaration
present).

This patch:
     -- adds a couple of declarations to linux/times.h
     -- removes the (now duplicate) declarations from other files.
arch/alpha/kernel/osf_sys.c
arch/mips/kernel/sysirix.c
arch/x86_64/ia32/sys_ia32.c
include/linux/time.h
kernel/compat.c
kernel/itimer.c
kernel/timer.c