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)
 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to