root / trunk / tool / include.diff
| Revision 500, 23.8 kB (checked in by saurik, 1 week ago) |
|---|
-
usr/include/Security/Authorization.h
30 30 #ifndef _SECURITY_AUTHORIZATION_H_ 31 31 #define _SECURITY_AUTHORIZATION_H_ 32 32 33 #include < CoreServices/../Frameworks/CarbonCore.framework/Headers/MacTypes.h>33 #include <MacTypes.h> 34 34 #include <stdio.h> 35 35 36 36 #if defined(__cplusplus) -
usr/include/Availability.h
diff --git /usr/include/Availability.h /usr/include/Availability.h index 1c3e1cf..cb81edb 100644
98 98 #define __MAC_10_6 1060 99 99 #define __MAC_NA 9999 /* not available */ 100 100 101 #define __IPHONE_1_0 10000 102 #define __IPHONE_1_2 10200 101 103 #define __IPHONE_2_0 20000 102 104 #define __IPHONE_NA 99999 /* not available */ 103 105 -
usr/include/AvailabilityInternal.h
diff --git /usr/include/AvailabilityInternal.h /usr/include/AvailabilityInternal.h
21 21 #ifndef __IPHONE_OS_VERSION_MIN_REQUIRED 22 22 #ifdef __ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__ 23 23 // compiler sets __ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__ when -miphoneos-version-min is used 24 #define __IPHONE_OS_VERSION_MIN_REQUIRED __ENVIRONMENT_IPHONE_ VERSION_MIN_REQUIRED__24 #define __IPHONE_OS_VERSION_MIN_REQUIRED __ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__ 25 25 #endif 26 26 #endif 27 27 … … 31 31 #ifndef __IPHONE_OS_VERSION_MAX_ALLOWED 32 32 #define __IPHONE_OS_VERSION_MAX_ALLOWED __IPHONE_2_0 33 33 #endif 34 // make sure a valid min is set35 #if __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_2_036 #undef __IPHONE_OS_VERSION_MIN_REQUIRED37 #define __IPHONE_OS_VERSION_MIN_REQUIRED __IPHONE_2_038 #endif39 34 40 35 // set up internal macros 41 36 #if __IPHONE_OS_VERSION_MAX_ALLOWED < __IPHONE_2_0 … … 45 40 #else 46 41 #define __AVAILABILITY_INTERNAL__IPHONE_2_0 47 42 #endif 43 #if __IPHONE_OS_VERSION_MAX_ALLOWED < __IPHONE_1_2 44 #define __AVAILABILITY_INTERNAL__IPHONE_1_2 __AVAILABILITY_INTERNAL_UNAVAILABLE 45 #elif __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_1_2 46 #define __AVAILABILITY_INTERNAL__IPHONE_1_2 __AVAILABILITY_INTERNAL_WEAK_IMPORT 47 #else 48 #define __AVAILABILITY_INTERNAL__IPHONE_1_2 49 #endif 48 50 #define __AVAILABILITY_INTERNAL__IPHONE_NA __AVAILABILITY_INTERNAL_UNAVAILABLE 49 51 #define __AVAILABILITY_INTERNAL__IPHONE_2_0_DEP__IPHONE_NA __AVAILABILITY_INTERNAL__IPHONE_2_0 50 52 #define __AVAILABILITY_INTERNAL__IPHONE_2_0_DEP__IPHONE_2_0 __AVAILABILITY_INTERNAL_DEPRECATED … … 50 50 #define __AVAILABILITY_INTERNAL__IPHONE_2_0_DEP__IPHONE_2_0 __AVAILABILITY_INTERNAL_DEPRECATED 51 51 #define __AVAILABILITY_INTERNAL__IPHONE_NA_DEP__IPHONE_NA __AVAILABILITY_INTERNAL_UNAVAILABLE 52 52 53 #if __IPHONE_OS_VERSION_MIN_REQUIRED >= __IPHONE_1_2 54 #define __AVAILABILITY_INTERNAL__IPHONE_1_0_DEP__IPHONE_1_2 __AVAILABILITY_INTERNAL_DEPRECATED 55 #else 56 #define __AVAILABILITY_INTERNAL__IPHONE_1_0_DEP__IPHONE_1_2 __AVAILABILITY_INTERNAL__IPHONE_1_0 57 #endif 58 #if __IPHONE_OS_VERSION_MIN_REQUIRED >= __IPHONE_2_0 59 #define __AVAILABILITY_INTERNAL__IPHONE_1_0_DEP__IPHONE_2_0 __AVAILABILITY_INTERNAL_DEPRECATED 60 #define __AVAILABILITY_INTERNAL__IPHONE_1_2_DEP__IPHONE_2_0 __AVAILABILITY_INTERNAL_DEPRECATED 61 #else 62 #define __AVAILABILITY_INTERNAL__IPHONE_1_0_DEP__IPHONE_2_0 __AVAILABILITY_INTERNAL__IPHONE_1_0 63 #define __AVAILABILITY_INTERNAL__IPHONE_1_2_DEP__IPHONE_2_0 __AVAILABILITY_INTERNAL__IPHONE_1_2 64 #endif 65 53 66 #elif defined(__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__) 54 67 // compiler for Mac OS X sets __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ 55 68 #define __MAC_OS_X_VERSION_MIN_REQUIRED __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ -
usr/include/AvailabilityMacros.h
84 84 #ifdef __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ 85 85 #define MAC_OS_X_VERSION_MIN_REQUIRED __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ 86 86 #else 87 #if __ppc64__ || __i386__ || __x86_64__ 87 #ifdef __ENVIRONMENT_ASPEN_VERSION_MIN_REQUIRED__ 88 #if __ENVIRONMENT_ASPEN_VERSION_MIN_REQUIRED__ < 10200 89 #define MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_4 90 #else 91 #define MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_5 92 #endif 93 #elif __ppc64__ || __i386__ || __x86_64__ 88 94 #define MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_4 89 95 #elif __arm__ 90 96 #define MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_5 -
usr/include/sys/cdefs.h
diff --git /usr/include/sys/cdefs.h /usr/include/sys/cdefs.h index 64e4e8b..0f43f4c 100644
253 253 254 254 /* These settings are particular to each product. */ 255 255 /* Product: iPhone */ 256 #if __ENVIRONMENT_ASPEN_VERSION_MIN_REQUIRED__-0 >= 20000 256 257 #define __DARWIN_ONLY_64_BIT_INO_T 1 258 #endif 257 259 #define __DARWIN_ONLY_UNIX_CONFORMANCE 1 258 260 #define __DARWIN_ONLY_VERS_1050 1 259 261 -
usr/include/CoreFoundation/CoreFoundation.h
78 78 #include <CoreFoundation/CFMachPort.h> 79 79 #include <CoreFoundation/CFUserNotification.h> 80 80 #endif 81 #if (TARGET_OS_MAC && !TARGET_OS_EMBEDDED) 81 #if (TARGET_OS_MAC && !TARGET_OS_EMBEDDED) || TARGET_OS_EMBEDDED 82 82 #include <CoreFoundation/CFXMLNode.h> 83 83 #include <CoreFoundation/CFXMLParser.h> 84 84 #ifndef CF_OPEN_SOURCE -
usr/include/WebCore/EventTargetNode.h
diff --git /usr/include/WebCore/EventTargetNode.h /usr/include/WebCore/EventTargetNode.h index f44e158..728b6d3 100644
102 102 friend class EventTarget; 103 103 RegisteredEventListenerList* m_regdListeners; 104 104 105 HashMap<Node *, int> * EventTargetNode::WebThreadGetCurrentDOMMouseWheelEventListeners();106 HashMap<Node *, int> * EventTargetNode::WebThreadGetCurrentDOMMouseMoveEventListeners();107 HashMap<Node *, int> * EventTargetNode::WebThreadGetCurrentDOMMouseClickEventListeners();105 HashMap<Node *, int> * WebThreadGetCurrentDOMMouseWheelEventListeners(); 106 HashMap<Node *, int> * WebThreadGetCurrentDOMMouseMoveEventListeners(); 107 HashMap<Node *, int> * WebThreadGetCurrentDOMMouseClickEventListeners(); 108 108 109 109 private: 110 110 virtual void refEventTarget() { ref(); } -
usr/include/CarbonCore/FixMath.h
90 90 91 91 #else 92 92 93 #error "Unknown architecture."93 //#error "Unknown architecture." 94 94 // To use unoptimized standard C code, remove above line. 95 95 #define _IntSaturate(x) ((x) <= -0x1p31f ? (int) -0x80000000 : \ 96 96 0x1p31f <= (x) ? (int) 0x7fffffff : (int) (x)) -
usr/include/CarbonCore/fp.h
1314 1314 * dec2l Similar to dec2num except a long is returned. * 1315 1315 * * 1316 1316 ********************************************************************************/ 1317 #if TARGET_CPU_PPC || TARGET_CPU_X86 || TARGET_CPU_PPC64 || TARGET_CPU_X86_64 1317 #if TARGET_CPU_PPC || TARGET_CPU_X86 || TARGET_CPU_PPC64 || TARGET_CPU_X86_64 || TARGET_CPU_ARM 1318 1318 #define SIGDIGLEN 36 1319 1319 #endif 1320 1320 #define DECSTROUTLEN 80 /* max length for dec2str output */ -
usr/include/machine/locks.h
27 27 #include "ppc/locks.h" 28 28 #elif defined (__i386__) 29 29 #include "i386/locks.h" 30 #elif defined (__arm__) 31 #include "arm/locks.h" 30 32 #else 31 33 #error architecture not supported 32 34 #endif -
usr/include/CarbonCore/MachineExceptions.h
277 277 typedef struct ExceptionInformation ExceptionInformation; 278 278 #endif /* TARGET_CPU_X86 */ 279 279 280 #if TARGET_CPU_ARM 281 282 struct MachineInformationARM { 283 int unused; 284 }; 285 typedef struct MachineInformationARM MachineInformationARM; 286 287 struct RegisterInformationARM { 288 unsigned int R0; 289 unsigned int R1; 290 unsigned int R2; 291 unsigned int R3; 292 unsigned int R4; 293 unsigned int R5; 294 unsigned int R6; 295 unsigned int R7; 296 unsigned int R8; 297 unsigned int R9; 298 unsigned int R10; 299 unsigned int R11; 300 unsigned int R12; 301 unsigned int R13; 302 unsigned int R14; 303 unsigned int R15; 304 unsigned int R16; 305 unsigned int R17; 306 }; 307 typedef struct RegisterInformationARM RegisterInformationARM; 308 309 struct FPUInformationARM { 310 unsigned int dunno; /* FIXME */ 311 }; 312 typedef struct FPUInformationARM FPUInformationARM; 313 314 struct VectorInformationARM { 315 unsigned int dunno[8]; 316 }; 317 typedef struct VectorInformationARM VectorInformationARM; 318 319 typedef MachineInformationARM MachineInformation; 320 typedef RegisterInformationARM RegisterInformation; 321 typedef FPUInformationARM FPUInformation; 322 typedef VectorInformationARM VectorInformation; 323 struct ExceptionInformation { 324 ExceptionKind theKind; 325 MachineInformation * machineState; 326 RegisterInformation * registerImage; 327 FPUInformation * FPUImage; 328 ExceptionInfo info; 329 VectorInformation * vectorImage; 330 }; 331 typedef struct ExceptionInformation ExceptionInformation; 332 #endif 333 280 334 /* 281 335 Note: An ExceptionHandler is NOT a UniversalProcPtr, except in Carbon. 282 336 It must be a PowerPC function pointer with NO routine descriptor, -
Foundation/NSAffineTransform.h
diff -ru /apl/inc/Foundation/NSAffineTransform.h /apl/32/Foundation/NSAffineTransform.h
old new 4 4 5 5 #import <Foundation/NSObject.h> 6 6 #import <Foundation/NSGeometry.h> 7 #import < ApplicationServices/../Frameworks/CoreGraphics.framework/Headers/CGAffineTransform.h>7 #import <CoreGraphics/CGAffineTransform.h> 8 8 9 9 typedef struct { 10 10 CGFloat m11, m12, m21, m22; -
usr/include/Foundation/NSFileManager.h
diff --git /usr/include/Foundation/NSFileManager.h /usr/include/Foundation/NSFileManager.h index a394b96..216a43f 100644
97 97 - (BOOL)linkPath:(NSString *)src toPath:(NSString *)dest handler:(id)handler; 98 98 - (BOOL)copyPath:(NSString *)src toPath:(NSString *)dest handler:(id)handler; 99 99 - (BOOL)movePath:(NSString *)src toPath:(NSString *)dest handler:(id)handler; 100 - (BOOL)removeFileAtPath:(NSString *)path handler:(id)handler;101 100 #endif 101 - (BOOL)removeFileAtPath:(NSString *)path handler:(id)handler; 102 102 103 103 /* Process working directory management. Despite the fact that these are instance methods on NSFileManager, these methods report and change (respectively) the working directory for the entire process. Developers are cautioned that doing so is fraught with peril. 104 104 */ -
Foundation/NSGeometry.h
diff -ru /apl/inc/Foundation/NSGeometry.h /apl/32/Foundation/NSGeometry.h
old new 6 6 #import <Foundation/NSValue.h> 7 7 #import <Foundation/NSCoder.h> 8 8 9 #import < ApplicationServices/../Frameworks/CoreGraphics.framework/Headers/CGBase.h>10 #import < ApplicationServices/../Frameworks/CoreGraphics.framework/Headers/CGGeometry.h>9 #import <CoreGraphics/CGBase.h> 10 #import <CoreGraphics/CGGeometry.h> 11 11 12 12 #if __LP64__ || NS_BUILD_32_LIKE_64 13 13 -
usr/include/AppKit/NSOpenGL.h
diff --git /usr/include/AppKit/NSOpenGL.h /usr/include/AppKit/NSOpenGL.h index 5a8eaf4..e3ccb99 100644
6 6 */ 7 7 8 8 #import <Foundation/NSObject.h> 9 10 #ifdef __arm__ 11 #import <OpenGLES/ES1/gl.h> 12 #else 9 13 #import <OpenGL/gl.h> 14 #endif 10 15 11 16 @class NSData, NSView, NSScreen; 12 17 -
usr/include/CoreVideo/CVDisplayLink.h
diff --git /usr/include/CoreVideo/CVDisplayLink.h /usr/include/CoreVideo/CVDisplayLink.h index d08c03a..56a8b08 100644
24 24 #include <ApplicationServices/ApplicationServices.h> 25 25 #include <CoreVideo/CVReturn.h> 26 26 #include <CoreVideo/CVBase.h> 27 28 #ifdef __arm__ 29 #include <OpenGLES/EAGL.h> 30 #else 27 31 #include <OpenGL/OpenGL.h> 32 #endif 28 33 29 34 #if defined(__cplusplus) 30 35 extern "C" { -
usr/include/CoreVideo/CVOpenGLBuffer.h
diff --git /usr/include/CoreVideo/CVOpenGLBuffer.h /usr/include/CoreVideo/CVOpenGLBuffer.h index d64a896..732637f 100644
17 17 #define __COREVIDEO_CVOPENGLBUFFER_H__ 1 18 18 19 19 #include <CoreVideo/CVImageBuffer.h> 20 21 #ifdef __arm__ 22 #include <OpenGLES/EAGL.h> 23 #include <OpenGLES/ES1/gl.h> 24 #else 20 25 #include <OpenGL/OpenGL.h> 21 26 #include <OpenGL/gl.h> 27 #endif 22 28 23 29 24 30 #if defined(__cplusplus) -
usr/include/CoreVideo/CVOpenGLTexture.h
diff --git /usr/include/CoreVideo/CVOpenGLTexture.h /usr/include/CoreVideo/CVOpenGLTexture.h index 352096e..04d2a62 100644
20 20 #include <CoreVideo/CVReturn.h> 21 21 #include <CoreVideo/CVImageBuffer.h> 22 22 #include <ApplicationServices/ApplicationServices.h> 23 24 #ifdef __arm__ 25 #include <OpenGLES/EAGL.h> 26 #include <OpenGLES/ES1/gl.h> 27 #else 23 28 #include <OpenGL/OpenGL.h> 24 29 #include <OpenGL/gl.h> 30 #endif 31 25 32 #include <stddef.h> 26 33 #include <stdint.h> 27 34 -
usr/include/CoreVideo/CVOpenGLTextureCache.h
diff --git /usr/include/CoreVideo/CVOpenGLTextureCache.h /usr/include/CoreVideo/CVOpenGLTextureCache.h index bb3000e..8b4628b 100644
13 13 #include <CoreVideo/CVReturn.h> 14 14 #include <CoreVideo/CVBuffer.h> 15 15 #include <CoreVideo/CVOpenGLTexture.h> 16 17 #ifdef __arm__ 18 #include <OpenGLES/EAGL.h> 19 #else 16 20 #include <OpenGL/OpenGL.h> 21 #endif 17 22 18 23 #if defined(__cplusplus) 19 24 extern "C" { -
usr/include/QuartzCore/CAOpenGLLayer.h
diff --git /usr/include/QuartzCore/CAOpenGLLayer.h /usr/include/QuartzCore/CAOpenGLLayer.h index 0991768..fd6543c 100644
5 5 6 6 #import <QuartzCore/CALayer.h> 7 7 #import <QuartzCore/CVBase.h> 8 9 #ifdef __arm__ 10 #import <OpenGLES/EAGL.h> 11 #else 8 12 #import <OpenGL/OpenGL.h> 13 #endif 9 14 10 15 @interface CAOpenGLLayer : CALayer 11 16 { -
usr/include/OSServices/OSServices.h
diff --git /usr/include/OSServices/OSServices.h /usr/include/OSServices/OSServices.h index f14355d..c3295cf 100644
53 53 #include <OSServices/WSTypes.h> 54 54 #endif 55 55 56 #if (TARGET_OS_MAC && !(TARGET_OS_EMBEDDED || TARGET_OS_IPHONE)) 56 57 #ifndef __WSMETHODINVOCATION__ 57 58 #include <OSServices/WSMethodInvocation.h> 58 59 #endif … … 60 61 #ifndef __WSPROTOCOLHANDLER__ 61 62 #include <OSServices/WSProtocolHandler.h> 62 63 #endif 64 #endif 63 65 64 66 65 67 #if !__LP64__ -
usr/include/Security/KCExceptions.h
diff --git /usr/include/Security/KCExceptions.h /usr/include/Security/KCExceptions.h index 3c62f78..e0abd87 100644
28 28 #ifndef _SECURITY_KCEXCEPTIONS_H_ 29 29 #define _SECURITY_KCEXCEPTIONS_H_ 30 30 31 #include <C oreServices/../Frameworks/CarbonCore.framework/Headers/MacErrors.h>31 #include <CarbonCore/MacErrors.h> 32 32 #include <security_utilities/errors.h> 33 33 34 34 #ifdef lock -
usr/include/Security/KCUtilities.h
diff --git /usr/include/Security/KCUtilities.h /usr/include/Security/KCUtilities.h index 7658350..137ac00 100644
25 25 #define _SECURITY_KCUTILITIES_H_ 26 26 27 27 #include <security_utilities/errors.h> 28 #include <C oreServices/../Frameworks/CarbonCore.framework/Headers/MacErrors.h>28 #include <CarbonCore/MacErrors.h> 29 29 30 30 namespace Security 31 31 { -
usr/include/Security/Keychains.h
diff --git /usr/include/Security/Keychains.h /usr/include/Security/Keychains.h index 90ef927..f6e8e78 100644
106 106 typedef KeychainSchemaImpl Impl; 107 107 }; 108 108 109 109 class ItemImpl; 110 110 class KeychainImpl : public SecCFObject, private CssmClient::Db::DefaultCredentialsMaker 111 111 { 112 112 NOCOPY(KeychainImpl) -
usr/include/Security/cs.h
diff --git /usr/include/Security/cs.h /usr/include/Security/cs.h index d7957fc..87e31ca 100644
31 31 #include <Security/CodeSigning.h> 32 32 #include <Security/SecCodeSigner.h> 33 33 #include <Security/SecBasePriv.h> 34 #include <C oreServices/../Frameworks/CarbonCore.framework/Headers/MacErrors.h>34 #include <CarbonCore/MacErrors.h> 35 35 #include <security_utilities/globalizer.h> 36 36 #include <security_utilities/seccfobject.h> 37 37 #include <security_utilities/cfclass.h> -
usr/include/Security/cspclient.h
diff --git /usr/include/Security/cspclient.h /usr/include/Security/cspclient.h index 8aab4b4..2ffe721 100644
67 67 Context(const CSP &csp, CSSM_ALGORITHMS alg = CSSM_ALGID_NONE); 68 68 ~Context(); 69 69 70 CSP Context::attachment() const { return parent<CSP>(); }71 Module Context::module() const { return attachment()->module(); }70 CSP attachment() const { return parent<CSP>(); } 71 Module module() const { return attachment()->module(); } 72 72 73 73 CSSM_ALGORITHMS algorithm() const { return mAlgorithm; } 74 74 void algorithm(CSSM_ALGORITHMS alg); -
usr/include/Security/mach++.h
diff --git /usr/include/Security/mach++.h /usr/include/Security/mach++.h index 93cae91..e539b83 100644
192 192 mutable char nameBuffer[BOOTSTRAP_MAX_NAME_LEN]; 193 193 194 194 protected: 195 char * Bootstrap::makeName(const char *s) const195 char *makeName(const char *s) const 196 196 { return strncpy(nameBuffer, s, BOOTSTRAP_MAX_NAME_LEN); } 197 197 }; 198 198 -
usr/include/Security/objectacl.h
diff --git /usr/include/Security/objectacl.h /usr/include/Security/objectacl.h index 0be1f62..c9ec079 100644
125 125 virtual bool validate(const AclValidationContext &ctx) const = 0; 126 126 127 127 template <class Action> 128 void ObjectAcl::Entry::exportBlob(Action &pub, Action &priv)128 void exportBlob(Action &pub, Action &priv) 129 129 { 130 130 Endian<uint32> del = delegate; pub(del); // 4 bytes delegate flag 131 131 exportSubject(subject, pub, priv); // subject itself (polymorphic) … … 197 197 // These helpers deal with transferring one subject from/to reader/writer streams. 198 198 // You'd usually only call those from complex subject implementations (e.g. threshold) 199 199 template <class Action> 200 static void ObjectAcl::exportSubject(AclSubject *subject, Action &pub, Action &priv)200 static void exportSubject(AclSubject *subject, Action &pub, Action &priv) 201 201 { 202 202 Endian<uint32> typeAndVersion = subject->type() | subject->version() << AclSubject::versionShift; 203 203 pub(typeAndVersion); -
usr/include/arm/signal.h
13 13 14 14 #ifndef _ANSI_SOURCE 15 15 16 typedef int sig_atomic_t; 17 16 18 #ifdef __APPLE_API_OBSOLETE 17 19 18 20 #if !defined(_POSIX_C_SOURCE) || defined(_DARWIN_C_SOURCE) … … 20 22 #define __need_struct_sigcontext 21 23 #include <arm/_structs.h> 22 24 23 typedef int sig_atomic_t;24 25 25 #endif /* (_POSIX_C_SOURCE && !_DARWIN_C_SOURCE) */ 26 26 27 27 #endif /* __APPLE_API_OBSOLETE */ -
usr/include/mach/arm/_structs.h
diff --git /usr/include/mach/arm/_structs.h /usr/include/mach/arm/_structs.h index e130afa..1f98c98 100644
25 25 }; 26 26 #endif /* __DARWIN_UNIX03 */ 27 27 28 #if __DARWIN_UNIX03 28 #if __DARWIN_UNIX03 || 1 29 29 #define _STRUCT_ARM_THREAD_STATE struct __darwin_arm_thread_state 30 30 _STRUCT_ARM_THREAD_STATE 31 31 { -
usr/include/arm/_structs.h
diff --git /usr/include/arm/_structs.h /usr/include/arm/_structs.h index 2834b48..6c14349 100644
38 38 #endif /* _STRUCT_MCONTEXT */ 39 39 #endif /* __need_struct_mcontext */ 40 40 41 #ifdef __need_mcontext_t 42 #undef __need_mcontext_t 43 #ifndef _MCONTEXT_T 44 #define _MCONTEXT_T 45 typedef _STRUCT_MCONTEXT *mcontext_t; 46 #endif /* _MCONTEXT_T */ 47 #endif /* __need_mcontext_t */ 48 41 49 #if !defined(_POSIX_C_SOURCE) || defined(_DARWIN_C_SOURCE) 42 50 #ifndef ARM_MCONTEXT_SIZE 43 51 #define ARM_MCONTEXT_SIZE (ARM_THREAD_STATE_COUNT + ARM_VFP_STATE_COUNT + ARM_EXCEPTION_STATE_COUNT) * sizeof(int) -
usr/include/mach/arm/thread_status.h
diff --git /usr/include/mach/arm/thread_status.h /usr/include/mach/arm/thread_status.h index 69f9f4f..cc66a92 100755
2 2 #define _MACH_ARM_THREAD_STATUS_H_ 3 3 4 4 #define ARM_THREAD_STATE 1 5 #define THREAD_STATE_NONE 2 5 6 6 7 typedef struct arm_thread_state { 7 8 unsigned int r0; -
usr/include/arm/_types.h
diff --git /usr/include/arm/_types.h /usr/include/arm/_types.h index 4817457..30c9891 100644
15 15 typedef char __int8_t; 16 16 #endif /* !__GNUC__ */ 17 17 typedef unsigned char __uint8_t; 18 typedef unsigned short__int16_t;18 typedef short __int16_t; 19 19 typedef unsigned short __uint16_t; 20 20 typedef int __int32_t; 21 21 typedef unsigned int __uint32_t; -
usr/include/util.h
diff --git /usr/include/util.h /usr/include/util.h index c70c6fb..1effc37 100644
86 86 87 87 __BEGIN_DECLS 88 88 struct utmp; /* forward reference to /usr/include/utmp.h */ 89 void login(struct utmp *) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0,__MAC_10_5,__IPHONE_ NA,__IPHONE_NA);89 void login(struct utmp *) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0,__MAC_10_5,__IPHONE_1_2,__IPHONE_2_0); 90 90 int login_tty(int); 91 int logout(const char *) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0,__MAC_10_5,__IPHONE_ NA,__IPHONE_NA);91 int logout(const char *) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0,__MAC_10_5,__IPHONE_1_2,__IPHONE_2_0); 92 92 void logwtmp(const char *, const char *, const char *) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0,__MAC_10_5,__IPHONE_2_0,__IPHONE_2_0); 93 93 int opendev(char *, int, int, char **); 94 94 int openpty(int *, int *, char *, struct termios *, -
usr/include/utmp.h
92 92 time_t ll_time; 93 93 char ll_line[UT_LINESIZE]; 94 94 char ll_host[UT_HOSTSIZE]; 95 } __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0,__MAC_10_5,__IPHONE_ NA,__IPHONE_NA);95 } __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0,__MAC_10_5,__IPHONE_1_2,__IPHONE_2_0); 96 96 97 97 struct utmp { 98 98 char ut_line[UT_LINESIZE]; 99 99 char ut_name[UT_NAMESIZE]; 100 100 char ut_host[UT_HOSTSIZE]; 101 101 long ut_time; 102 } __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0,__MAC_10_5,__IPHONE_ NA,__IPHONE_NA);102 } __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0,__MAC_10_5,__IPHONE_1_2,__IPHONE_2_0); 103 103 104 104 #endif /* !_UTMP_H_ */ -
usr/include/c++/4.0.0/arm-apple-darwin8/bits/c++config.h
diff --git /usr/include/c++/4.0.0/arm-apple-darwin8/bits/c++config.h /usr/include/c++/4.0.0/arm-apple-darwin8/bits/c++config.h index b570daa..3309946 100644
127 127 #define _GLIBCXX_USE_C99_COMPLEX 1 128 128 129 129 // Define if code specialized for wchar_t should be used. 130 #define _GLIBCXX_USE_WCHAR_T 1 130 /* #undef _GLIBCXX_USE_WCHAR_T */ 131 131 132 132 // Define if using setrlimit to set resource limits during 'make check'. 133 133 #define _GLIBCXX_RES_LIMITS 1 -
usr/include/c++/4.0.0/bits/stringfwd.h
diff --git /usr/include/c++/4.0.0/bits/stringfwd.h /usr/include/c++/4.0.0/bits/stringfwd.h index 99d3ce3..cc033d6 100644
61 61 62 62 #ifdef _GLIBCXX_USE_WCHAR_T 63 63 template<> struct char_traits<wchar_t>; 64 #endif 64 65 65 66 typedef basic_string<wchar_t> wstring; 66 #endif67 67 } // namespace std 68 68 69 69 #endif // _STRINGFWD_H
Note: See TracBrowser
for help on using the browser.
