]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - resource/setpriority.c
NEWS: clarify copy_file_range
[thirdparty/glibc.git] / resource / setpriority.c
index 91521bdbb95b31e1386aace5c5967e5d9dcd3b8d..c05de9a9002584d59579733526f7a0f1a928e07f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2015 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
 /* Set the priority of all processes specified by WHICH and WHO
    to PRIO.  Returns 0 on success, -1 on errors.  */
 int
-__setpriority (which, who, prio)
-     enum __priority_which which;
-     id_t who;
-     int prio;
+__setpriority (enum __priority_which which, id_t who, int prio)
 {
   __set_errno (ENOSYS);
   return -1;