]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 14 Jan 2004 08:51:21 +0000 (08:51 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 14 Jan 2004 08:51:21 +0000 (08:51 +0000)
2004-01-14  Ulrich Drepper  <drepper@redhat.com>

* init.c (pthread_funtions): Make array const.

nptl/ChangeLog
nptl/init.c

index dcc48e074de1215d9b077414e84999caa60141c6..9df675912c13043dbb5fe43155534ab3b4fac43e 100644 (file)
@@ -1,3 +1,7 @@
+2004-01-14  Ulrich Drepper  <drepper@redhat.com>
+
+       * init.c (pthread_funtions): Make array const.
+
 2004-01-13  Ulrich Drepper  <drepper@redhat.com>
 
        * allocatestack.c (__make_stacks_executable): Change interface.
index 1f11edb26f3f9a7047f7afb07762697cc2bfb9a6..876b9d3bbd1a61f99c986de6c03f0223bdc65fe9 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+/* Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
 
@@ -71,7 +71,7 @@ extern void __libc_setup_tls (size_t tcbsize, size_t tcbalign);
 
 
 #ifdef SHARED
-static struct pthread_functions pthread_functions =
+static const struct pthread_functions pthread_functions =
   {
     .ptr_pthread_attr_destroy = __pthread_attr_destroy,
 # if SHLIB_COMPAT(libpthread, GLIBC_2_0, GLIBC_2_1)
This page took 0.052579 seconds and 5 git commands to generate.