From f01d35184291c650f6a38f8b3da41693bfde0e70 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 3 Apr 2011 12:03:58 -0400 Subject: simplify calling of timer signal handler --- src/internal/libc.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/internal') diff --git a/src/internal/libc.h b/src/internal/libc.h index 6828f8b6..b80cbcc9 100644 --- a/src/internal/libc.h +++ b/src/internal/libc.h @@ -10,13 +10,12 @@ struct __libc { void (*lock)(volatile int *); void (*lockfile)(FILE *); void (*fork_handler)(int); - void (*sigtimer)(); + int (*rsyscall)(int, long, long, long, long, long, long); int (*atexit)(void (*)(void)); void (*fini)(void); void (*ldso_fini)(void); volatile int threads_minus_1; int ofl_lock; - int (*rsyscall)(int, long, long, long, long, long, long); FILE *ofl_head; }; -- cgit v1.2.1