[git commit branch/0.9.33] LT.old: add missing prototypes

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Mar 29 08:52:14 UTC 2013


commit: http://git.uclibc.org/uClibc/commit/?id=af78b3cb425380c0e4c31eb8b1b770f9c7670351
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/0.9.33

to silence warning

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 .../linuxthreads.old/sysdeps/x86_64/pt-machine.h   |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/libpthread/linuxthreads.old/sysdeps/x86_64/pt-machine.h b/libpthread/linuxthreads.old/sysdeps/x86_64/pt-machine.h
index ce07bbb..3a2c541 100644
--- a/libpthread/linuxthreads.old/sysdeps/x86_64/pt-machine.h
+++ b/libpthread/linuxthreads.old/sysdeps/x86_64/pt-machine.h
@@ -33,6 +33,9 @@
 #  define PT_EI __extern_always_inline
 # endif
 
+extern long int testandset (int *);
+extern int __compare_and_swap (long int *, long int, long int);
+
 /* Get some notion of the current stack.  Need not be exactly the top
    of the stack, just something somewhere in the current frame.  */
 # define CURRENT_STACK_FRAME  stack_pointer


More information about the uClibc-cvs mailing list