Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc/base: remove outdata const #49096

Merged
merged 2 commits into from
Mar 22, 2023
Merged

Conversation

inkydragon
Copy link
Sponsor Member

These constants have been moved to the Mmap stdlib and are not exported.

# msync flags for unix
const MS_ASYNC = 1
const MS_INVALIDATE = 2
const MS_SYNC = 4

@inkydragon inkydragon added the domain:docs This change adds or pertains to documentation label Mar 22, 2023
@inkydragon
Copy link
Sponsor Member Author

This patch could be backported to 1.6

@KristofferC KristofferC added backport 1.6 Change should be backported to release-1.6 backport 1.9 Change should be backported to release-1.9 labels Mar 22, 2023
@KristofferC KristofferC merged commit 6d678fe into JuliaLang:master Mar 22, 2023
@inkydragon inkydragon deleted the base-doc branch March 22, 2023 11:27
KristofferC pushed a commit that referenced this pull request Mar 24, 2023
(cherry picked from commit 6d678fe)
@KristofferC KristofferC mentioned this pull request Mar 24, 2023
52 tasks
@KristofferC KristofferC removed the backport 1.9 Change should be backported to release-1.9 label Mar 31, 2023
Xnartharax pushed a commit to Xnartharax/julia that referenced this pull request Apr 19, 2023
KristofferC pushed a commit that referenced this pull request Oct 11, 2023
(cherry picked from commit 6d678fe)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.6 Change should be backported to release-1.6 domain:docs This change adds or pertains to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants