mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 10:18:09 -04:00
16 lines
428 B
C
16 lines
428 B
C
$NetBSD: patch-src_runtime_mach-dep_unix-prof.c,v 1.1 2016/04/14 21:58:22 dholland Exp $
|
|
|
|
Use own abstractions correctly.
|
|
|
|
--- src/runtime/mach-dep/unix-prof.c~ 2005-01-18 17:58:39.000000000 +0000
|
|
+++ src/runtime/mach-dep/unix-prof.c
|
|
@@ -34,7 +34,7 @@ void EnableProfSignals ()
|
|
*/
|
|
void DisableProfSignals ()
|
|
{
|
|
- SIG_SetHandler (SIGVTALRM, SIG_DFL);
|
|
+ SIG_SetDefault (SIGVTALRM);
|
|
|
|
} /* end of DisableProfSignals */
|
|
|