CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/10/29 08:26:13
Modified files:
lib/libc/include: namespace.h
Log message:
Enable ISO C11 APIs when building libc, even with an older compiler.
Otherwise, the prototypes for timespec_get() and aligned_alloc()
are not visible. OK guenther@
