summaryrefslogtreecommitdiff
path: root/package/bcm2835-vc/patches/patch-interface_vcos_pthreads_vcos_platform_h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-15 20:57:56 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-15 20:57:56 +0200
commite228dce45adc4f39671131dd0f0611e29ab85bf8 (patch)
treeedef8e22a8f58c666ae65174174a3fc760bfe2d8 /package/bcm2835-vc/patches/patch-interface_vcos_pthreads_vcos_platform_h
parent562a3446c4e13dc3c770ca86b062961d3dba4b31 (diff)
parentbae480656aac1ec7ad3c2582bd6efe431298bcee (diff)
Merge branch 'master' of openadk.org:/git/openadk
Diffstat (limited to 'package/bcm2835-vc/patches/patch-interface_vcos_pthreads_vcos_platform_h')
-rw-r--r--package/bcm2835-vc/patches/patch-interface_vcos_pthreads_vcos_platform_h12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/bcm2835-vc/patches/patch-interface_vcos_pthreads_vcos_platform_h b/package/bcm2835-vc/patches/patch-interface_vcos_pthreads_vcos_platform_h
new file mode 100644
index 000000000..95b5d480b
--- /dev/null
+++ b/package/bcm2835-vc/patches/patch-interface_vcos_pthreads_vcos_platform_h
@@ -0,0 +1,12 @@
+--- bcm2835-vc-0.3.orig/interface/vcos/pthreads/vcos_platform.h 2013-09-27 14:22:08.000000000 +0200
++++ bcm2835-vc-0.3/interface/vcos/pthreads/vcos_platform.h 2013-10-13 20:20:55.000000000 +0200
+@@ -120,9 +120,6 @@ typedef struct
+
+ #define VCOS_ONCE_INIT PTHREAD_ONCE_INIT
+
+-#if defined(__arm__) && !defined(_HAVE_TIMER_T) && !defined(ANDROID)
+-typedef __timer_t timer_t;
+-#endif
+ typedef struct VCOS_TIMER_T
+ {
+ pthread_t thread; /**< id of the timer thread */