mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-01 05:26:20 +02:00
(mempcpy): Remove definition.
This commit is contained in:
@@ -28,10 +28,6 @@
|
||||
#include "error.h"
|
||||
#include "getdate.h"
|
||||
|
||||
#ifndef HAVE_MEMPCPY
|
||||
# define mempcpy(D, S, N) ((void *) ((char *) memcpy (D, S, N) + (N)))
|
||||
#endif
|
||||
|
||||
#ifndef STDC_HEADERS
|
||||
size_t strftime ();
|
||||
time_t time ();
|
||||
|
||||
Reference in New Issue
Block a user