svn commit: r368145 - stable/12/lib/libc/gen
Konstantin Belousov
kib at FreeBSD.org
Sun Nov 29 10:36:56 UTC 2020
Author: kib
Date: Sun Nov 29 10:36:56 2020
New Revision: 368145
URL: https://svnweb.freebsd.org/changeset/base/368145
Log:
MFC r368083:
Remove stray semicolumn.
Modified:
stable/12/lib/libc/gen/_pthread_stubs.c
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/lib/libc/gen/_pthread_stubs.c
==============================================================================
--- stable/12/lib/libc/gen/_pthread_stubs.c Sun Nov 29 10:34:49 2020 (r368144)
+++ stable/12/lib/libc/gen/_pthread_stubs.c Sun Nov 29 10:36:56 2020 (r368145)
@@ -285,7 +285,7 @@ STUB_FUNC2(pthread_setcanceltype, PJT_SETCANCELTYPE, i
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)
More information about the svn-src-stable-12
mailing list