changeset 6496:8fbbe12e0c39 libavcodec

Add attribute_align_arg to os2thread.c. Patch by Dave Yeo.
author ramiro
date Sat, 15 Mar 2008 12:28:35 +0000
parents 791b0ef6e72e
children e44443c512b1
files os2thread.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/os2thread.c	Sat Mar 15 12:24:31 2008 +0000
+++ b/os2thread.c	Sat Mar 15 12:28:35 2008 +0000
@@ -39,7 +39,7 @@
 }ThreadContext;
 
 
-void thread_func(void *v){
+void attribute_align_arg thread_func(void *v){
     ThreadContext *c= v;
 
     for(;;){