]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - mach/spin-solid.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / mach / spin-solid.c
index 66128851673bf0f5f19285a888667e76ae296cf9..ac50d906121ffa4d319e753b15a938dc0c414686 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2018 Free Software Foundation, Inc.
+/* Copyright (C) 1994-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
@@ -26,3 +26,4 @@ __spin_lock_solid (spin_lock_t *lock)
     __swtch_pri (0);
 }
 weak_alias (__spin_lock_solid, spin_lock_solid);
+libc_hidden_def (__spin_lock_solid)