summaryrefslogtreecommitdiff
path: root/sysdeps/generic/pt-compat-stubs.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/pt-compat-stubs.S')
-rw-r--r--sysdeps/generic/pt-compat-stubs.S6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/generic/pt-compat-stubs.S b/sysdeps/generic/pt-compat-stubs.S
index 426689a18d..d9d49f6b16 100644
--- a/sysdeps/generic/pt-compat-stubs.S
+++ b/sysdeps/generic/pt-compat-stubs.S
@@ -131,6 +131,9 @@
define_stub(pause)
compat_stub(pause, pause, GLIBC_2_0)
+ define_stub(raise)
+ compat_stub(raise, raise, GLIBC_2_0)
+
define_stub(read)
compat_stub(read, read, GLIBC_2_0)
compat_stub(read, __read, GLIBC_2_0)
@@ -171,6 +174,9 @@
compat_stub(write, write, GLIBC_2_0)
compat_stub(write, __write, GLIBC_2_0)
+ define_stub(pthread_kill)
+ compat_stub(pthread_kill, pthread_kill, GLIBC_2_0)
+
#endif
/* The off64_t functions were added in glibc 2.2, but some architectures