From linux-kernel Mon Jul 26 07:19:14 1999 From: Andreas Jaeger Date: Mon, 26 Jul 1999 07:19:14 +0000 To: linux-kernel Subject: Re: POSIX 1003.1b timer/clock patch for 2.3.11 X-MARC-Message: https://marc.info/?l=linux-kernel&m=93297493921425 >>>>> Robert H de Vries writes: > Hi, > Attached you will find a patch to add POSIX 1003.1b (aka POSIX.4) clocks and > timers. Thanks! I've just found one typo (which is also in 2.3.11-pre5 - Linus, please correct it!): diff -u --recursive --new-file v2.3.11/linux/arch/alpha/kernel/entry.S linux/arch/alph a/kernel/entry.S --- v2.3.11/linux/arch/alpha/kernel/entry.S Mon May 10 09:55:21 1999 +++ linux/arch/alpha/kernel/entry.S Sun Jul 25 10:44:17 1999 @@ -1143,3 +1143,11 @@ .quad sys_capget .quad sys_capset .quad sys_sendfile /* 370 */ + .quad sys_timer_create + .quad sys_timer_settime + .quad sys_timer_gettime + .quad sys_timer_setoverrun This should be sys_timer_getoverrun. Andreas -- Andreas Jaeger aj@arthur.rhein-neckar.de jaeger@informatik.uni-kl.de for pgp-key finger ajaeger@aixd1.rhrk.uni-kl.de - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/