Browse Source

Plan 9 from Bell Labs 2012-03-18

David du Colombier 12 years ago
parent
commit
ddf3355da2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      sys/src/libc/port/profile.c

+ 2 - 1
sys/src/libc/port/profile.c

@@ -268,7 +268,8 @@ _profmain(void)
 	_tos->clock = 1;
 }
 
-void prof(void (*fn)(void*), void *arg, int entries, int what)
+void
+prof(void (*fn)(void*), void *arg, int entries, int what)
 {
 	_profinit(entries, what);
 	_tos->prof.pp = _tos->prof.next;