public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tom spot Callaway <spotaws@amazon.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gperftools] rawhide: fix patch
Date: Fri, 25 Sep 2026 16:42:03 GMT	[thread overview]
Message-ID: <179035452382.1.12941641540894606349.rpms-gperftools-e7b409d5a828@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gperftools
Branch : rawhide
Commit : e7b409d5a82807cc50c5419144bd79b26044cd6a
Author : Tom spot Callaway <spotaws@amazon.com>
Date   : 2026-09-25T12:41:58-04:00
Stats  : +2/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gperftools/c/e7b409d5a82807cc50c5419144bd79b26044cd6a?branch=rawhide

Log:
fix patch

---
diff --git a/gperftools-2.17-disable-generic-dynamic-tls.patch b/gperftools-2.17-disable-generic-dynamic-tls.patch
index 80a48d7..ffe0830 100644
--- a/gperftools-2.17-disable-generic-dynamic-tls.patch
+++ b/gperftools-2.17-disable-generic-dynamic-tls.patch
@@ -22,12 +22,11 @@ diff -up gperftools-2.17/configure.ac.dynload gperftools-2.17/configure.ac
 diff -up gperftools-2.17/src/base/basictypes.h.dynload gperftools-2.17/src/base/basictypes.h
 --- gperftools-2.17/src/base/basictypes.h.dynload	2025-08-05 13:05:59.341787961 -0400
 +++ gperftools-2.17/src/base/basictypes.h	2025-08-05 13:06:52.289818648 -0400
-@@ -84,7 +84,7 @@
- # define ATTRIBUTE_UNUSED
+ #define ATTRIBUTE_UNUSED
  #endif
  
 -#if defined(HAVE___ATTRIBUTE__)
 +#if defined(HAVE___ATTRIBUTE__) && defined(ENABLE_GENERIC_DYNAMIC_TLS)
- #define ATTR_INITIAL_EXEC __attribute__ ((tls_model ("initial-exec")))
+ #define ATTR_INITIAL_EXEC __attribute__((tls_model("initial-exec")))
  #else
  #define ATTR_INITIAL_EXEC

                 reply	other threads:[~2026-09-25 16:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=179035452382.1.12941641540894606349.rpms-gperftools-e7b409d5a828@fedoraproject.org \
    --to=spotaws@amazon.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox