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:
aa15da1
)
(__libc_pthread_init): Fix typo.
author
drepper
<drepper>
Thu, 12 Dec 2002 18:04:17 +0000
(18:04 +0000)
committer
drepper
<drepper>
Thu, 12 Dec 2002 18:04:17 +0000
(18: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
0bc283d
..
f289922
100644
(file)
--- a/
nptl/sysdeps/unix/sysv/linux/fork.h
+++ b/
nptl/sysdeps/unix/sysv/linux/fork.h
@@
-56,5
+56,5
@@
extern int __register_atfork (void (*__prepare) (void),
void *dso_handle);
/* Register the generation counter in the libpthread with the libc. */
-extern void __libc_pthread_int (unsigned long int *__ptr,
- void (*reclaim) (void));
+extern void __libc_pthread_in
i
t (unsigned long int *__ptr,
+
void (*reclaim) (void));