Message type for PM_GETSID

Change-Id: Ife3f9f6a7b6190baca6f379f7d3c36388baf6904
This commit is contained in:
2014-05-13 15:13:12 +02:00
parent f63d2f0eaf
commit ca31c1caae
4 changed files with 10 additions and 5 deletions

View File

@@ -10,6 +10,6 @@ pid_t getsid(pid_t p)
message m;
memset(&m, 0, sizeof(m));
m.PM_GETSID_PID = p;
m.m_lc_pm_getsid.pid = p;
return(_syscall(PM_PROC_NR, PM_GETSID, &m));
}