Skip to content

Commit

Permalink
xnu-4903.270.47
Browse files Browse the repository at this point in the history
  • Loading branch information
Darwin authored and das committed Jan 11, 2021
1 parent f8fc7be commit b6dbbb9
Show file tree
Hide file tree
Showing 2,591 changed files with 431,718 additions and 388,552 deletions.
122 changes: 0 additions & 122 deletions .clang-format

This file was deleted.

5 changes: 3 additions & 2 deletions EXTERNAL_HEADERS/architecture/i386/desc.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
* Copyright (c) 2000-2019 Apple Computer, Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
Expand Down Expand Up @@ -50,7 +50,8 @@ typedef struct code_desc {
dpl :2,
present :1;
unsigned char limit16 :4,
:2,
:1,
Lflag :1,
opsz :1,
#define DESC_CODE_16B 0
#define DESC_CODE_32B 1
Expand Down
15 changes: 14 additions & 1 deletion EXTERNAL_HEADERS/img4/api.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
#error "Please #include <img4/img4.h> instead of this file directly"
#endif // __IMG4_INDIRECT

#if IMG4_TAPI
#include <stdint.h>
#endif

#ifndef KERNEL
#include <os/availability.h>
#endif
Expand Down Expand Up @@ -36,14 +40,23 @@
* individual preprocessor macros in this header that declare new behavior as
* required.
*/
#define IMG4_API_VERSION (20180112u)
#define IMG4_API_VERSION (20181106u)

#if !defined(KERNEL) && !IMG4_PROJECT_BUILD
#define IMG4_API_AVAILABLE_20180112 \
__API_UNAVAILABLE(macos) \
API_AVAILABLE(ios(12.0), tvos(12.0), watchos(5.0))
#define IMG4_API_AVAILABLE_20181004 \
__API_UNAVAILABLE(macos) \
API_AVAILABLE(ios(12.2), tvos(12.2), watchos(5.2))
#define IMG4_API_AVAILABLE_20181106 \
__API_UNAVAILABLE(macos) \
API_AVAILABLE(ios(12.2), tvos(12.2), watchos(5.2))
#define IMG4_API_AVAILABLE_20181106
#else
#define IMG4_API_AVAILABLE_20180112
#define IMG4_API_AVAILABLE_20181004
#define IMG4_API_AVAILABLE_20181106
#endif

/*!
Expand Down
Loading

0 comments on commit b6dbbb9

Please sign in to comment.