projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10b57b3
)
merge from gcc
author
DJ Delorie
<dj@redhat.com>
Wed, 16 Apr 2003 04:55:31 +0000
(
04:55
+0000)
committer
DJ Delorie
<dj@redhat.com>
Wed, 16 Apr 2003 04:55:31 +0000
(
04:55
+0000)
libiberty/stpncpy.c
patch
|
blob
|
history
diff --git
a/libiberty/stpncpy.c
b/libiberty/stpncpy.c
index 0984340ba2c38f1aca6a20ef310c1ec5af61a902..cb67b4dbab14695059cb6b779ca1b51f076b2f3e 100644
(file)
--- a/
libiberty/stpncpy.c
+++ b/
libiberty/stpncpy.c
@@
-39,7
+39,7
@@
strlen(@var{src}).
#endif
extern size_t strlen PARAMS ((const char *));
-extern
PTR
strncpy PARAMS ((char *, const char *, size_t));
+extern
char *
strncpy PARAMS ((char *, const char *, size_t));
char *
stpncpy (dst, src, len)