[haiku-commits] r42031 - haiku/branches/developer/bonefish/signals/src/system/libroot/posix/time

  • From: ingo_weinhold@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 8 Jun 2011 02:13:11 +0200 (CEST)

Author: bonefish
Date: 2011-06-08 02:13:10 +0200 (Wed, 08 Jun 2011)
New Revision: 42031
Changeset: https://dev.haiku-os.org/changeset/42031

Modified:
   
haiku/branches/developer/bonefish/signals/src/system/libroot/posix/time/clock_support.cpp
Log:
clock_getcpuclockid(): Forgot to set the return value.


Modified: 
haiku/branches/developer/bonefish/signals/src/system/libroot/posix/time/clock_support.cpp
===================================================================
--- 
haiku/branches/developer/bonefish/signals/src/system/libroot/posix/time/clock_support.cpp
   2011-06-08 00:10:03 UTC (rev 42030)
+++ 
haiku/branches/developer/bonefish/signals/src/system/libroot/posix/time/clock_support.cpp
   2011-06-08 00:13:10 UTC (rev 42031)
@@ -161,5 +161,6 @@
                return error;
        }
 
+       *_clockID = pid;
        return 0;
 }


Other related posts:

  • » [haiku-commits] r42031 - haiku/branches/developer/bonefish/signals/src/system/libroot/posix/time - ingo_weinhold