mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00

This change contains: - Update the sysman headers as per latest spec. - Use mock file descriptor 0 in Sysman ULTs: Lets use 0 as mock file descriptor in sysman ULTs. Because upon creation of a process in linux, by default file descriptors 0, 1 and 2 are assigned to it. Thus in /proc/<pid>/fd/ , there will be entries 0, 1 and 2. By using 0 as fd, we will be sure, that call getFileName() in LinuxSysmanImp::init() would succeed for ULT, because entry /proc/<pid>/fd/0 would certainly be found in filesystem. Change-Id: I1576e2bfc8b96a408294362ccaf9f289b2b84e69 Signed-off-by: Jitendra Sharma <jitendra.sharma@intel.com>