[hackers] [scc] [libc] Fix stdint.h || Quentin Rameau

From: <git_AT_suckless.org>
Date: Thu, 2 Mar 2017 13:29:09 +0100 (CET)

commit be3ad922e530e074258cb5da7a3259efd6c04b96
Author: Quentin Rameau <quinq_AT_fifth.space>
AuthorDate: Thu Mar 2 10:34:46 2017 +0100
Commit: Quentin Rameau <quinq_AT_fifth.space>
CommitDate: Thu Mar 2 13:27:49 2017 +0100

    [libc] Fix stdint.h

diff --git a/libc/include/bits/amd64-sysv/arch/stdint.h b/libc/include/bits/amd64-sysv/arch/stdint.h
index d23765f..5d609d8 100644
--- a/libc/include/bits/amd64-sysv/arch/stdint.h
+++ b/libc/include/bits/amd64-sysv/arch/stdint.h
_AT_@ -25,10 +25,10 @@ typedef int int16_fast_t;
 typedef int int32_fast_t;
 typedef long int64_fast_t;
 
-typedef unsigned int8_fast_t;
-typedef unsigned int16_fast_t;
-typedef unsigned int32_fast_t;
-typedef unsigned long int64_fast_t;
+typedef unsigned uint8_fast_t;
+typedef unsigned uint16_fast_t;
+typedef unsigned uint32_fast_t;
+typedef unsigned long uint64_fast_t;
 
 typedef long intptr_t;
 typedef unsigned long uintptr_t;
diff --git a/libc/include/bits/i386-sysv/arch/stdint.h b/libc/include/bits/i386-sysv/arch/stdint.h
index f9686ce..6941ce6 100644
--- a/libc/include/bits/i386-sysv/arch/stdint.h
+++ b/libc/include/bits/i386-sysv/arch/stdint.h
_AT_@ -25,10 +25,10 @@ typedef int int16_fast_t;
 typedef int int32_fast_t;
 typedef long long int64_fast_t;
 
-typedef unsigned int8_fast_t;
-typedef unsigned int16_fast_t;
-typedef unsigned int32_fast_t;
-typedef unsigned long long int64_fast_t;
+typedef unsigned uint8_fast_t;
+typedef unsigned uint16_fast_t;
+typedef unsigned uint32_fast_t;
+typedef unsigned long long uint64_fast_t;
 
 typedef intptr_t long;
 typedef long long uintptr_t unsigned;
diff --git a/libc/include/bits/qbe/arch/stdint.h b/libc/include/bits/qbe/arch/stdint.h
index d23765f..5d609d8 100644
--- a/libc/include/bits/qbe/arch/stdint.h
+++ b/libc/include/bits/qbe/arch/stdint.h
_AT_@ -25,10 +25,10 @@ typedef int int16_fast_t;
 typedef int int32_fast_t;
 typedef long int64_fast_t;
 
-typedef unsigned int8_fast_t;
-typedef unsigned int16_fast_t;
-typedef unsigned int32_fast_t;
-typedef unsigned long int64_fast_t;
+typedef unsigned uint8_fast_t;
+typedef unsigned uint16_fast_t;
+typedef unsigned uint32_fast_t;
+typedef unsigned long uint64_fast_t;
 
 typedef long intptr_t;
 typedef unsigned long uintptr_t;
Received on Thu Mar 02 2017 - 13:29:09 CET

This archive was generated by hypermail 2.3.0 : Thu Mar 02 2017 - 13:36:18 CET