[BACK]Return to getpid.c CVS log [TXT][DIR] Up to [local] / prex-old / usr / lib / posix / process

Diff for /prex-old/usr/lib/posix/process/getpid.c between version 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2008/06/03 10:38:50 version 1.1.1.1.2.1, 2008/08/13 17:12:40
Line 44 
Line 44 
         m.hdr.code = PS_GETPID;          m.hdr.code = PS_GETPID;
         __posix_call(__proc_obj, &m, sizeof(m), 1);          __posix_call(__proc_obj, &m, sizeof(m), 1);
   
         /* XXX: getpid does not return error. */          /* XXX: getpid can not return any error. */
   
         return m.data[0];          return m.data[0];
 }  }

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1

CVSweb