* include/bits/stdlib-ldbl.h: New file.

* include/bits/wchar-ldbl.h: New file.
This commit is contained in:
Jakub Jelinek 2006-02-01 09:30:43 +00:00
parent f13d04bae9
commit 5eb4509a66
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-01-30 Jakub Jelinek <jakub@redhat.com>
* include/bits/stdlib-ldbl.h: New file.
* include/bits/wchar-ldbl.h: New file.
2006-02-01 Jakub Jelinek <jakub@redhat.com>
* sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Fix a typo.

View File

@ -0,0 +1 @@
#include <stdlib/bits/stdlib-ldbl.h>

View File

@ -0,0 +1 @@
#include <wcsmbs/bits/wchar-ldbl.h>