Files
compute-runtime/third_party
Jitendra Sharma d13fdd32ad Update latest Sysman headers and some fix in sysman ULTs
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>
2020-07-22 09:52:10 +02:00
..
2020-05-04 15:04:48 +02:00