]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - builtins/umask.def
bash-5.1 distribution sources and documentation
[thirdparty/bash.git] / builtins / umask.def
index d3138d4d5a6bb9a8fe1e5868e24d267075ef4ef0..8041d56b70832bc0f8cf91120e452423f274ea04 100644 (file)
@@ -1,7 +1,7 @@
 This file is umask.def, from which is created umask.c.
 It implements the builtin "umask" in Bash.
 
-Copyright (C) 1987-2015 Free Software Foundation, Inc.
+Copyright (C) 1987-2020 Free Software Foundation, Inc.
 
 This file is part of GNU Bash, the Bourne Again SHell.
 
@@ -67,8 +67,8 @@ $END
 /*                                                                  */
 /* **************************************************************** */
 
-static void print_symbolic_umask __P((mode_t));
-static int symbolic_umask __P((WORD_LIST *));
+static void print_symbolic_umask PARAMS((mode_t));
+static int symbolic_umask PARAMS((WORD_LIST *));
 
 /* Set or display the mask used by the system when creating files.  Flag
    of -S means display the umask in a symbolic mode. */