]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdlib/getcontext.c
hurd: Fix build
[thirdparty/glibc.git] / stdlib / getcontext.c
index aa65e5ea6d84b04bf70b374d8c3d6feab4111431..8fa6da1fb43e3c011fa3eb9593ca8fc81dd64130 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1998-2018 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
@@ -19,8 +19,7 @@
 #include <ucontext.h>
 
 int
-getcontext (ucp)
-     ucontext_t *ucp;
+getcontext (ucontext_t *ucp)
 {
   __set_errno (ENOSYS);
   return -1;
@@ -28,4 +27,3 @@ getcontext (ucp)
 
 
 stub_warning (getcontext)
-#include <stub-tag.h>