diff options
| author | Rich Felker <dalias@aerifal.cx> | 2012-02-15 21:47:55 -0500 |
|---|---|---|
| committer | Rich Felker <dalias@aerifal.cx> | 2012-02-15 21:47:55 -0500 |
| commit | 414a4cdebc45925b59225cca208fee9c658b273e (patch) | |
| tree | b5268828e90988e2f0a40082d26c15808744fa40 /arch/x86_64/bits | |
| parent | fix default nameserver when resolv.conf doesn't exist (diff) | |
| download | grovel-414a4cdebc45925b59225cca208fee9c658b273e.tar.gz grovel-414a4cdebc45925b59225cca208fee9c658b273e.tar.xz | |
add float_t and double_t to math.h
Diffstat (limited to 'arch/x86_64/bits')
| -rwxr-xr-x | arch/x86_64/bits/alltypes.h.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86_64/bits/alltypes.h.sh b/arch/x86_64/bits/alltypes.h.sh index 10fc3d52..929a0f67 100755 --- a/arch/x86_64/bits/alltypes.h.sh +++ b/arch/x86_64/bits/alltypes.h.sh @@ -55,6 +55,9 @@ TYPEDEF uint64_t uint_fast64_t; TYPEDEF long intptr_t; TYPEDEF unsigned long uintptr_t; +TYPEDEF double float_t; +TYPEDEF double double_t; + TYPEDEF long time_t; TYPEDEF long suseconds_t; STRUCT timeval { time_t tv_sec; long tv_usec; }; |
