mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
- deactivate signal handler for linux
svn path=/trunk/; revision=29382
This commit is contained in:
@@ -751,10 +751,11 @@ namespace Sysreg_
|
||||
fclose(file);
|
||||
#endif
|
||||
OsSupport::cancelAlarms();
|
||||
OsSupport::setAlarm (m_MaxTime, m_Pid);
|
||||
#ifdef __LINUX__
|
||||
OsSupport::setAlarm(m_MaxTime, getpid());
|
||||
//OsSupport::setAlarm (m_MaxTime, m_Pid);
|
||||
//OsSupport::setAlarm(m_MaxTime, getpid());
|
||||
#else
|
||||
OsSupport::setAlarm (m_MaxTime, m_Pid);
|
||||
OsSupport::setAlarm(m_MaxTime, GetCurrentProcessId());
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user