From e167fda25be988d879e3e3a77ceaa0c5864a3d4f Mon Sep 17 00:00:00 2001 From: Martin Baute Date: Fri, 25 Mar 2016 09:26:47 +0100 Subject: [PATCH] _PDCLIB_* prefixing of filenames. --- platform/example/functions/_PDCLIB/{_Exit.c => _PDCLIB_Exit.c} | 0 .../functions/_PDCLIB/{allocpages.c => _PDCLIB_allocpages.c} | 0 platform/example/functions/_PDCLIB/{close.c => _PDCLIB_close.c} | 0 .../functions/_PDCLIB/{fillbuffer.c => _PDCLIB_fillbuffer.c} | 0 .../functions/_PDCLIB/{flushbuffer.c => _PDCLIB_flushbuffer.c} | 0 platform/example/functions/_PDCLIB/{open.c => _PDCLIB_open.c} | 0 platform/example/functions/_PDCLIB/{rename.c => _PDCLIB_rename.c} | 0 platform/example/functions/_PDCLIB/{seek.c => _PDCLIB_seek.c} | 0 .../example/functions/_PDCLIB/{stdinit.c => _PDCLIB_stdinit.c} | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename platform/example/functions/_PDCLIB/{_Exit.c => _PDCLIB_Exit.c} (100%) rename platform/example/functions/_PDCLIB/{allocpages.c => _PDCLIB_allocpages.c} (100%) rename platform/example/functions/_PDCLIB/{close.c => _PDCLIB_close.c} (100%) rename platform/example/functions/_PDCLIB/{fillbuffer.c => _PDCLIB_fillbuffer.c} (100%) rename platform/example/functions/_PDCLIB/{flushbuffer.c => _PDCLIB_flushbuffer.c} (100%) rename platform/example/functions/_PDCLIB/{open.c => _PDCLIB_open.c} (100%) rename platform/example/functions/_PDCLIB/{rename.c => _PDCLIB_rename.c} (100%) rename platform/example/functions/_PDCLIB/{seek.c => _PDCLIB_seek.c} (100%) rename platform/example/functions/_PDCLIB/{stdinit.c => _PDCLIB_stdinit.c} (100%) diff --git a/platform/example/functions/_PDCLIB/_Exit.c b/platform/example/functions/_PDCLIB/_PDCLIB_Exit.c similarity index 100% rename from platform/example/functions/_PDCLIB/_Exit.c rename to platform/example/functions/_PDCLIB/_PDCLIB_Exit.c diff --git a/platform/example/functions/_PDCLIB/allocpages.c b/platform/example/functions/_PDCLIB/_PDCLIB_allocpages.c similarity index 100% rename from platform/example/functions/_PDCLIB/allocpages.c rename to platform/example/functions/_PDCLIB/_PDCLIB_allocpages.c diff --git a/platform/example/functions/_PDCLIB/close.c b/platform/example/functions/_PDCLIB/_PDCLIB_close.c similarity index 100% rename from platform/example/functions/_PDCLIB/close.c rename to platform/example/functions/_PDCLIB/_PDCLIB_close.c diff --git a/platform/example/functions/_PDCLIB/fillbuffer.c b/platform/example/functions/_PDCLIB/_PDCLIB_fillbuffer.c similarity index 100% rename from platform/example/functions/_PDCLIB/fillbuffer.c rename to platform/example/functions/_PDCLIB/_PDCLIB_fillbuffer.c diff --git a/platform/example/functions/_PDCLIB/flushbuffer.c b/platform/example/functions/_PDCLIB/_PDCLIB_flushbuffer.c similarity index 100% rename from platform/example/functions/_PDCLIB/flushbuffer.c rename to platform/example/functions/_PDCLIB/_PDCLIB_flushbuffer.c diff --git a/platform/example/functions/_PDCLIB/open.c b/platform/example/functions/_PDCLIB/_PDCLIB_open.c similarity index 100% rename from platform/example/functions/_PDCLIB/open.c rename to platform/example/functions/_PDCLIB/_PDCLIB_open.c diff --git a/platform/example/functions/_PDCLIB/rename.c b/platform/example/functions/_PDCLIB/_PDCLIB_rename.c similarity index 100% rename from platform/example/functions/_PDCLIB/rename.c rename to platform/example/functions/_PDCLIB/_PDCLIB_rename.c diff --git a/platform/example/functions/_PDCLIB/seek.c b/platform/example/functions/_PDCLIB/_PDCLIB_seek.c similarity index 100% rename from platform/example/functions/_PDCLIB/seek.c rename to platform/example/functions/_PDCLIB/_PDCLIB_seek.c diff --git a/platform/example/functions/_PDCLIB/stdinit.c b/platform/example/functions/_PDCLIB/_PDCLIB_stdinit.c similarity index 100% rename from platform/example/functions/_PDCLIB/stdinit.c rename to platform/example/functions/_PDCLIB/_PDCLIB_stdinit.c -- 2.40.0