summaryrefslogtreecommitdiff
path: root/libpthread
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-25 13:55:14 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-25 13:55:14 +0000
commit73decb0e8def8bdba9f6bf5dd9c8841083d97227 (patch)
tree016e5d3da17d926924ace283e8a7a67222c444a7 /libpthread
parent0a592be6fb966180eab9a8fc8231e46b5a3d77a6 (diff)
- add prototypes
Diffstat (limited to 'libpthread')
-rw-r--r--libpthread/linuxthreads/sysdeps/i386/pt-machine.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libpthread/linuxthreads/sysdeps/i386/pt-machine.h b/libpthread/linuxthreads/sysdeps/i386/pt-machine.h
index f96452599..a4557891d 100644
--- a/libpthread/linuxthreads/sysdeps/i386/pt-machine.h
+++ b/libpthread/linuxthreads/sysdeps/i386/pt-machine.h
@@ -32,10 +32,9 @@
# define PT_EI __extern_always_inline
#endif
-/*
extern long int testandset (int *spinlock);
extern int __compare_and_swap (long int *p, long int oldval, long int newval);
-*/
+
/* 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 __builtin_frame_address (0)