summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2020-11-26 20:27:23 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2020-11-26 20:27:23 +0000
commit1a1b8b1cb3e639a5bd83c2d5a29d615160e98466 (patch)
tree6c08007dd09a3b99dcf0f2917d70fe797a251a51 /lib
parent20b8e1a25cfa39df4f953d2b1cec1ecb9549976f (diff)
downloadsrc-test2-1a1b8b1cb3e639a5bd83c2d5a29d615160e98466.tar.gz
src-test2-1a1b8b1cb3e639a5bd83c2d5a29d615160e98466.zip
Remove stray column.
Sponsored by: The FreeBSD Foundation MFC after: 3 days
Notes
Notes: svn path=/head/; revision=368083
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/_pthread_stubs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/_pthread_stubs.c b/lib/libc/gen/_pthread_stubs.c
index 8c7e51271187..bf133417585f 100644
--- a/lib/libc/gen/_pthread_stubs.c
+++ b/lib/libc/gen/_pthread_stubs.c
@@ -285,7 +285,7 @@ STUB_FUNC2(pthread_setcanceltype, PJT_SETCANCELTYPE, int, int, void *)
STUB_FUNC(pthread_testcancel, PJT_TESTCANCEL, void)
STUB_FUNC1(__pthread_cleanup_pop_imp, PJT_CLEANUP_POP_IMP, void, int)
STUB_FUNC3(__pthread_cleanup_push_imp, PJT_CLEANUP_PUSH_IMP, void, void *,
- void *, void *);
+ void *, void *)
STUB_FUNC1(_pthread_cancel_enter, PJT_CANCEL_ENTER, void, int)
STUB_FUNC1(_pthread_cancel_leave, PJT_CANCEL_LEAVE, void, int)