Skip to content

Commit

Permalink
L_cuserid was removed from OpenBSD.
Browse files Browse the repository at this point in the history
This change released under the MIT license with permission from the original
author Christian Weisgerber.
  • Loading branch information
sethjackson committed May 26, 2014
1 parent 13ff02d commit c38e27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/stdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Mono_Posix_Syscall_L_ctermid (void)
gint32
Mono_Posix_Syscall_L_cuserid (void)
{
#ifdef __APPLE__
#if defined(__APPLE__) || defined (__OpenBSD__)
return -1;
#else
return L_cuserid;
Expand Down

0 comments on commit c38e27b

Please sign in to comment.