From mint-bounce@lists.fishpool.fi Thu Oct 14 22:12:14 2004 X-Original-To: fnaumann@mail.boerde.de Delivered-To: fnaumann@mail.boerde.de Mime-Version: 1.0 (Apple Message framework v619) Content-Transfer-Encoding: 7bit Message-Id: <0F24C1F9-1E1D-11D9-9D68-00039357F826@epfl.ch> Content-Type: text/plain; charset=US-ASCII; format=flowed To: mint@lists.fishpool.fi From: =?ISO-8859-1?Q?Philipp_Donz=E9?= Subject: [MiNT] Tsetitimer Date: Thu, 14 Oct 2004 22:10:14 +0200 X-Mailer: Apple Mail (2.619) X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-To: mint-bounce@lists.fishpool.fi X-original-sender: philipp.donze@epfl.ch Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: X-Virus-Scanned: by amavisd-new at relay.boerde.de X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on relay.boerde.de X-Spam-Status: No, hits=-1.0 tagged_above=-50.5 required=3.8 tests=BAYES_00 X-Spam-Level: Hi, I'm looking through my system call library for Pure C and add mint compatible bindings. For "Tsetitimer()" I've seen different implementation. TOS.HYP and PCTOS.LIB implement the parameter "which" as a 32bit integer. But MiNT implements it as a "short" (=16 bit integer). As MiNT is (???) to be the only OS implementing this call, TOS.HYP and PCTOS.LIB are wrong. Correct? Philipp