summaryrefslogtreecommitdiff
path: root/libc/nptl/sysdeps/x86_64
diff options
context:
space:
mode:
Diffstat (limited to 'libc/nptl/sysdeps/x86_64')
-rw-r--r--libc/nptl/sysdeps/x86_64/Makefile5
-rw-r--r--libc/nptl/sysdeps/x86_64/pthread_spin_trylock.S5
-rw-r--r--libc/nptl/sysdeps/x86_64/pthread_spin_unlock.S5
-rw-r--r--libc/nptl/sysdeps/x86_64/pthreaddef.h5
-rw-r--r--libc/nptl/sysdeps/x86_64/tls.h5
5 files changed, 10 insertions, 15 deletions
diff --git a/libc/nptl/sysdeps/x86_64/Makefile b/libc/nptl/sysdeps/x86_64/Makefile
index 6e24a26cd..d34dea709 100644
--- a/libc/nptl/sysdeps/x86_64/Makefile
+++ b/libc/nptl/sysdeps/x86_64/Makefile
@@ -12,9 +12,8 @@
# Lesser General Public License for more details.
# You should have received a copy of the GNU Lesser General Public
-# License along with the GNU C Library; if not, write to the Free
-# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-# 02111-1307 USA.
+# License along with the GNU C Library; if not, see
+# <http://www.gnu.org/licenses/>.
ifeq ($(subdir),csu)
gen-as-const-headers += tcb-offsets.sym
diff --git a/libc/nptl/sysdeps/x86_64/pthread_spin_trylock.S b/libc/nptl/sysdeps/x86_64/pthread_spin_trylock.S
index 9b5133583..2bf8711b7 100644
--- a/libc/nptl/sysdeps/x86_64/pthread_spin_trylock.S
+++ b/libc/nptl/sysdeps/x86_64/pthread_spin_trylock.S
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <pthread-errnos.h>
diff --git a/libc/nptl/sysdeps/x86_64/pthread_spin_unlock.S b/libc/nptl/sysdeps/x86_64/pthread_spin_unlock.S
index d3e13bde9..89f8f0f33 100644
--- a/libc/nptl/sysdeps/x86_64/pthread_spin_unlock.S
+++ b/libc/nptl/sysdeps/x86_64/pthread_spin_unlock.S
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
.globl pthread_spin_unlock
.type pthread_spin_unlock,@function
diff --git a/libc/nptl/sysdeps/x86_64/pthreaddef.h b/libc/nptl/sysdeps/x86_64/pthreaddef.h
index 9de4af2b6..7e45be47a 100644
--- a/libc/nptl/sysdeps/x86_64/pthreaddef.h
+++ b/libc/nptl/sysdeps/x86_64/pthreaddef.h
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
/* Default stack size. */
#define ARCH_STACK_DEFAULT_SIZE (2 * 1024 * 1024)
diff --git a/libc/nptl/sysdeps/x86_64/tls.h b/libc/nptl/sysdeps/x86_64/tls.h
index 95e022b0e..f644f0daf 100644
--- a/libc/nptl/sysdeps/x86_64/tls.h
+++ b/libc/nptl/sysdeps/x86_64/tls.h
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#ifndef _TLS_H
#define _TLS_H 1