Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Nov 2020 10:36:56 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r368145 - stable/12/lib/libc/gen
Message-ID:  <202011291036.0ATAau3g042010@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011291036.0ATAau3g042010>