From ecb5e176099bd1ae97ee814ad735168043c7d79f Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 31 Jan 2006 01:16:28 +0000 Subject: [PATCH] Renamed this silly blighters. --- posix/{spawn.c => posix_spawn.c} | 0 posix/{spawn.h => posix_spawn.h} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename posix/{spawn.c => posix_spawn.c} (100%) rename posix/{spawn.h => posix_spawn.h} (100%) diff --git a/posix/spawn.c b/posix/posix_spawn.c similarity index 100% rename from posix/spawn.c rename to posix/posix_spawn.c diff --git a/posix/spawn.h b/posix/posix_spawn.h similarity index 100% rename from posix/spawn.h rename to posix/posix_spawn.h