]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 23 Jun 2003 01:29:14 +0000 (01:29 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 23 Jun 2003 01:29:14 +0000 (01:29 +0000)
* pthreadP.h: Mark __pthread_mutex_unlock_usercnt also hidden.
* pthread_mutex_unlock.c (__pthread_mutex_unlock_usercnt): Add
attribute_hidden.

nptl/Banner
nptl/ChangeLog
nptl/pthreadP.h
nptl/pthread_mutex_unlock.c

index 03776acd77d1b3ea355be151fdfb28e8daba34de..c44e8f4c2e6ea68596e6202d9dd43e11344d8ad8 100644 (file)
@@ -1 +1 @@
-NPTL 0.47 by Ulrich Drepper
+NPTL 0.48 by Ulrich Drepper
index c6047d3b3b6ce2eebb9e83e6529adcc58a34ddcd..9a8f0a3800e1da73e49e2514c543ac633f9134ac 100644 (file)
@@ -1,5 +1,9 @@
 2003-06-22  Ulrich Drepper  <drepper@redhat.com>
 
+       * pthreadP.h: Mark __pthread_mutex_unlock_usercnt also hidden.
+       * pthread_mutex_unlock.c (__pthread_mutex_unlock_usercnt): Add
+       attribute_hidden.
+
        * pthreadP.h (__pthread_mutex_init_internal): Mark hidden.
        (__pthread_mutex_lock_internal): Likewise.
        (__pthread_mutex_unlock_internal): Likewise.
index be40ce92ea0f3f542e4690eb50c3741bc9ce1c86..64d065765950c0be370bfbed288e1902d0492450 100644 (file)
@@ -259,7 +259,8 @@ extern int __pthread_mutex_unlock (pthread_mutex_t *__mutex);
 extern int __pthread_mutex_unlock_internal (pthread_mutex_t *__mutex)
      attribute_hidden;
 extern int __pthread_mutex_unlock_usercnt (pthread_mutex_t *__mutex,
-                                          bool __decr) internal_function;
+                                          bool __decr)
+     attribute_hidden internal_function;
 extern int __pthread_mutexattr_init (pthread_mutexattr_t *attr);
 extern int __pthread_mutexattr_destroy (pthread_mutexattr_t *attr);
 extern int __pthread_mutexattr_settype (pthread_mutexattr_t *attr, int kind);
index 56b1cd4a9a24eabdd2b74ae0bb69eb7a7c8b0b53..de820d7401e775cc3b8a8b848ecdead3564f3415 100644 (file)
@@ -23,7 +23,7 @@
 
 
 int
-internal_function
+internal_function attribute_hidden
 __pthread_mutex_unlock_usercnt (mutex, decr)
      pthread_mutex_t *mutex;
      bool decr;
This page took 0.054796 seconds and 5 git commands to generate.