projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7507932
)
Remove __libc_pthread_init prototype.
author
drepper
<drepper>
Sun, 15 Dec 2002 20:04:41 +0000
(20:04 +0000)
committer
drepper
<drepper>
Sun, 15 Dec 2002 20:04:41 +0000
(20:04 +0000)
nptl/sysdeps/unix/sysv/linux/fork.h
patch
|
blob
|
history
diff --git
a/nptl/sysdeps/unix/sysv/linux/fork.h
b/nptl/sysdeps/unix/sysv/linux/fork.h
index
f289922
..
906cf7f
100644
(file)
--- a/
nptl/sysdeps/unix/sysv/linux/fork.h
+++ b/
nptl/sysdeps/unix/sysv/linux/fork.h
@@
-54,7
+54,3
@@
extern int __register_atfork (void (*__prepare) (void),
void (*__parent) (void),
void (*__child) (void),
void *dso_handle);
-
-/* Register the generation counter in the libpthread with the libc. */
-extern void __libc_pthread_init (unsigned long int *__ptr,
- void (*reclaim) (void));