[PR #96] [MERGED] fix libtrace for musl libc #3539

Closed
opened 2026-05-05 10:03:17 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/96
Author: @Duncaen
Created: 10/25/2015
Status: Merged
Merged: 10/25/2015
Merged by: @netblue30

Base: masterHead: master


📝 Commits (2)

  • d49889d Revert "fix struct stat64 problem for musl libc"
  • 14b435a libtrace: only include fopen64, freopen64 and stat64 if GLIBC is defined

📊 Changes

5 files changed (+14 additions, -101 deletions)

View changed files

📝 configure (+3 -20)
📝 configure.ac (+3 -12)
📝 src/libtrace/Makefile.in (+1 -2)
📝 src/libtrace/libtrace.c (+7 -15)
src/libtrace/musl_defs.h (+0 -52)

📄 Description

Hi, I'm sorry for wasting your time with the previous solution,
this patch is alot smaller and doesn't involve the musl_defs.h and or a configure option.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/96 **Author:** [@Duncaen](https://github.com/Duncaen) **Created:** 10/25/2015 **Status:** ✅ Merged **Merged:** 10/25/2015 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`d49889d`](https://github.com/netblue30/firejail/commit/d49889d24686fff901392b6dd1f9c6a5214e8464) Revert "fix struct stat64 problem for musl libc" - [`14b435a`](https://github.com/netblue30/firejail/commit/14b435a43ab54a718f1a899573fe1ce6bb06fe7a) libtrace: only include fopen64, freopen64 and stat64 if __GLIBC__ is defined ### 📊 Changes **5 files changed** (+14 additions, -101 deletions) <details> <summary>View changed files</summary> 📝 `configure` (+3 -20) 📝 `configure.ac` (+3 -12) 📝 `src/libtrace/Makefile.in` (+1 -2) 📝 `src/libtrace/libtrace.c` (+7 -15) ➖ `src/libtrace/musl_defs.h` (+0 -52) </details> ### 📄 Description Hi, I'm sorry for wasting your time with the previous solution, this patch is alot smaller and doesn't involve the musl_defs.h and or a configure option. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:03:17 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#3539
No description provided.