diff --git a/library/include/locale.h b/library/include/locale.h index 66e50fe..3e2d6a1 100644 --- a/library/include/locale.h +++ b/library/include/locale.h @@ -1,10 +1,8 @@ /* - * $Id: locale.h,v 1.5 2006-01-08 12:06:14 obarthel Exp $ - * * :ts=4 * * Portable ISO 'C' (1994) runtime library for the Amiga computer - * Copyright (c) 2002-2015 by Olaf Barthel + * Copyright (c) 2002-2025 by Olaf Barthel * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -59,7 +57,10 @@ extern "C" { /****************************************************************************/ -typedef void *locale_t; +/* Forward declaration */ +struct __locale_t; + +typedef struct __locale_t *locale_t; /****************************************************************************/