[svn:parrot] r45913 - trunk/config/gen/platform/generic

petdance at svn.parrot.org petdance at svn.parrot.org
Thu Apr 22 15:43:00 UTC 2010


Author: petdance
Date: Thu Apr 22 15:42:59 2010
New Revision: 45913
URL: https://trac.parrot.org/parrot/changeset/45913

Log:
SHIMmed an unused arg

Modified:
   trunk/config/gen/platform/generic/itimer.c

Modified: trunk/config/gen/platform/generic/itimer.c
==============================================================================
--- trunk/config/gen/platform/generic/itimer.c	Thu Apr 22 13:07:59 2010	(r45912)
+++ trunk/config/gen/platform/generic/itimer.c	Thu Apr 22 15:42:59 2010	(r45913)
@@ -1,6 +1,6 @@
 /*
+ * Copyright (C) 2004-2010, Parrot Foundation.
  * $Id$
- * Copyright (C) 2004-2009, Parrot Foundation.
  */
 
 /*
@@ -77,7 +77,7 @@
 */
 
 int
-get_sys_timer_ms(void *handle)
+get_sys_timer_ms(SHIM(void *handle))
 {
     struct itimerval ots;
     getitimer(ITIMER_REAL, &ots);


More information about the parrot-commits mailing list