소스 검색

Remove gcc warning due to missing prototype for 'testandset'

Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Carmelo Amoroso 17 년 전
부모
커밋
f206ed41e1
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      libpthread/linuxthreads.old/sysdeps/sh/pt-machine.h
  2. 2 0
      libpthread/linuxthreads/sysdeps/sh/pt-machine.h

+ 2 - 0
libpthread/linuxthreads.old/sysdeps/sh/pt-machine.h

@@ -29,6 +29,8 @@
 # define PT_EI __extern_always_inline
 #endif
 
+extern long int testandset (int *spinlock);
+
 /* Spinlock implementation; required.  */
 PT_EI long int
 testandset (int *spinlock)

+ 2 - 0
libpthread/linuxthreads/sysdeps/sh/pt-machine.h

@@ -29,6 +29,8 @@
 # define PT_EI __extern_always_inline
 #endif
 
+extern long int testandset (int *spinlock);
+
 /* Spinlock implementation; required.  */
 PT_EI long int
 testandset (int *spinlock)