Skip to content

Commit

Permalink
Apply 0007-locale.h-fixes.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
smx-smx committed Feb 26, 2023
1 parent 2bf4d59 commit ab201f2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions locale/locale.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ __BEGIN_DECLS
#define LC_IDENTIFICATION __LC_IDENTIFICATION


__BEGIN_NAMESPACE_STD

/* Structure giving information about numeric and monetary notation. */
struct lconv
{
Expand Down Expand Up @@ -127,8 +125,6 @@ extern char *setlocale (int __category, __const char *__locale) __THROW;
/* Return the numeric/monetary information for the current locale. */
extern struct lconv *localeconv (void) __THROW;

__END_NAMESPACE_STD


#ifdef __USE_XOPEN2K8
/* The concept of one static locale per category is not very well
Expand Down

0 comments on commit ab201f2

Please sign in to comment.