Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
PolyORB-HI-C
Commits
f1faf7ed
Commit
f1faf7ed
authored
Jul 16, 2019
by
yoogx
Browse files
* Remove xlocale.h
For openaadl/polyorb-hi-c#31
parent
fe7b0899
Changes
4
Show whitespace changes
Inline
Side-by-side
include/po_hi_time.h
View file @
f1faf7ed
...
...
@@ -5,7 +5,7 @@
*
* For more informations, please visit http://taste.tuxfamily.org/wiki
*
* Copyright (C) 2007-2009 Telecom ParisTech, 2010-201
4
ESA & ISAE.
* Copyright (C) 2007-2009 Telecom ParisTech, 2010-201
9
ESA & ISAE.
*/
#ifndef __PO_HI_TIME_H__
...
...
@@ -14,11 +14,6 @@
#include <po_hi_types.h>
#ifndef HAVE_CLOCK_GETTIME
#if defined (__CYGWIN__) || defined (__MINGW32__) || defined (RTEMS_POSIX) || defined (__PO_HI_RTEMS_CLASSIC_API)
#else
#include <xlocale.h>
#endif
#include <time.h>
#endif
...
...
src/po_hi_messages.c
View file @
f1faf7ed
...
...
@@ -5,7 +5,7 @@
*
* For more informations, please visit http://taste.tuxfamily.org/wiki
*
* Copyright (C) 2007-2009 Telecom ParisTech, 2010-201
7
ESA & ISAE.
* Copyright (C) 2007-2009 Telecom ParisTech, 2010-201
9
ESA & ISAE.
*/
#include <po_hi_config.h>
...
...
@@ -14,10 +14,6 @@
/* Headers from PolyORB-HI-C */
#if defined (__CYGWIN__) || defined (__MINGW32__) || defined (RTEMS_POSIX) || defined (__PO_HI_RTEMS_CLASSIC_API) || defined (FREERTOS)
#else
#include <xlocale.h>
#endif
#include <string.h>
/* Headers from the executive */
...
...
src/po_hi_storage.c
View file @
f1faf7ed
...
...
@@ -5,13 +5,9 @@
*
* For more informations, please visit http://taste.tuxfamily.org/wiki
*
* Copyright (C) 2011-201
7
ESA & ISAE.
* Copyright (C) 2011-201
9
ESA & ISAE.
*/
#if defined (__CYGWIN__) || defined (__MINGW32__) || defined (RTEMS_POSIX) || defined (__PO_HI_RTEMS_CLASSIC_API) || defined (FREERTOS)
#else
#include <xlocale.h>
#endif
#include <string.h>
#include <po_hi_config.h>
...
...
src/po_hi_task.c
View file @
f1faf7ed
...
...
@@ -5,7 +5,7 @@
*
* For more informations, please visit http://taste.tuxfamily.org/wiki
*
* Copyright (C) 2007-2009 Telecom ParisTech, 2010-201
7
ESA & ISAE.
* Copyright (C) 2007-2009 Telecom ParisTech, 2010-201
9
ESA & ISAE.
*/
#if defined (__linux__) || defined (RTEMS412)
...
...
@@ -35,7 +35,6 @@
#if defined (RTEMS_POSIX) || defined (POSIX) || defined (XENO_POSIX)
#if defined (__CYGWIN__) || defined (__MINGW32__) || defined (RTEMS_POSIX) || defined (__PO_HI_RTEMS_CLASSIC_API)
#else
#include <xlocale.h>
#include <unistd.h>
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment