Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: a17878168edd
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6b73d2977521
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 12, 2019

  1. libredirect: fix argument forwarding in open* functions

    Flag `O_TMPFILE` was added in Linux 3.11. It affects whether or not
    `mode` argument should be passed.
    demin-dmitriy committed Nov 12, 2019
    Copy the full SHA
    6432f92 View commit details
    Browse the repository at this point in the history
  2. libredirect: fix access return type

    `access` should return `int` not `int*`. Actually compiler produced
    identical assembly with any of those types, so by luck it "just worked".
    demin-dmitriy committed Nov 12, 2019
    Copy the full SHA
    b6e37c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Merge pull request #73266 from demin-dmitriy/fix-libredirect-open-bug

    libredirect: fix argument forwarding in `open*` functions
    jtojnar committed Dec 9, 2019
    Copy the full SHA
    6b73d29 View commit details
    Browse the repository at this point in the history