File: timers.c.patch

package info (click to toggle)
bb 1.3rc1-10
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,720 kB
  • sloc: ansic: 36,365; sh: 329; makefile: 23
file content (18 lines) | stat: -rw-r--r-- 231 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- bb-1.3rc1.orig/timers.c
+++ bb-1.3rc1/timers.c
@@ -306,6 +306,7 @@
 #endif
 #endif
 }
+REGISTERS(3)
 int
 tl_lookup_timer (tl_timer * t)
 {
@@ -382,6 +383,7 @@
 #endif
 }
 
+REGISTERS(3)
 void
 tl_reset_timer (tl_timer * t)
 {