Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/linux/getlogin.c')
-rw-r--r--newlib/libc/sys/linux/getlogin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/linux/getlogin.c b/newlib/libc/sys/linux/getlogin.c
index 3931e7731..1cc0f4e04 100644
--- a/newlib/libc/sys/linux/getlogin.c
+++ b/newlib/libc/sys/linux/getlogin.c
@@ -3,7 +3,7 @@
#include <unistd.h>
char *
-_DEFUN_VOID (getlogin)
+getlogin (void)
{
errno = ENOSYS;
return NULL;