this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Make wint_t signed. Fixes #244

+10 -10
+5 -5
kernel-include/i386/_types.h
··· 2 2 * Copyright (c) 2000-2003 Apple Computer, Inc. All rights reserved. 3 3 * 4 4 * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ 5 - * 5 + * 6 6 * This file contains Original Code and/or Modifications of Original Code 7 7 * as defined in and that are subject to the Apple Public Source License 8 8 * Version 2.0 (the 'License'). You may not use this file except in ··· 11 11 * unlawful or unlicensed copies of an Apple operating system, or to 12 12 * circumvent, violate, or enable the circumvention or violation of, any 13 13 * terms of an Apple operating system software license agreement. 14 - * 14 + * 15 15 * Please obtain a copy of the License at 16 16 * http://www.opensource.apple.com/apsl/ and read it before using this file. 17 - * 17 + * 18 18 * The Original Code and all software distributed under the License are 19 19 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER 20 20 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, ··· 22 22 * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. 23 23 * Please see the License for the specific language governing rights and 24 24 * limitations under the License. 25 - * 25 + * 26 26 * @APPLE_OSREFERENCE_LICENSE_HEADER_END@ 27 27 */ 28 28 #ifndef _BSD_I386__TYPES_H_ ··· 106 106 107 107 typedef __darwin_wchar_t __darwin_rune_t; /* rune_t */ 108 108 109 - #if defined(__GNUC__) && defined(__WINT_TYPE__) 109 + #if defined(__GNUC__) && defined(__WINT_TYPE__) && !defined(DARLING) 110 110 typedef __WINT_TYPE__ __darwin_wint_t; /* wint_t */ 111 111 #else 112 112 typedef __darwin_ct_rune_t __darwin_wint_t; /* wint_t */
+5 -5
platform-include/i386/_types.h
··· 2 2 * Copyright (c) 2000-2003 Apple Computer, Inc. All rights reserved. 3 3 * 4 4 * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ 5 - * 5 + * 6 6 * This file contains Original Code and/or Modifications of Original Code 7 7 * as defined in and that are subject to the Apple Public Source License 8 8 * Version 2.0 (the 'License'). You may not use this file except in ··· 11 11 * unlawful or unlicensed copies of an Apple operating system, or to 12 12 * circumvent, violate, or enable the circumvention or violation of, any 13 13 * terms of an Apple operating system software license agreement. 14 - * 14 + * 15 15 * Please obtain a copy of the License at 16 16 * http://www.opensource.apple.com/apsl/ and read it before using this file. 17 - * 17 + * 18 18 * The Original Code and all software distributed under the License are 19 19 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER 20 20 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, ··· 22 22 * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. 23 23 * Please see the License for the specific language governing rights and 24 24 * limitations under the License. 25 - * 25 + * 26 26 * @APPLE_OSREFERENCE_LICENSE_HEADER_END@ 27 27 */ 28 28 #ifndef _BSD_I386__TYPES_H_ ··· 108 108 109 109 typedef __darwin_wchar_t __darwin_rune_t; /* rune_t */ 110 110 111 - #if defined(__WINT_TYPE__) 111 + #if defined(__WINT_TYPE__) && !defined(DARLING) 112 112 typedef __WINT_TYPE__ __darwin_wint_t; /* wint_t */ 113 113 #else 114 114 typedef __darwin_ct_rune_t __darwin_wint_t; /* wint_t */