]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/alpha/nptl/pthreaddef.h
Update copyright dates with scripts/update-copyrights
[thirdparty/glibc.git] / sysdeps / alpha / nptl / pthreaddef.h
index 1ea9891be30979167b4b9baaacc095a2fcc879fa..25edb5093e09554844e0d51291b9ed26697804ea 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2019 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2021 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
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Default stack size.  */
 #define ARCH_STACK_DEFAULT_SIZE        (4 * 1024 * 1024)
 
+/* Minimum guard size.  */
+#define ARCH_MIN_GUARD_SIZE 0
+
 /* Required stack pointer alignment at beginning.  The ABI requires 16.  */
 #define STACK_ALIGN            16