Skip to content
Snippets Groups Projects
Unverified Commit a08a5bc4 authored by yxj-github-437's avatar yxj-github-437 Committed by Jonathan Wakely
Browse files

libstdc++: fix possible undefined std::timespec in module std

I notice std::timespec and std::timespec_get are used in preprocessor
condition _GLIBCXX_HAVE_TIMESPEC_GET. So in module std, it should be
the same.

libstdc++-v3:

	* src/c++23/std-clib.cc.in (timespec): Move within preprocessor
	group guarded by _GLIBCXX_HAVE_TIMESPEC_GET.
parent c21d5a35
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment