diff options
author | Colin Watson <cjwatson@debian.org> | 2018-10-19 21:29:01 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2018-10-19 21:29:01 +0100 |
commit | 3d246f10429fc9a37b98eabef94fe8dc7c61002b (patch) | |
tree | 1f35b42b5e5f462d35ba452e4dcfa188ce0543fd /auth-pam.c | |
parent | e6547182a54f0f268ee36e7c99319eeddffbaff2 (diff) | |
parent | aede1c34243a6f7feae2fb2cb686ade5f9be6f3d (diff) |
Import openssh_7.9p1.orig.tar.gz
Diffstat (limited to 'auth-pam.c')
-rw-r--r-- | auth-pam.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/auth-pam.c b/auth-pam.c index 8c0138362..1dec53e92 100644 --- a/auth-pam.c +++ b/auth-pam.c | |||
@@ -128,6 +128,10 @@ extern u_int utmp_len; | |||
128 | typedef pthread_t sp_pthread_t; | 128 | typedef pthread_t sp_pthread_t; |
129 | #else | 129 | #else |
130 | typedef pid_t sp_pthread_t; | 130 | typedef pid_t sp_pthread_t; |
131 | #define pthread_exit fake_pthread_exit | ||
132 | #define pthread_create fake_pthread_create | ||
133 | #define pthread_cancel fake_pthread_cancel | ||
134 | #define pthread_join fake_pthread_join | ||
131 | #endif | 135 | #endif |
132 | 136 | ||
133 | struct pam_ctxt { | 137 | struct pam_ctxt { |