]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove all traces of lll_unlock_wake_cb.
authorUlrich Drepper <drepper@redhat.com>
Wed, 30 May 2007 04:44:55 +0000 (04:44 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 30 May 2007 04:44:55 +0000 (04:44 +0000)
sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h

index 58b4806eb251280a3533c1cee79c1b68f7e818fc..04ac0064003452639565f2bcafde62bce1463eb7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004, 2006 Free Software Foundation, Inc.
+/* Copyright (C) 2003, 2004, 2006, 2007 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
@@ -237,8 +237,6 @@ typedef int lll_lock_t;
 #define LLL_LOCK_INITIALIZER           (0)
 #define LLL_LOCK_INITIALIZER_LOCKED    (1)
 
-extern int lll_unlock_wake_cb (int *__futex) attribute_hidden;
-
 /* The states of a lock are:
     0  -  untaken
     1  -  taken by one user