[PR #32] [MERGED] lseek64 is not required by linux #921

Open
opened 2026-01-29 16:57:15 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/32
Author: @anshul1912
Created: 5/21/2014
Status: Merged
Merged: 5/21/2014
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (1)

  • 9c1e23c lseek64 is not required by linux

📊 Changes

1 file changed (+2 additions, -8 deletions)

View changed files

📝 src/platform.h (+2 -8)

📄 Description

I have tested this on 64 bit linux system with following uname info
3.2.0-29-generic Ubuntu SMP Fri Jul 27 17:03:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

32 bit system have following uname - a info
Linux daku_daddy 3.7.10-1.32-pae SMP Thu May 8 00:09:34 UTC 2014 (5978d00) i686 i686 i386 GNU/Linux

I have not tested on windows since i have not touched the windows macro part. so i assume my commit should not interfere with windows.

this patch compel code to use lseek instead of lseek64, since according to manual its done internally.


🔄 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/CCExtractor/ccextractor/pull/32 **Author:** [@anshul1912](https://github.com/anshul1912) **Created:** 5/21/2014 **Status:** ✅ Merged **Merged:** 5/21/2014 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`9c1e23c`](https://github.com/CCExtractor/ccextractor/commit/9c1e23cc9f7083fccf56e3af3053b48871ee561d) lseek64 is not required by linux ### 📊 Changes **1 file changed** (+2 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `src/platform.h` (+2 -8) </details> ### 📄 Description I have tested this on 64 bit linux system with following uname info 3.2.0-29-generic Ubuntu SMP Fri Jul 27 17:03:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux 32 bit system have following uname - a info Linux daku_daddy 3.7.10-1.32-pae SMP Thu May 8 00:09:34 UTC 2014 (5978d00) i686 i686 i386 GNU/Linux I have not tested on windows since i have not touched the windows macro part. so i assume my commit should not interfere with windows. this patch compel code to use lseek instead of lseek64, since according to manual its done internally. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:57:15 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#921