projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f981207
)
Fix typo (string_alias->strong_alias).
author
Andreas Jaeger
<aj@suse.de>
Mon, 10 Jul 2000 07:11:09 +0000
(07:11 +0000)
committer
Andreas Jaeger
<aj@suse.de>
Mon, 10 Jul 2000 07:11:09 +0000
(07:11 +0000)
sysdeps/unix/sysv/linux/sigaction.c
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/linux/sigaction.c
b/sysdeps/unix/sysv/linux/sigaction.c
index
fc66d3d
..
69f26c5
100644
(file)
--- a/
sysdeps/unix/sysv/linux/sigaction.c
+++ b/
sysdeps/unix/sysv/linux/sigaction.c
@@
-133,5
+133,5
@@
__libc_sigaction (sig, act, oact)
#endif
}
-str
i
ng_alias (__libc_sigaction, __sigaction)
+str
o
ng_alias (__libc_sigaction, __sigaction)
weak_alias (__libc_sigaction, sigaction)