Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1045
b: refs/heads/master
c: 2527952
h: refs/heads/master
i:
  1043: 5413454
v: v3
  • Loading branch information
walter harms authored and Linus Torvalds committed May 5, 2005
1 parent 72230c4 commit f64c55f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ebe8b54134314cc31331f6e26f42276cd947d1df
refs/heads/master: 252795264df50a6c9eee604d29989854d5558139
4 changes: 4 additions & 0 deletions trunk/lib/string.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ EXPORT_SYMBOL(strcpy);
*
* The result is not %NUL-terminated if the source exceeds
* @count bytes.
*
* In the case where the length of @src is less than that of
* count, the remainder of @dest will be padded with %NUL.
*
*/
char * strncpy(char * dest,const char *src,size_t count)
{
Expand Down

0 comments on commit f64c55f

Please sign in to comment.