patch-interface_vcos_pthreads_vcos_platform_h 495 B

123456789101112
  1. --- bcm2835-vc-0.3.orig/interface/vcos/pthreads/vcos_platform.h 2013-09-27 14:22:08.000000000 +0200
  2. +++ bcm2835-vc-0.3/interface/vcos/pthreads/vcos_platform.h 2013-10-13 20:20:55.000000000 +0200
  3. @@ -120,9 +120,6 @@ typedef struct
  4. #define VCOS_ONCE_INIT PTHREAD_ONCE_INIT
  5. -#if defined(__arm__) && !defined(_HAVE_TIMER_T) && !defined(ANDROID)
  6. -typedef __timer_t timer_t;
  7. -#endif
  8. typedef struct VCOS_TIMER_T
  9. {
  10. pthread_t thread; /**< id of the timer thread */