mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
Fix Issue 23980 - OpenBSD: Add getthrname(2) and setthrname(2) to unistd.d
This commit is contained in:
parent
7643dc6041
commit
2772261adb
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ extern (C):
|
|||
nothrow:
|
||||
@nogc:
|
||||
|
||||
public import core.sys.posix.sys.types;
|
||||
|
||||
int getentropy(void*, size_t);
|
||||
int getthrname(pid_t, char*, size_t);
|
||||
int pledge(const scope char*, const scope char*);
|
||||
int setthrname(pid_t, const scope char*);
|
||||
int unveil(const scope char*, const scope char*);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue