| Index: native_client_sdk/src/libraries/nacl_io/ostime.h
|
| diff --git a/native_client_sdk/src/libraries/nacl_io/ostime.h b/native_client_sdk/src/libraries/nacl_io/ostime.h
|
| index a3a92a4a1ef5585255194ca4b548122bbde16849..d3b52a51c4b417f478efd599afc68a1a62867b1c 100644
|
| --- a/native_client_sdk/src/libraries/nacl_io/ostime.h
|
| +++ b/native_client_sdk/src/libraries/nacl_io/ostime.h
|
| @@ -10,11 +10,11 @@
|
| #include <pthread.h>
|
|
|
| #ifndef CLOCK_REALTIME
|
| -#define CLOCK_REALTIME (clockid_t) 1
|
| +#define CLOCK_REALTIME (clockid_t)1
|
| #endif
|
|
|
| -int clock_gettime(clockid_t clock_id, struct timespec *tp);
|
| -int clock_settime(clockid_t clock_id, const struct timespec *tp);
|
| +int clock_gettime(clockid_t clock_id, struct timespec* tp);
|
| +int clock_settime(clockid_t clock_id, const struct timespec* tp);
|
|
|
| #else
|
|
|
| @@ -23,4 +23,3 @@ int clock_settime(clockid_t clock_id, const struct timespec *tp);
|
| #endif
|
|
|
| #endif // LIBRARIES_NACL_IO_OSUNISTD_H_
|
| -
|
|
|