src/, lib/, tests/: Rename files defining strtcpy()
Signed-off-by: Alejandro Colomar <alx@kernel.org>
This commit is contained in:
committed by
Iker Pedrosa
parent
090c019ada
commit
f9fb855889
+1
-1
@@ -141,7 +141,7 @@ libshadow_la_SOURCES = \
|
||||
stpecpy.h \
|
||||
stpeprintf.c \
|
||||
stpeprintf.h \
|
||||
strlcpy.h \
|
||||
strtcpy.h \
|
||||
strtoday.c \
|
||||
sub.c \
|
||||
subordinateio.h \
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@
|
||||
#include <stdio.h>
|
||||
#include "getdef.h"
|
||||
#include "prototypes.h"
|
||||
#include "strlcpy.h"
|
||||
#include "strtcpy.h"
|
||||
|
||||
#ident "$Id$"
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
#ident "$Id$"
|
||||
|
||||
#include "strlcpy.h"
|
||||
#include "strtcpy.h"
|
||||
|
||||
|
||||
extern inline ssize_t strtcpy(char *restrict dst, const char *restrict src,
|
||||
+1
-1
@@ -24,7 +24,7 @@
|
||||
|
||||
#include "alloc.h"
|
||||
#include "sizeof.h"
|
||||
#include "strlcpy.h"
|
||||
#include "strtcpy.h"
|
||||
#include "zustr2stp.h"
|
||||
|
||||
#ident "$Id$"
|
||||
|
||||
Reference in New Issue
Block a user