diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-05-21 22:38:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-05-21 22:38:06 +0000 |
commit | 6d59823c29df228415836f289e62064f95849e71 (patch) | |
tree | f6475011e9a3e31355379e0b1576b9998abf5e96 /nptl/sysdeps/pthread | |
parent | 7adefea85d3fcd88e60638d18a022b6968b9b891 (diff) | |
download | glibc-6d59823c29df228415836f289e62064f95849e71.zip glibc-6d59823c29df228415836f289e62064f95849e71.tar.gz glibc-6d59823c29df228415836f289e62064f95849e71.tar.bz2 |
* sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
as second parameter to handle_intel.
Diffstat (limited to 'nptl/sysdeps/pthread')
-rw-r--r-- | nptl/sysdeps/pthread/pthread-functions.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nptl/sysdeps/pthread/pthread-functions.h b/nptl/sysdeps/pthread/pthread-functions.h index f0eddd3..0c404fc 100644 --- a/nptl/sysdeps/pthread/pthread-functions.h +++ b/nptl/sysdeps/pthread/pthread-functions.h @@ -97,7 +97,6 @@ struct pthread_functions void (*ptr__nptl_deallocate_tsd) (void); int (*ptr__nptl_setxid) (struct xid_command *); void (*ptr_freeres) (void); - void (*ptr_wait_lookup_done) (void); }; /* Variable in libc.so. */ |