]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - io/chown.c
elf: Refuse to dlopen PIE objects [BZ #24323]
[thirdparty/glibc.git] / io / chown.c
index 2a13df6387384e23a4516250d5b9fe3db8647b77..05b7e7dd5cd23eb278d46686b91527aac5fcbc12 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 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
 
 /* Change the owner and group of FILE.  */
 int
-__chown (file, owner, group)
-     const char *file;
-     uid_t owner;
-     gid_t group;
+__chown (const char *file, uid_t owner, gid_t group)
 {
   if (file == NULL)
     {