[libc][Obvious] Rearrange few header targets to satisfy dependency order.
authorSiva Chandra Reddy <sivachandra@google.com>
Tue, 16 Aug 2022 22:32:29 +0000 (22:32 +0000)
committerSiva Chandra Reddy <sivachandra@google.com>
Tue, 16 Aug 2022 22:33:45 +0000 (22:33 +0000)
libc/include/llvm-libc-types/CMakeLists.txt

index e766b3e..b0f520b 100644 (file)
@@ -1,3 +1,5 @@
+add_header(off64_t HDR off64_t.h)
+add_header(size_t HDR size_t.h)
 add_header(__bsearchcompare_t HDR __bsearchcompare_t.h)
 add_header(__call_once_func_t HDR __call_once_func_t.h)
 add_header(__futex_word HDR __futex_word.h)
@@ -23,14 +25,12 @@ add_header(ino_t HDR ino_t.h)
 add_header(mode_t HDR mode_t.h)
 add_header(mtx_t HDR mtx_t.h DEPENDS .__futex_word .__mutex_type)
 add_header(off_t HDR off_t.h)
-add_header(off64_t HDR off64_t.h)
 add_header(once_flag HDR once_flag.h DEPENDS .__futex_word)
 add_header(pthread_attr_t HDR pthread_attr_t.h DEPENDS .size_t)
 add_header(pthread_key_t HDR pthread_key_t.h)
 add_header(pthread_mutex_t HDR pthread_mutex_t.h DEPENDS .__futex_word .__mutex_type)
 add_header(pthread_t HDR pthread_t.h DEPENDS .__thread_type)
 add_header(pthread_mutexattr_t HDR pthread_mutexattr_t.h)
-add_header(size_t HDR size_t.h)
 add_header(ssize_t HDR ssize_t.h)
 add_header(struct_dirent HDR struct_dirent.h DEPENDS .ino_t .off_t)
 add_header(struct_sigaction HDR struct_sigaction.h)