-
-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Windows alternatives for unistd and friends.
- Loading branch information
Showing
1 changed file
with
27 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
831532a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes compilation under my msys2 environment (clang, set up with autobuild media suite) fail:
I hope someone sees this in the commit log, so I won't open an issue for the moment.
831532a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. I've commented out the code in 252ed4a as it is currently not used.
831532a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As far as I can see, these are defined in sys/stat.h - full msys2 path /clang64/include/sys/stat.h
831532a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also this one:
_SH_DENYRW
?831532a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That one is in share.h - full msys2 path /clang64/include/ (I guess it's found whatever the root dir is by scanning all include paths, but I'm not much of a C wiz anymoe).