diff options
author | peter <peter@FreeBSD.org> | 2003-06-13 21:54:21 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2003-06-13 21:54:21 +0000 |
commit | bc201df6b8f9989c329b7fd21bb5bcccfba9c56b (patch) | |
tree | 95fe625d7c0389cb16f005669be7bd9c1f4653aa /lib/libc/amd64 | |
parent | 95a96dcf7660df798f8f692c4f35a3d0afa2d788 (diff) | |
download | FreeBSD-src-bc201df6b8f9989c329b7fd21bb5bcccfba9c56b.zip FreeBSD-src-bc201df6b8f9989c329b7fd21bb5bcccfba9c56b.tar.gz |
We cannot use c99 on amd64 either due to lack of alloca(). libc:strptime()
uses alloca() and alloca is impossible to implement as a callable function
on amd64. It has to be a compiler builtin. Note that the bigger problem
is that libc is not c99 clean internally.
Diffstat (limited to 'lib/libc/amd64')
0 files changed, 0 insertions, 0 deletions