]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - posix/geteuid.c
Remove obsolete, never-implemented XSI STREAMS declarations
[thirdparty/glibc.git] / posix / geteuid.c
index eb59db35d88d522af661588ab2d858e61de9f301..ad2db339bfc1034292213cd51aafa67ac9c4a6e1 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992, 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -21,7 +21,7 @@
 
 /* Get the effective user ID of the calling process.  */
 __uid_t
-__geteuid ()
+__geteuid (void)
 {
   __set_errno (ENOSYS);
   return -1;