Giter Site home page Giter Site logo

Comments (9)

ncw avatar ncw commented on May 21, 2024

If you want I'll send a PR for this - I just wanted to make a note of this before a forgot!

from cgofuse.

billziss-gh avatar billziss-gh commented on May 21, 2024

Good catch. We would have to make it cross-platform (constants are not same on UNIX and Windows).

If you have the code ready you can send a PR. Otherwise I will add it and make sure it is correct on all supported platforms.

from cgofuse.

billziss-gh avatar billziss-gh commented on May 21, 2024

Ok, I am finishing some testing using CGODEBUG=cgocheck=2 (as per your suggestion in the rclone issue) and I will add those flags.

from cgofuse.

billziss-gh avatar billziss-gh commented on May 21, 2024

Commit 67b4cc0 just added these flags. Testing it now.

from cgofuse.

billziss-gh avatar billziss-gh commented on May 21, 2024

Merged into master.

from cgofuse.

ncw avatar ncw commented on May 21, 2024

Super - thank you :-)

O_ACCMODE would be useful too for masking whether the mode is read or write. Here is the libc doc it says GNU only, but it is mentioned in the posix fnctl docs. Note sure whether that is supported on Windows though.

from cgofuse.

billziss-gh avatar billziss-gh commented on May 21, 2024

MSVC does not define O_ACCMODE. It turns out that Mingw does as:

#define _O_ACCMODE (_O_RDONLY|_O_WRONLY|_O_RDWR)

So I will add a similar definition to fuse.go.

from cgofuse.

billziss-gh avatar billziss-gh commented on May 21, 2024

Added with commit 3650807.

Please note that on Windows O_RDONLY == 0, O_WRONLY == 1 and O_RDWR == 2. So do not assume that O_RDONLY|O_WRONLY == O_RDWR.

from cgofuse.

ncw avatar ncw commented on May 21, 2024

That seems very sensible - thanks 👍

from cgofuse.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.