1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

More warning patrol.

This commit is contained in:
Roland McGrath
2011-08-14 16:42:06 -07:00
parent 675456ef83
commit 69f6309711
2 changed files with 4 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* Copyright (C) 1991, 1997 Free Software Foundation, Inc.
/* Copyright (C) 1991,1997,2011 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@ -29,10 +29,7 @@ typedef char reg_char;
#endif
char *
STRNCAT (s1, s2, n)
char *s1;
const char *s2;
size_t n;
STRNCAT (char *s1, const char *s2, size_t n)
{
reg_char c;
char *s = s1;