aboutsummaryrefslogtreecommitdiff
path: root/libc/src/threads/linux
diff options
context:
space:
mode:
authorGuillaume Chatelet <gchatelet@google.com>2023-02-09 09:20:39 +0000
committerGuillaume Chatelet <gchatelet@google.com>2023-02-09 09:20:46 +0000
commitf100ec2517e94eb9d7a488c105d311fa5029fbef (patch)
tree83043ecac8b9bba6ded0c266556fc2a5edfb263c /libc/src/threads/linux
parent749f7f918d3159e3ed331075408a52a53b8b3c0d (diff)
downloadllvm-f100ec2517e94eb9d7a488c105d311fa5029fbef.zip
llvm-f100ec2517e94eb9d7a488c105d311fa5029fbef.tar.gz
llvm-f100ec2517e94eb9d7a488c105d311fa5029fbef.tar.bz2
[libc][NFC] Move architectures.h to properties subfolder
Diffstat (limited to 'libc/src/threads/linux')
-rw-r--r--libc/src/threads/linux/Futex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/src/threads/linux/Futex.h b/libc/src/threads/linux/Futex.h
index b96713a..53e2858 100644
--- a/libc/src/threads/linux/Futex.h
+++ b/libc/src/threads/linux/Futex.h
@@ -9,7 +9,7 @@
#ifndef LLVM_LIBC_SRC_THREADS_LINUX_FUTEX_H
#define LLVM_LIBC_SRC_THREADS_LINUX_FUTEX_H
-#include "src/__support/macros/architectures.h" // Architecture macros
+#include "src/__support/macros/properties/architectures.h" // Architecture macros
namespace __llvm_libc {