• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/clapack/0007-off64-t.patch
Alex SuykovAlex Suykov committed 4c71130b61315 Aug 2015
Raw file
Source viewDiff to previous
 
1
musl only provides off64_t, not __off64_t.
2
glibc and uclibc have both defined.
3
​
4
Signed-off-by: Alex Suykov <alex.suykov@gmail.com>
5
​
6
--- a/F2CLIBS/libf2c/sysdep1.h
7
+++ b/F2CLIBS/libf2c/sysdep1.h
8
@@ -10,7 +10,7 @@
9
 
10
 #ifdef __linux__
11
 #define USE_LARGEFILE
12
-#define OFF_T __off64_t
13
+#define OFF_T off64_t
14
 #endif
15
 
16
 #ifdef _AIX43
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.