summaryrefslogtreecommitdiffhomepage
path: root/src/sem/ntapi_sem_fcntl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sem/ntapi_sem_fcntl.c')
-rw-r--r--src/sem/ntapi_sem_fcntl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sem/ntapi_sem_fcntl.c b/src/sem/ntapi_sem_fcntl.c
index d48557f..d160e66 100644
--- a/src/sem/ntapi_sem_fcntl.c
+++ b/src/sem/ntapi_sem_fcntl.c
@@ -37,5 +37,6 @@ int32_t __stdcall __ntapi_sem_fcntl(
(void)output_buffer;
(void)output_buffer_length;
- return 0;
+ /* internal only */
+ return NT_STATUS_NOT_IMPLEMENTED;
}