1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

Pretty printing.

This commit is contained in:
Ulrich Drepper
2005-07-15 14:48:49 +00:00
parent 5852d1e52d
commit c2d526774a

View File

@ -148,7 +148,7 @@ __strncpy_ichk (char *__restrict __dest, const char *__restrict __src,
extern char *__stpncpy_chk (char *__dest, const char *__src, size_t __n,
size_t __destlen) __THROW;
extern char *__REDIRECT (__stpncpy_alias, (char *__dest, const char *__src,
size_t __n), stpncpy)__THROW;
size_t __n), stpncpy) __THROW;
extern __always_inline char *
stpncpy (char *__dest, const char *__src, size_t __n)