Skip to content

Commit

Permalink
Merge pull request #1404 from jwillemsen/jwi-ACE_LACKS_STRPTIME_PROTO…
Browse files Browse the repository at this point in the history
…TYPE

Remove check for ACE_LACKS_STRPTIME_PROTOTYPE, not set in any config …
  • Loading branch information
jwillemsen authored Jan 6, 2021
2 parents a5153ed + f04af1b commit 20d49a4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ACE/ace/os_include/os_time.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@ extern "C"
# endif
#endif /* ACE_HAS_PTHREADS */

#if defined (ACE_LACKS_STRPTIME_PROTOTYPE) && !defined (_XOPEN_SOURCE)
extern char *strptime (const char *s, const char *fmt, struct tm *tp);
#endif /* ACE_LACKS_STRPTIME_PROTOTYPE */

#if defined (ACE_LACKS_CONST_TIMESPEC_PTR)
typedef struct timespec * ACE_TIMESPEC_PTR;
#else
Expand Down

0 comments on commit 20d49a4

Please sign in to comment.