From 41426d9bac4e60d6de90908ac60f135247d62bfd Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Tue, 13 Oct 2009 17:15:49 +0000 Subject: [PATCH] * Moved three locale-related headers back into a safe place (where no software looking for them will find them) as a temporary fix for #4747. In the long run, the functions declared in these headers should be implemented by means of ICU and then the headers shall be made public again. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33575 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/{posix => private/locale}/langinfo.h | 0 headers/{posix => private/locale}/monetary.h | 0 headers/{posix => private/locale}/nl_types.h | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename headers/{posix => private/locale}/langinfo.h (100%) rename headers/{posix => private/locale}/monetary.h (100%) rename headers/{posix => private/locale}/nl_types.h (100%) diff --git a/headers/posix/langinfo.h b/headers/private/locale/langinfo.h similarity index 100% rename from headers/posix/langinfo.h rename to headers/private/locale/langinfo.h diff --git a/headers/posix/monetary.h b/headers/private/locale/monetary.h similarity index 100% rename from headers/posix/monetary.h rename to headers/private/locale/monetary.h diff --git a/headers/posix/nl_types.h b/headers/private/locale/nl_types.h similarity index 100% rename from headers/posix/nl_types.h rename to headers/private/locale/nl_types.h