summaryrefslogtreecommitdiffstats
path: root/src/arch/x86_64/include/bits/stdint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86_64/include/bits/stdint.h')
-rw-r--r--src/arch/x86_64/include/bits/stdint.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/x86_64/include/bits/stdint.h b/src/arch/x86_64/include/bits/stdint.h
index 9eb72e9c..fe1f9946 100644
--- a/src/arch/x86_64/include/bits/stdint.h
+++ b/src/arch/x86_64/include/bits/stdint.h
@@ -1,6 +1,8 @@
#ifndef _BITS_STDINT_H
#define _BITS_STDINT_H
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+
typedef __SIZE_TYPE__ size_t;
typedef signed long ssize_t;
typedef signed long off_t;