This repository was archived by the owner on Feb 8, 2024. It is now read-only.
Add DragonFly bootstrap support (ltsmaster) (/src/core/sys/posix)#111
Merged
joakim-noah merged 1 commit intoldc-developers:ldc-ltsmasterfrom Mar 4, 2018
Merged
Conversation
This was referenced Dec 21, 2017
|
Go ahead and update this to the latest version that got merged upstream and I'll pull it. |
7e48091 to
d06a232
Compare
Author
|
@joakim-noah : Rebase and synced with dlang/PR/2001 |
joakim-noah
suggested changes
Feb 23, 2018
src/core/sys/posix/pthread.d
Outdated
|
|
||
| enum PTHREAD_MUTEX_INITIALIZER = null; | ||
| //enum PTHREAD_ONCE_INIT = { PTHREAD_NEEDS_INIT, NULL }; | ||
| enum PTHREAD_ONCE_INIT = pthread_once_t.init;; |
There was a problem hiding this comment.
Delete one semi-colon, missed this upstream too.
src/core/sys/posix/pthread.d
Outdated
| PTHREAD_MUTEX_ERRORCHECK = 1, | ||
| PTHREAD_MUTEX_RECURSIVE = 2, | ||
| PTHREAD_MUTEX_NORMAL = 3, | ||
| PTHREAD_MUTEX_ADAPTIVE_NP = 4, |
Author
There was a problem hiding this comment.
Removed PTHREAD_MUTEX_ADAPTIVE_NP = 4,
Thanks !
| int shmdt(in void*); | ||
| int shmget(key_t, size_t, int); | ||
| } | ||
| else version( DragonFlyBSD ) |
Author
There was a problem hiding this comment.
Ooh... but it should be (will amend dlang/druntime). Thanks for noticing this one !
Author
There was a problem hiding this comment.
dlang#2106 has been approved => waiting to be merged
82fad9e to
1b7484d
Compare
Synced with dlang/PR/2001
675f9b3 to
371046a
Compare
Author
|
@joakim-noah Thanks for review and merging ! |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
All druntime:/src/core/sys/posix/ files
Related PR's:
ldc
dlang: