• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision48a333b652e4874f9fccccbc608fcedbe25909ea (tree)
Zeit2021-12-24 08:29:55
AutorYann Sionneau <ysionneau@kalr...>
CommiterWaldemar Brodkorb

Log Message

kvx: fix warning about BITS_PER_LONG not being defined

Signed-off-by: Yann Sionneau <ysionneau@kalray.eu>

Ändern Zusammenfassung

Diff

--- a/libc/sysdeps/linux/kvx/bits/kernel_types.h
+++ b/libc/sysdeps/linux/kvx/bits/kernel_types.h
@@ -7,6 +7,8 @@
77 #ifndef __ASM_GENERIC_POSIX_TYPES_H
88 #define __ASM_GENERIC_POSIX_TYPES_H
99
10+#include <asm/bitsperlong.h>
11+
1012 typedef unsigned long __kernel_dev_t;
1113 typedef unsigned long __kernel_ino_t;
1214 typedef unsigned int __kernel_mode_t;