summaryrefslogtreecommitdiff
path: root/libphobos/libdruntime/core/sys/posix/unistd.d
diff options
context:
space:
mode:
Diffstat (limited to 'libphobos/libdruntime/core/sys/posix/unistd.d')
-rw-r--r--libphobos/libdruntime/core/sys/posix/unistd.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/libphobos/libdruntime/core/sys/posix/unistd.d b/libphobos/libdruntime/core/sys/posix/unistd.d
index 04de7764390..6e035e54502 100644
--- a/libphobos/libdruntime/core/sys/posix/unistd.d
+++ b/libphobos/libdruntime/core/sys/posix/unistd.d
@@ -2403,7 +2403,7 @@ else version (OpenBSD)
{
char* crypt(in char*, in char*);
//char* ctermid(char*);
- //void encrypt(ref char[64], int) @trusted;
+ void encrypt(ref char[64], int) @trusted;
int fchdir(int) @trusted;
c_long gethostid() @trusted;
pid_t getpgid(pid_t) @trusted;