From c008c885f793513a20b60c8a7c606700ccd350a1 Mon Sep 17 00:00:00 2001 From: Samuel Audet Date: Fri, 3 May 2024 20:29:59 +0900 Subject: [PATCH] Update builds for systems API presets --- .../org/bytedeco/systems/global/linux.java | 3164 ++++++++--------- .../org/bytedeco/systems/global/macosx.java | 64 +- .../org/bytedeco/systems/global/windows.java | 14 +- .../org/bytedeco/systems/linux/Dl_info.java | 2 +- .../bytedeco/systems/linux/Dl_serinfo.java | 5 +- .../bytedeco/systems/linux/Dl_serpath.java | 2 +- .../org/bytedeco/systems/linux/__child.java | 21 + .../systems/linux/__compar_d_fn_t.java | 2 +- .../bytedeco/systems/linux/__compar_fn_t.java | 2 +- .../bytedeco/systems/linux/__fn_Pointer.java | 2 +- .../org/bytedeco/systems/linux/__func.java | 2 +- .../systems/linux/__func_int_Pointer.java | 3 +- .../org/bytedeco/systems/linux/__parent.java | 21 + .../org/bytedeco/systems/linux/__prepare.java | 27 + .../systems/linux/__sighandler_t.java | 2 +- .../org/bytedeco/systems/linux/cmsghdr.java | 4 +- .../org/bytedeco/systems/linux/cpu_set_t.java | 4 +- .../org/bytedeco/systems/linux/div_t.java | 4 +- .../bytedeco/systems/linux/drand48_data.java | 5 +- .../org/bytedeco/systems/linux/group.java | 2 +- .../org/bytedeco/systems/linux/iovec.java | 3 +- .../org/bytedeco/systems/linux/ipc_perm.java | 31 +- .../bytedeco/systems/linux/itimerspec.java | 6 +- .../org/bytedeco/systems/linux/itimerval.java | 2 +- .../org/bytedeco/systems/linux/lconv.java | 2 +- .../org/bytedeco/systems/linux/ldiv_t.java | 2 +- .../org/bytedeco/systems/linux/linger.java | 19 +- .../org/bytedeco/systems/linux/lldiv_t.java | 3 +- .../org/bytedeco/systems/linux/locale_t.java | 11 +- .../bytedeco/systems/linux/mcontext_t.java | 2 +- .../org/bytedeco/systems/linux/mmsghdr.java | 2 +- .../org/bytedeco/systems/linux/msghdr.java | 2 +- .../org/bytedeco/systems/linux/nl_catd.java | 2 +- .../org/bytedeco/systems/linux/passwd.java | 7 +- .../org/bytedeco/systems/linux/pollfd.java | 2 +- .../linux/posix_spawn_file_actions_t.java | 4 +- .../systems/linux/posix_spawnattr_t.java | 4 +- .../bytedeco/systems/linux/random_data.java | 2 +- .../org/bytedeco/systems/linux/rlimit.java | 2 +- .../org/bytedeco/systems/linux/rlimit64.java | 2 +- .../org/bytedeco/systems/linux/rusage.java | 86 +- .../bytedeco/systems/linux/sched_param.java | 9 +- .../org/bytedeco/systems/linux/shm_info.java | 2 +- .../org/bytedeco/systems/linux/shmid_ds.java | 17 +- .../org/bytedeco/systems/linux/shminfo.java | 6 +- .../org/bytedeco/systems/linux/sigaction.java | 4 +- .../bytedeco/systems/linux/sigevent_t.java | 45 +- .../org/bytedeco/systems/linux/siginfo_t.java | 6 +- .../org/bytedeco/systems/linux/sigset_t.java | 8 +- .../org/bytedeco/systems/linux/sigval.java | 11 +- .../org/bytedeco/systems/linux/sockaddr.java | 2 +- .../systems/linux/sockaddr_storage.java | 2 +- .../org/bytedeco/systems/linux/stack_t.java | 5 +- .../java/org/bytedeco/systems/linux/stat.java | 8 +- .../org/bytedeco/systems/linux/stat64.java | 8 +- .../org/bytedeco/systems/linux/sysinfo.java | 2 +- .../org/bytedeco/systems/linux/timespec.java | 20 +- .../org/bytedeco/systems/linux/timeval.java | 8 +- .../org/bytedeco/systems/linux/timezone.java | 4 +- .../java/org/bytedeco/systems/linux/tm.java | 8 +- .../bytedeco/systems/linux/ucontext_t.java | 4 +- .../org/bytedeco/systems/linux/ucred.java | 2 +- .../org/bytedeco/systems/linux/utimbuf.java | 2 +- .../org/bytedeco/systems/macosx/Arg1_int.java | 2 +- .../org/bytedeco/systems/macosx/Dl_info.java | 2 +- .../org/bytedeco/systems/macosx/_Nonnull.java | 2 +- .../_Nonnull__compar_Pointer_Pointer.java | 2 +- ...nnull__compar_Pointer_Pointer_Pointer.java | 2 +- .../bytedeco/systems/macosx/__nl_cat_d.java | 2 +- .../bytedeco/systems/macosx/__sigaction.java | 2 +- .../systems/macosx/__sigaction_u.java | 2 +- .../systems/macosx/__sockaddr_header.java | 39 + .../org/bytedeco/systems/macosx/_filesec.java | 2 +- .../org/bytedeco/systems/macosx/_xlocale.java | 2 +- .../systems/macosx/accessx_descriptor.java | 2 +- .../bytedeco/systems/macosx/clockinfo.java | 2 +- .../org/bytedeco/systems/macosx/cmsghdr.java | 2 +- .../org/bytedeco/systems/macosx/ctlname.java | 2 +- .../org/bytedeco/systems/macosx/div_t.java | 2 +- .../systems/macosx/fssearchblock.java | 2 +- .../org/bytedeco/systems/macosx/group.java | 2 +- .../org/bytedeco/systems/macosx/iovec.java | 2 +- .../org/bytedeco/systems/macosx/ipc_perm.java | 2 +- .../bytedeco/systems/macosx/itimerval.java | 2 +- .../org/bytedeco/systems/macosx/lconv.java | 2 +- .../org/bytedeco/systems/macosx/ldiv_t.java | 2 +- .../org/bytedeco/systems/macosx/linger.java | 2 +- .../org/bytedeco/systems/macosx/lldiv_t.java | 2 +- .../org/bytedeco/systems/macosx/msghdr.java | 2 +- .../org/bytedeco/systems/macosx/ostat.java | 2 +- .../org/bytedeco/systems/macosx/passwd.java | 2 +- .../org/bytedeco/systems/macosx/pollfd.java | 2 +- .../bytedeco/systems/macosx/posix_cred.java | 2 +- .../macosx/posix_spawn_file_actions_t.java | 2 +- .../systems/macosx/posix_spawnattr_t.java | 2 +- .../macosx/proc_rlimit_control_wakeupmon.java | 2 +- .../org/bytedeco/systems/macosx/rlimit.java | 2 +- .../org/bytedeco/systems/macosx/rusage.java | 2 +- .../systems/macosx/rusage_info_current.java | 2 +- .../systems/macosx/rusage_info_t.java | 2 +- .../systems/macosx/rusage_info_v0.java | 2 +- .../systems/macosx/rusage_info_v1.java | 2 +- .../systems/macosx/rusage_info_v2.java | 2 +- .../systems/macosx/rusage_info_v3.java | 2 +- .../systems/macosx/rusage_info_v4.java | 2 +- .../systems/macosx/rusage_info_v5.java | 2 +- .../systems/macosx/rusage_info_v6.java | 78 + .../systems/macosx/sa_endpoints_t.java | 2 +- .../bytedeco/systems/macosx/sched_param.java | 2 +- .../bytedeco/systems/macosx/searchstate.java | 2 +- .../org/bytedeco/systems/macosx/sf_hdtr.java | 2 +- .../org/bytedeco/systems/macosx/sig_t.java | 2 +- .../bytedeco/systems/macosx/sigaction.java | 2 +- .../org/bytedeco/systems/macosx/sigevent.java | 2 +- .../bytedeco/systems/macosx/siginfo_t.java | 2 +- .../org/bytedeco/systems/macosx/sigstack.java | 2 +- .../org/bytedeco/systems/macosx/sigval.java | 2 +- .../org/bytedeco/systems/macosx/sigvec.java | 2 +- .../systems/macosx/so_np_extensions.java | 2 +- .../org/bytedeco/systems/macosx/sockaddr.java | 7 +- .../systems/macosx/sockaddr_storage.java | 2 +- .../bytedeco/systems/macosx/sockproto.java | 2 +- .../org/bytedeco/systems/macosx/stack_t.java | 2 +- .../org/bytedeco/systems/macosx/stat.java | 2 +- .../org/bytedeco/systems/macosx/stat64.java | 2 +- .../org/bytedeco/systems/macosx/timespec.java | 2 +- .../org/bytedeco/systems/macosx/timeval.java | 2 +- .../org/bytedeco/systems/macosx/timezone.java | 2 +- .../java/org/bytedeco/systems/macosx/tm.java | 2 +- .../org/bytedeco/systems/macosx/ucred.java | 2 +- .../org/bytedeco/systems/macosx/utimbuf.java | 2 +- .../org/bytedeco/systems/macosx/wait.java | 2 +- .../systems/windows/ACCESS_ALLOWED_ACE.java | 2 +- .../windows/ACCESS_ALLOWED_CALLBACK_ACE.java | 2 +- .../ACCESS_ALLOWED_CALLBACK_OBJECT_ACE.java | 2 +- .../windows/ACCESS_ALLOWED_OBJECT_ACE.java | 2 +- .../systems/windows/ACCESS_DENIED_ACE.java | 2 +- .../windows/ACCESS_DENIED_CALLBACK_ACE.java | 2 +- .../ACCESS_DENIED_CALLBACK_OBJECT_ACE.java | 2 +- .../windows/ACCESS_DENIED_OBJECT_ACE.java | 2 +- .../systems/windows/ACCESS_REASONS.java | 2 +- .../bytedeco/systems/windows/ACE_HEADER.java | 2 +- .../org/bytedeco/systems/windows/ACL.java | 2 +- .../windows/ACL_REVISION_INFORMATION.java | 2 +- .../systems/windows/ACL_SIZE_INFORMATION.java | 2 +- .../org/bytedeco/systems/windows/ACTCTXA.java | 2 +- .../org/bytedeco/systems/windows/ACTCTXW.java | 2 +- .../windows/ACTCTX_SECTION_KEYED_DATA.java | 2 +- .../ACTCTX_SECTION_KEYED_DATA_2600.java | 2 +- ..._SECTION_KEYED_DATA_ASSEMBLY_METADATA.java | 2 +- ...CONTEXT_ASSEMBLY_DETAILED_INFORMATION.java | 2 +- .../ACTIVATION_CONTEXT_BASIC_INFORMATION.java | 2 +- ...ION_CONTEXT_COMPATIBILITY_INFORMATION.java | 2 +- ...TIVATION_CONTEXT_DETAILED_INFORMATION.java | 2 +- .../ACTIVATION_CONTEXT_QUERY_INDEX.java | 2 +- ...IVATION_CONTEXT_RUN_LEVEL_INFORMATION.java | 2 +- .../windows/ADMINISTRATOR_POWER_POLICY.java | 2 +- .../systems/windows/ANON_OBJECT_HEADER.java | 2 +- .../windows/ANON_OBJECT_HEADER_BIGOBJ.java | 2 +- .../windows/ANON_OBJECT_HEADER_V2.java | 2 +- .../windows/APC_CALLBACK_FUNCTION.java | 2 +- .../APPLICATIONLAUNCH_SETTING_VALUE.java | 2 +- .../APPLICATION_RECOVERY_CALLBACK.java | 2 +- .../ASSEMBLY_FILE_DETAILED_INFORMATION.java | 2 +- .../windows/BATTERY_REPORTING_SCALE.java | 2 +- .../windows/BY_HANDLE_FILE_INFORMATION.java | 2 +- .../systems/windows/CACHE_DESCRIPTOR.java | 2 +- .../systems/windows/CACHE_RELATIONSHIP.java | 2 +- ...CLAIM_SECURITY_ATTRIBUTES_INFORMATION.java | 2 +- .../CLAIM_SECURITY_ATTRIBUTE_FQBN_VALUE.java | 2 +- ...SECURITY_ATTRIBUTE_OCTET_STRING_VALUE.java | 2 +- .../CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1.java | 2 +- .../windows/CLAIM_SECURITY_ATTRIBUTE_V1.java | 2 +- .../systems/windows/CM_POWER_DATA.java | 2 +- .../bytedeco/systems/windows/COMMCONFIG.java | 2 +- .../bytedeco/systems/windows/COMMPROP.java | 2 +- .../systems/windows/COMMTIMEOUTS.java | 2 +- .../COMPATIBILITY_CONTEXT_ELEMENT.java | 2 +- .../org/bytedeco/systems/windows/COMSTAT.java | 2 +- .../org/bytedeco/systems/windows/CONTEXT.java | 2 +- .../COPYFILE2_EXTENDED_PARAMETERS.java | 2 +- .../systems/windows/COPYFILE2_MESSAGE.java | 2 +- .../windows/CREATE_PROCESS_DEBUG_INFO.java | 2 +- .../windows/CREATE_THREAD_DEBUG_INFO.java | 2 +- .../org/bytedeco/systems/windows/DCB.java | 2 +- .../bytedeco/systems/windows/DEBUG_EVENT.java | 2 +- .../bytedeco/systems/windows/DRVCALLBACK.java | 2 +- .../DYNAMIC_TIME_ZONE_INFORMATION.java | 2 +- .../windows/ENLISTMENT_BASIC_INFORMATION.java | 2 +- .../windows/ENLISTMENT_CRM_INFORMATION.java | 2 +- .../systems/windows/ENUMRESLANGPROCA.java | 2 +- .../systems/windows/ENUMRESLANGPROCW.java | 2 +- .../systems/windows/ENUMRESNAMEPROCA.java | 2 +- .../systems/windows/ENUMRESNAMEPROCW.java | 2 +- .../systems/windows/ENUMRESTYPEPROCA.java | 2 +- .../systems/windows/ENUMRESTYPEPROCW.java | 2 +- .../bytedeco/systems/windows/ENUMUILANG.java | 2 +- .../windows/ENUM_PAGE_FILE_INFORMATION.java | 2 +- .../systems/windows/EVENTLOGRECORD.java | 2 +- .../windows/EVENTLOG_FULL_INFORMATION.java | 2 +- .../systems/windows/EVENTSFORLOGFILE.java | 2 +- .../systems/windows/EXCEPTION_DEBUG_INFO.java | 2 +- .../systems/windows/EXCEPTION_POINTERS.java | 2 +- .../systems/windows/EXCEPTION_RECORD.java | 2 +- .../systems/windows/EXCEPTION_RECORD32.java | 2 +- .../systems/windows/EXCEPTION_RECORD64.java | 2 +- .../EXCEPTION_REGISTRATION_RECORD.java | 2 +- .../systems/windows/EXCEPTION_ROUTINE.java | 2 +- .../windows/EXIT_PROCESS_DEBUG_INFO.java | 2 +- .../windows/EXIT_THREAD_DEBUG_INFO.java | 2 +- .../org/bytedeco/systems/windows/FARPROC.java | 2 +- .../bytedeco/systems/windows/FILETIME.java | 2 +- .../systems/windows/FILE_ALLOCATION_INFO.java | 2 +- .../windows/FILE_ATTRIBUTE_TAG_INFO.java | 2 +- .../systems/windows/FILE_BASIC_INFO.java | 2 +- .../windows/FILE_COMPRESSION_INFO.java | 2 +- .../windows/FILE_DISPOSITION_INFO.java | 2 +- .../windows/FILE_END_OF_FILE_INFO.java | 2 +- .../systems/windows/FILE_FULL_DIR_INFO.java | 2 +- .../bytedeco/systems/windows/FILE_ID_128.java | 2 +- .../windows/FILE_ID_BOTH_DIR_INFO.java | 2 +- .../systems/windows/FILE_ID_DESCRIPTOR.java | 2 +- .../windows/FILE_IO_PRIORITY_HINT_INFO.java | 2 +- .../systems/windows/FILE_NAME_INFO.java | 2 +- .../windows/FILE_NOTIFY_INFORMATION.java | 2 +- .../windows/FILE_REMOTE_PROTOCOL_INFO.java | 2 +- .../systems/windows/FILE_RENAME_INFO.java | 2 +- .../systems/windows/FILE_SEGMENT_ELEMENT.java | 2 +- .../systems/windows/FILE_STANDARD_INFO.java | 2 +- .../systems/windows/FILE_STREAM_INFO.java | 2 +- .../bytedeco/systems/windows/FLOAT128.java | 2 +- .../bytedeco/systems/windows/FPO_DATA.java | 2 +- .../systems/windows/GENERIC_MAPPING.java | 2 +- .../systems/windows/GROUP_AFFINITY.java | 2 +- .../systems/windows/GROUP_RELATIONSHIP.java | 2 +- .../org/bytedeco/systems/windows/GUID.java | 2 +- .../org/bytedeco/systems/windows/HANDLE.java | 2 +- .../windows/HARDWARE_COUNTER_DATA.java | 2 +- .../org/bytedeco/systems/windows/HDRVR__.java | 2 +- .../bytedeco/systems/windows/HEAPENTRY32.java | 2 +- .../bytedeco/systems/windows/HEAPLIST32.java | 2 +- .../systems/windows/HEAP_SUMMARY.java | 2 +- .../systems/windows/HW_PROFILE_INFOA.java | 2 +- .../systems/windows/HW_PROFILE_INFOW.java | 2 +- .../IMAGE_ALPHA64_RUNTIME_FUNCTION_ENTRY.java | 2 +- .../IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY.java | 2 +- .../windows/IMAGE_ARCHITECTURE_ENTRY.java | 2 +- .../windows/IMAGE_ARCHITECTURE_HEADER.java | 2 +- .../windows/IMAGE_ARCHIVE_MEMBER_HEADER.java | 2 +- .../IMAGE_ARM_RUNTIME_FUNCTION_ENTRY.java | 2 +- .../systems/windows/IMAGE_AUX_SYMBOL.java | 2 +- .../systems/windows/IMAGE_AUX_SYMBOL_EX.java | 2 +- .../windows/IMAGE_AUX_SYMBOL_TOKEN_DEF.java | 2 +- .../windows/IMAGE_BASE_RELOCATION.java | 2 +- .../windows/IMAGE_BOUND_FORWARDER_REF.java | 2 +- .../IMAGE_BOUND_IMPORT_DESCRIPTOR.java | 2 +- .../IMAGE_CE_RUNTIME_FUNCTION_ENTRY.java | 2 +- .../windows/IMAGE_COFF_SYMBOLS_HEADER.java | 2 +- .../systems/windows/IMAGE_COR20_HEADER.java | 2 +- .../systems/windows/IMAGE_DATA_DIRECTORY.java | 2 +- .../windows/IMAGE_DEBUG_DIRECTORY.java | 2 +- .../systems/windows/IMAGE_DEBUG_MISC.java | 2 +- .../windows/IMAGE_DELAYLOAD_DESCRIPTOR.java | 2 +- .../systems/windows/IMAGE_DOS_HEADER.java | 2 +- .../windows/IMAGE_EXPORT_DIRECTORY.java | 2 +- .../systems/windows/IMAGE_FILE_HEADER.java | 2 +- .../systems/windows/IMAGE_FUNCTION_ENTRY.java | 2 +- .../windows/IMAGE_FUNCTION_ENTRY64.java | 2 +- .../systems/windows/IMAGE_IMPORT_BY_NAME.java | 2 +- .../windows/IMAGE_IMPORT_DESCRIPTOR.java | 2 +- .../systems/windows/IMAGE_LINENUMBER.java | 2 +- .../IMAGE_LOAD_CONFIG_DIRECTORY32.java | 2 +- .../IMAGE_LOAD_CONFIG_DIRECTORY64.java | 2 +- .../systems/windows/IMAGE_NT_HEADERS32.java | 2 +- .../systems/windows/IMAGE_NT_HEADERS64.java | 2 +- .../windows/IMAGE_OPTIONAL_HEADER32.java | 2 +- .../windows/IMAGE_OPTIONAL_HEADER64.java | 2 +- .../systems/windows/IMAGE_OS2_HEADER.java | 2 +- .../systems/windows/IMAGE_RELOCATION.java | 2 +- .../windows/IMAGE_RESOURCE_DATA_ENTRY.java | 2 +- .../windows/IMAGE_RESOURCE_DIRECTORY.java | 2 +- .../IMAGE_RESOURCE_DIRECTORY_ENTRY.java | 2 +- .../IMAGE_RESOURCE_DIRECTORY_STRING.java | 2 +- .../windows/IMAGE_RESOURCE_DIR_STRING_U.java | 2 +- .../systems/windows/IMAGE_ROM_HEADERS.java | 2 +- .../windows/IMAGE_ROM_OPTIONAL_HEADER.java | 2 +- .../systems/windows/IMAGE_SECTION_HEADER.java | 2 +- .../windows/IMAGE_SEPARATE_DEBUG_HEADER.java | 2 +- .../systems/windows/IMAGE_SYMBOL.java | 2 +- .../systems/windows/IMAGE_SYMBOL_EX.java | 2 +- .../systems/windows/IMAGE_THUNK_DATA32.java | 2 +- .../systems/windows/IMAGE_THUNK_DATA64.java | 2 +- .../windows/IMAGE_TLS_DIRECTORY32.java | 2 +- .../windows/IMAGE_TLS_DIRECTORY64.java | 2 +- .../systems/windows/IMAGE_VXD_HEADER.java | 2 +- .../systems/windows/IMPORT_OBJECT_HEADER.java | 2 +- .../bytedeco/systems/windows/IO_COUNTERS.java | 2 +- .../systems/windows/JIT_DEBUG_INFO.java | 2 +- .../JOBOBJECT_ASSOCIATE_COMPLETION_PORT.java | 2 +- ...OBOBJECT_BASIC_ACCOUNTING_INFORMATION.java | 2 +- ...T_BASIC_AND_IO_ACCOUNTING_INFORMATION.java | 2 +- .../JOBOBJECT_BASIC_LIMIT_INFORMATION.java | 2 +- .../JOBOBJECT_BASIC_PROCESS_ID_LIST.java | 2 +- .../JOBOBJECT_BASIC_UI_RESTRICTIONS.java | 2 +- ...OBOBJECT_CPU_RATE_CONTROL_INFORMATION.java | 2 +- ...JOBOBJECT_END_OF_JOB_TIME_INFORMATION.java | 2 +- .../JOBOBJECT_EXTENDED_LIMIT_INFORMATION.java | 2 +- .../windows/JOBOBJECT_JOBSET_INFORMATION.java | 2 +- ...JOBOBJECT_LIMIT_VIOLATION_INFORMATION.java | 2 +- ...OBJECT_NOTIFICATION_LIMIT_INFORMATION.java | 2 +- .../JOBOBJECT_SECURITY_LIMIT_INFORMATION.java | 2 +- .../systems/windows/JOB_SET_ARRAY.java | 2 +- .../systems/windows/KTMOBJECT_CURSOR.java | 2 +- .../systems/windows/LARGE_INTEGER.java | 2 +- .../bytedeco/systems/windows/LDT_ENTRY.java | 2 +- .../bytedeco/systems/windows/LIST_ENTRY.java | 2 +- .../systems/windows/LIST_ENTRY32.java | 2 +- .../systems/windows/LIST_ENTRY64.java | 2 +- .../systems/windows/LOAD_DLL_DEBUG_INFO.java | 2 +- .../org/bytedeco/systems/windows/LPCVOID.java | 2 +- .../LPOVERLAPPED_COMPLETION_ROUTINE.java | 2 +- .../systems/windows/LPPROGRESS_ROUTINE.java | 2 +- .../org/bytedeco/systems/windows/LPVOID.java | 2 +- .../org/bytedeco/systems/windows/LUID.java | 2 +- .../systems/windows/LUID_AND_ATTRIBUTES.java | 2 +- .../org/bytedeco/systems/windows/M128A.java | 2 +- .../systems/windows/MEMORYSTATUS.java | 2 +- .../systems/windows/MEMORYSTATUSEX.java | 2 +- .../windows/MEMORY_BASIC_INFORMATION.java | 2 +- .../windows/MEMORY_BASIC_INFORMATION32.java | 2 +- .../windows/MEMORY_BASIC_INFORMATION64.java | 2 +- .../windows/MESSAGE_RESOURCE_BLOCK.java | 2 +- .../windows/MESSAGE_RESOURCE_DATA.java | 2 +- .../windows/MESSAGE_RESOURCE_ENTRY.java | 2 +- .../org/bytedeco/systems/windows/MMTIME.java | 2 +- .../systems/windows/MODULEENTRY32.java | 2 +- .../systems/windows/MODULEENTRY32W.java | 2 +- .../bytedeco/systems/windows/MODULEINFO.java | 2 +- .../bytedeco/systems/windows/NEARPROC.java | 2 +- .../systems/windows/NON_PAGED_DEBUG_INFO.java | 2 +- .../windows/NOTIFY_USER_POWER_SETTING.java | 2 +- .../org/bytedeco/systems/windows/NT_TIB.java | 2 +- .../bytedeco/systems/windows/NT_TIB32.java | 2 +- .../bytedeco/systems/windows/NT_TIB64.java | 2 +- .../windows/NUMA_NODE_RELATIONSHIP.java | 2 +- .../bytedeco/systems/windows/OBJECTID.java | 2 +- .../systems/windows/OBJECT_TYPE_LIST.java | 2 +- .../bytedeco/systems/windows/OFSTRUCT.java | 2 +- .../systems/windows/OSVERSIONINFOA.java | 2 +- .../systems/windows/OSVERSIONINFOEXA.java | 2 +- .../systems/windows/OSVERSIONINFOEXW.java | 2 +- .../systems/windows/OSVERSIONINFOW.java | 2 +- .../windows/OUTPUT_DEBUG_STRING_INFO.java | 2 +- .../bytedeco/systems/windows/OVERLAPPED.java | 2 +- .../systems/windows/OVERLAPPED_ENTRY.java | 2 +- .../systems/windows/PACKEDEVENTINFO.java | 2 +- .../bytedeco/systems/windows/PAPCFUNC.java | 2 +- .../windows/PCOPYFILE2_PROGRESS_ROUTINE.java | 2 +- .../windows/PENUM_PAGE_FILE_CALLBACKA.java | 2 +- .../windows/PENUM_PAGE_FILE_CALLBACKW.java | 2 +- .../systems/windows/PERFORMANCE_DATA.java | 2 +- .../windows/PERFORMANCE_INFORMATION.java | 2 +- .../systems/windows/PFE_EXPORT_FUNC.java | 2 +- .../systems/windows/PFE_IMPORT_FUNC.java | 2 +- .../windows/PFIBER_CALLOUT_ROUTINE.java | 2 +- .../systems/windows/PFIBER_START_ROUTINE.java | 2 +- .../windows/PFLS_CALLBACK_FUNCTION.java | 2 +- .../windows/PGET_MODULE_HANDLE_EXA.java | 2 +- .../windows/PGET_MODULE_HANDLE_EXW.java | 2 +- .../PGET_SYSTEM_WOW64_DIRECTORY_A.java | 2 +- .../PGET_SYSTEM_WOW64_DIRECTORY_W.java | 2 +- .../systems/windows/PIMAGE_TLS_CALLBACK.java | 2 +- .../systems/windows/PINIT_ONCE_FN.java | 2 +- .../bytedeco/systems/windows/POINTER_64.java | 2 +- .../systems/windows/POWER_ACTION_POLICY.java | 2 +- .../windows/POWER_IDLE_RESILIENCY.java | 2 +- .../windows/POWER_MONITOR_INVOCATION.java | 2 +- .../windows/POWER_PLATFORM_INFORMATION.java | 2 +- .../windows/POWER_SESSION_CONNECT.java | 2 +- .../windows/POWER_SESSION_RIT_STATE.java | 2 +- .../windows/POWER_SESSION_TIMEOUTS.java | 2 +- .../windows/POWER_SESSION_WINLOGON.java | 2 +- .../systems/windows/POWER_USER_PRESENCE.java | 2 +- .../systems/windows/PPM_IDLESTATE_EVENT.java | 2 +- .../systems/windows/PPM_IDLE_ACCOUNTING.java | 2 +- .../windows/PPM_IDLE_ACCOUNTING_EX.java | 2 +- .../windows/PPM_IDLE_STATE_ACCOUNTING.java | 2 +- .../windows/PPM_IDLE_STATE_ACCOUNTING_EX.java | 2 +- .../windows/PPM_IDLE_STATE_BUCKET_EX.java | 2 +- .../windows/PPM_PERFSTATE_DOMAIN_EVENT.java | 2 +- .../systems/windows/PPM_PERFSTATE_EVENT.java | 2 +- .../windows/PPM_THERMALCHANGE_EVENT.java | 2 +- .../windows/PPM_THERMAL_POLICY_EVENT.java | 2 +- .../systems/windows/PPM_WMI_IDLE_STATE.java | 2 +- .../systems/windows/PPM_WMI_IDLE_STATES.java | 2 +- .../windows/PPM_WMI_IDLE_STATES_EX.java | 2 +- .../windows/PPM_WMI_LEGACY_PERFSTATE.java | 2 +- .../systems/windows/PPM_WMI_PERF_STATE.java | 2 +- .../systems/windows/PPM_WMI_PERF_STATES.java | 2 +- .../windows/PPM_WMI_PERF_STATES_EX.java | 2 +- .../systems/windows/PQUERYACTCTXW_FUNC.java | 2 +- .../systems/windows/PRIVILEGE_SET.java | 2 +- .../org/bytedeco/systems/windows/PROC.java | 2 +- .../systems/windows/PROCESSENTRY32.java | 2 +- .../systems/windows/PROCESSENTRY32W.java | 2 +- .../systems/windows/PROCESSOR_GROUP_INFO.java | 2 +- .../windows/PROCESSOR_IDLESTATE_INFO.java | 2 +- .../windows/PROCESSOR_IDLESTATE_POLICY.java | 2 +- .../systems/windows/PROCESSOR_NUMBER.java | 2 +- .../windows/PROCESSOR_PERFSTATE_POLICY.java | 2 +- .../windows/PROCESSOR_POWER_POLICY.java | 2 +- .../windows/PROCESSOR_POWER_POLICY_INFO.java | 2 +- .../windows/PROCESSOR_RELATIONSHIP.java | 2 +- .../systems/windows/PROCESS_HEAP_ENTRY.java | 2 +- .../systems/windows/PROCESS_INFORMATION.java | 2 +- .../windows/PROCESS_MEMORY_COUNTERS.java | 2 +- .../windows/PROCESS_MEMORY_COUNTERS_EX.java | 2 +- .../PROCESS_MITIGATION_ASLR_POLICY.java | 2 +- ...SS_MITIGATION_BINARY_SIGNATURE_POLICY.java | 2 +- .../PROCESS_MITIGATION_DEP_POLICY.java | 2 +- ...ROCESS_MITIGATION_DYNAMIC_CODE_POLICY.java | 2 +- ...GATION_EXTENSION_POINT_DISABLE_POLICY.java | 2 +- ...MITIGATION_STRICT_HANDLE_CHECK_POLICY.java | 2 +- ...MITIGATION_SYSTEM_CALL_DISABLE_POLICY.java | 2 +- .../windows/PSAPI_WORKING_SET_BLOCK.java | 2 +- .../windows/PSAPI_WORKING_SET_EX_BLOCK.java | 2 +- .../PSAPI_WORKING_SET_EX_INFORMATION.java | 2 +- .../PSAPI_WORKING_SET_INFORMATION.java | 2 +- .../windows/PSAPI_WS_WATCH_INFORMATION.java | 2 +- .../PSAPI_WS_WATCH_INFORMATION_EX.java | 2 +- .../PSECURE_MEMORY_CACHE_CALLBACK.java | 2 +- .../windows/PTHREAD_START_ROUTINE.java | 2 +- .../systems/windows/PTIMERAPCROUTINE.java | 2 +- .../windows/PTOP_LEVEL_EXCEPTION_FILTER.java | 2 +- .../PTP_CLEANUP_GROUP_CANCEL_CALLBACK.java | 2 +- .../systems/windows/PTP_SIMPLE_CALLBACK.java | 2 +- .../systems/windows/PTP_TIMER_CALLBACK.java | 2 +- .../systems/windows/PTP_WAIT_CALLBACK.java | 2 +- .../windows/PTP_WIN32_IO_CALLBACK.java | 2 +- .../systems/windows/PTP_WORK_CALLBACK.java | 2 +- .../systems/windows/PUMS_COMPLETION_LIST.java | 2 +- .../systems/windows/PUMS_CONTEXT.java | 2 +- .../windows/PVECTORED_EXCEPTION_HANDLER.java | 2 +- .../org/bytedeco/systems/windows/PVOID.java | 2 +- .../systems/windows/QUOTA_LIMITS.java | 2 +- .../systems/windows/QUOTA_LIMITS_EX.java | 2 +- .../systems/windows/RATE_QUOTA_LIMIT.java | 2 +- .../systems/windows/REASON_CONTEXT.java | 2 +- .../windows/REPARSE_GUID_DATA_BUFFER.java | 2 +- .../RESOURCEMANAGER_BASIC_INFORMATION.java | 2 +- ...ESOURCEMANAGER_COMPLETION_INFORMATION.java | 2 +- .../systems/windows/RESUME_PERFORMANCE.java | 2 +- .../bytedeco/systems/windows/RIP_INFO.java | 2 +- .../bytedeco/systems/windows/RTL_BARRIER.java | 2 +- .../windows/RTL_CONDITION_VARIABLE.java | 2 +- .../systems/windows/RTL_CRITICAL_SECTION.java | 2 +- .../windows/RTL_CRITICAL_SECTION_DEBUG.java | 2 +- .../systems/windows/RTL_RUN_ONCE.java | 2 +- .../bytedeco/systems/windows/RTL_SRWLOCK.java | 2 +- .../RTL_UMS_SCHEDULER_ENTRY_POINT.java | 2 +- .../systems/windows/SCOPE_TABLE_AMD64.java | 2 +- .../systems/windows/SCOPE_TABLE_ARM.java | 2 +- .../systems/windows/SECURITY_ATTRIBUTES.java | 2 +- .../windows/SECURITY_CAPABILITIES.java | 2 +- .../systems/windows/SECURITY_DESCRIPTOR.java | 2 +- .../windows/SECURITY_DESCRIPTOR_RELATIVE.java | 2 +- .../windows/SECURITY_OBJECT_AI_PARAMS.java | 2 +- .../windows/SECURITY_QUALITY_OF_SERVICE.java | 2 +- .../windows/SET_POWER_SETTING_VALUE.java | 2 +- .../systems/windows/SE_ACCESS_REPLY.java | 2 +- .../systems/windows/SE_ACCESS_REQUEST.java | 2 +- .../windows/SE_IMPERSONATION_STATE.java | 2 +- .../windows/SE_SECURITY_DESCRIPTOR.java | 2 +- .../org/bytedeco/systems/windows/SID.java | 2 +- .../systems/windows/SID_AND_ATTRIBUTES.java | 2 +- .../windows/SID_AND_ATTRIBUTES_HASH.java | 2 +- .../windows/SID_IDENTIFIER_AUTHORITY.java | 2 +- .../systems/windows/SINGLE_LIST_ENTRY.java | 2 +- .../bytedeco/systems/windows/SLIST_ENTRY.java | 2 +- .../systems/windows/SLIST_HEADER.java | 2 +- .../systems/windows/STARTUPINFOA.java | 2 +- .../systems/windows/STARTUPINFOEXA.java | 2 +- .../systems/windows/STARTUPINFOEXW.java | 2 +- .../systems/windows/STARTUPINFOW.java | 2 +- .../systems/windows/SUPPORTED_OS_INFO.java | 2 +- .../bytedeco/systems/windows/SYSTEMTIME.java | 2 +- .../systems/windows/SYSTEM_ALARM_ACE.java | 2 +- .../windows/SYSTEM_ALARM_CALLBACK_ACE.java | 2 +- .../SYSTEM_ALARM_CALLBACK_OBJECT_ACE.java | 2 +- .../windows/SYSTEM_ALARM_OBJECT_ACE.java | 2 +- .../systems/windows/SYSTEM_AUDIT_ACE.java | 2 +- .../windows/SYSTEM_AUDIT_CALLBACK_ACE.java | 2 +- .../SYSTEM_AUDIT_CALLBACK_OBJECT_ACE.java | 2 +- .../windows/SYSTEM_AUDIT_OBJECT_ACE.java | 2 +- .../systems/windows/SYSTEM_BATTERY_STATE.java | 2 +- .../bytedeco/systems/windows/SYSTEM_INFO.java | 2 +- .../SYSTEM_LOGICAL_PROCESSOR_INFORMATION.java | 2 +- ...STEM_LOGICAL_PROCESSOR_INFORMATION_EX.java | 2 +- .../windows/SYSTEM_MANDATORY_LABEL_ACE.java | 2 +- .../windows/SYSTEM_POWER_CAPABILITIES.java | 2 +- .../systems/windows/SYSTEM_POWER_LEVEL.java | 2 +- .../systems/windows/SYSTEM_POWER_POLICY.java | 2 +- .../systems/windows/SYSTEM_POWER_STATUS.java | 2 +- ...STEM_PROCESSOR_CYCLE_TIME_INFORMATION.java | 2 +- .../SYSTEM_PROCESS_TRUST_LABEL_ACE.java | 2 +- .../SYSTEM_RESOURCE_ATTRIBUTE_ACE.java | 2 +- .../windows/SYSTEM_SCOPED_POLICY_ID_ACE.java | 2 +- .../windows/TAPE_CREATE_PARTITION.java | 2 +- .../bytedeco/systems/windows/TAPE_ERASE.java | 2 +- .../windows/TAPE_GET_DRIVE_PARAMETERS.java | 2 +- .../windows/TAPE_GET_MEDIA_PARAMETERS.java | 2 +- .../systems/windows/TAPE_GET_POSITION.java | 2 +- .../systems/windows/TAPE_PREPARE.java | 2 +- .../windows/TAPE_SET_DRIVE_PARAMETERS.java | 2 +- .../windows/TAPE_SET_MEDIA_PARAMETERS.java | 2 +- .../systems/windows/TAPE_SET_POSITION.java | 2 +- .../systems/windows/TAPE_WMI_OPERATIONS.java | 2 +- .../systems/windows/TAPE_WRITE_MARKS.java | 2 +- .../systems/windows/THREADENTRY32.java | 2 +- .../bytedeco/systems/windows/TIMECAPS.java | 2 +- .../windows/TIME_ZONE_INFORMATION.java | 2 +- .../windows/TOKEN_ACCESS_INFORMATION.java | 2 +- .../TOKEN_APPCONTAINER_INFORMATION.java | 2 +- .../systems/windows/TOKEN_AUDIT_POLICY.java | 2 +- .../systems/windows/TOKEN_CONTROL.java | 2 +- .../systems/windows/TOKEN_DEFAULT_DACL.java | 2 +- .../systems/windows/TOKEN_DEVICE_CLAIMS.java | 2 +- .../systems/windows/TOKEN_ELEVATION.java | 2 +- .../systems/windows/TOKEN_GROUPS.java | 2 +- .../windows/TOKEN_GROUPS_AND_PRIVILEGES.java | 2 +- .../systems/windows/TOKEN_LINKED_TOKEN.java | 2 +- .../windows/TOKEN_MANDATORY_LABEL.java | 2 +- .../windows/TOKEN_MANDATORY_POLICY.java | 2 +- .../systems/windows/TOKEN_ORIGIN.java | 2 +- .../bytedeco/systems/windows/TOKEN_OWNER.java | 2 +- .../systems/windows/TOKEN_PRIMARY_GROUP.java | 2 +- .../systems/windows/TOKEN_PRIVILEGES.java | 2 +- .../windows/TOKEN_SID_INFORMATION.java | 2 +- .../systems/windows/TOKEN_SOURCE.java | 2 +- .../systems/windows/TOKEN_STATISTICS.java | 2 +- .../bytedeco/systems/windows/TOKEN_USER.java | 2 +- .../systems/windows/TOKEN_USER_CLAIMS.java | 2 +- .../windows/TP_CALLBACK_ENVIRON_V3.java | 2 +- .../systems/windows/TP_CALLBACK_INSTANCE.java | 2 +- .../systems/windows/TP_CLEANUP_GROUP.java | 2 +- .../org/bytedeco/systems/windows/TP_IO.java | 2 +- .../org/bytedeco/systems/windows/TP_POOL.java | 2 +- .../windows/TP_POOL_STACK_INFORMATION.java | 2 +- .../bytedeco/systems/windows/TP_TIMER.java | 2 +- .../org/bytedeco/systems/windows/TP_WAIT.java | 2 +- .../org/bytedeco/systems/windows/TP_WORK.java | 2 +- .../TRANSACTIONMANAGER_BASIC_INFORMATION.java | 2 +- ...RANSACTIONMANAGER_LOGPATH_INFORMATION.java | 2 +- .../TRANSACTIONMANAGER_LOG_INFORMATION.java | 2 +- ...TRANSACTIONMANAGER_OLDEST_INFORMATION.java | 2 +- ...ANSACTIONMANAGER_RECOVERY_INFORMATION.java | 2 +- .../TRANSACTION_BASIC_INFORMATION.java | 2 +- .../windows/TRANSACTION_BIND_INFORMATION.java | 2 +- .../TRANSACTION_ENLISTMENTS_INFORMATION.java | 2 +- .../windows/TRANSACTION_ENLISTMENT_PAIR.java | 2 +- .../windows/TRANSACTION_LIST_ENTRY.java | 2 +- .../windows/TRANSACTION_LIST_INFORMATION.java | 2 +- .../TRANSACTION_PROPERTIES_INFORMATION.java | 2 +- ...CTION_SUPERIOR_ENLISTMENT_INFORMATION.java | 2 +- .../systems/windows/ULARGE_INTEGER.java | 2 +- .../windows/UMS_CREATE_THREAD_ATTRIBUTES.java | 2 +- .../windows/UNLOAD_DLL_DEBUG_INFO.java | 2 +- .../windows/WAITORTIMERCALLBACKFUNC.java | 2 +- .../windows/WIN32_FILE_ATTRIBUTE_DATA.java | 2 +- .../systems/windows/WIN32_FIND_DATAA.java | 2 +- .../systems/windows/WIN32_FIND_DATAW.java | 2 +- .../windows/WIN32_FIND_STREAM_DATA.java | 2 +- .../systems/windows/WIN32_STREAM_ID.java | 2 +- .../systems/windows/WORKERCALLBACKFUNC.java | 2 +- .../systems/windows/WOW64_CONTEXT.java | 2 +- .../windows/WOW64_DESCRIPTOR_TABLE_ENTRY.java | 2 +- .../windows/WOW64_FLOATING_SAVE_AREA.java | 2 +- .../systems/windows/WOW64_LDT_ENTRY.java | 2 +- .../bytedeco/systems/windows/XSAVE_AREA.java | 2 +- .../systems/windows/XSAVE_AREA_HEADER.java | 2 +- .../systems/windows/XSAVE_FORMAT.java | 2 +- .../systems/windows/XSTATE_CONFIGURATION.java | 2 +- .../systems/windows/XSTATE_CONTEXT.java | 2 +- .../systems/windows/XSTATE_FEATURE.java | 2 +- ...CONTEXT_ASSEMBLY_DETAILED_INFORMATION.java | 2 +- ..._ACTIVATION_CONTEXT_BASIC_INFORMATION.java | 2 +- ...ION_CONTEXT_COMPATIBILITY_INFORMATION.java | 2 +- ...TIVATION_CONTEXT_DETAILED_INFORMATION.java | 2 +- .../_ACTIVATION_CONTEXT_QUERY_INDEX.java | 2 +- ...IVATION_CONTEXT_RUN_LEVEL_INFORMATION.java | 2 +- .../_COMPATIBILITY_CONTEXT_ELEMENT.java | 2 +- .../systems/windows/_EVENTSFORLOGFILE.java | 2 +- .../_IMAGE_RUNTIME_FUNCTION_ENTRY.java | 2 +- .../systems/windows/_PACKEDEVENTINFO.java | 2 +- .../windows/_PROC_THREAD_ATTRIBUTE_LIST.java | 2 +- ...STEM_LOGICAL_PROCESSOR_INFORMATION_EX.java | 2 +- 596 files changed, 2475 insertions(+), 2440 deletions(-) create mode 100644 systems/src/gen/java/org/bytedeco/systems/linux/__child.java create mode 100644 systems/src/gen/java/org/bytedeco/systems/linux/__parent.java create mode 100644 systems/src/gen/java/org/bytedeco/systems/linux/__prepare.java create mode 100644 systems/src/gen/java/org/bytedeco/systems/macosx/__sockaddr_header.java create mode 100644 systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_v6.java diff --git a/systems/src/gen/java/org/bytedeco/systems/global/linux.java b/systems/src/gen/java/org/bytedeco/systems/global/linux.java index 4b07fdde548..1442f47549b 100644 --- a/systems/src/gen/java/org/bytedeco/systems/global/linux.java +++ b/systems/src/gen/java/org/bytedeco/systems/global/linux.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.global; @@ -16,7 +16,7 @@ public class linux extends org.bytedeco.systems.presets.linux { // Parsed from cpuid.h /* - * Copyright (C) 2007-2018 Free Software Foundation, Inc. + * Copyright (C) 2007-2019 Free Software Foundation, Inc. * * This file is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -115,6 +115,7 @@ public class linux extends org.bytedeco.systems.presets.linux { public static final int bit_AVX512VBMI = (1 << 1); public static final int bit_PKU = (1 << 3); public static final int bit_OSPKE = (1 << 4); +public static final int bit_WAITPKG = (1 << 5); public static final int bit_AVX512VBMI2 = (1 << 6); public static final int bit_SHSTK = (1 << 7); public static final int bit_GFNI = (1 << 8); @@ -126,6 +127,7 @@ public class linux extends org.bytedeco.systems.presets.linux { public static final int bit_RDPID = (1 << 22); public static final int bit_MOVDIRI = (1 << 27); public static final int bit_MOVDIR64B = (1 << 28); +public static final int bit_CLDEMOTE = (1 << 25); /* %edx */ public static final int bit_AVX5124VNNIW = (1 << 2); @@ -141,6 +143,10 @@ public class linux extends org.bytedeco.systems.presets.linux { public static final int bit_XSAVEC = (1 << 1); public static final int bit_XSAVES = (1 << 3); +/* PT sub leaf (%eax == 14, %ecx == 0) */ +/* %ebx */ +public static final int bit_PTWRITE = (1 << 4); + /* Signatures for different CPU implementations as returned in uses of cpuid with level 0. */ public static final int signature_AMD_ebx = 0x68747541; @@ -195,9 +201,12 @@ public class linux extends org.bytedeco.systems.presets.linux { public static final int signature_VORTEX_ecx = 0x436f5320; public static final int signature_VORTEX_edx = 0x36387865; +// #ifndef __x86_64__ +// #else public static native void __cpuid(int level, @ByRef IntPointer a, @ByRef IntPointer b, @ByRef IntPointer c, @ByRef IntPointer d); public static native void __cpuid(int level, @ByRef IntBuffer a, @ByRef IntBuffer b, @ByRef IntBuffer c, @ByRef IntBuffer d); public static native void __cpuid(int level, @ByRef int[] a, @ByRef int[] b, @ByRef int[] c, @ByRef int[] d); +// #endif public static native void __cpuid_count(int level, int count, @ByRef IntPointer a, @ByRef IntPointer b, @ByRef IntPointer c, @ByRef IntPointer d); public static native void __cpuid_count(int level, int count, @ByRef IntBuffer a, @ByRef IntBuffer b, @ByRef IntBuffer c, @ByRef IntBuffer d); @@ -246,8 +255,7 @@ public static native int __get_cpuid_count(@Cast("unsigned int") int __leaf, @Ca // Parsed from dlfcn.h /* User functions for run-time dynamic loading. - Copyright (C) 1995-2001,2003,2004,2006,2009,2012 - Free Software Foundation, Inc. + Copyright (C) 1995-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -262,7 +270,7 @@ public static native int __get_cpuid_count(@Cast("unsigned int") int __leaf, @Ca You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ // #ifndef _DLFCN_H public static final int _DLFCN_H = 1; @@ -420,7 +428,7 @@ public static native int dlinfo(Pointer __handle, // Parsed from nl_types.h -/* Copyright (C) 1996,1997,1999,2003,2004,2012 Free Software Foundation, Inc. +/* Copyright (C) 1996-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -435,7 +443,7 @@ public static native int dlinfo(Pointer __handle, You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ // #ifndef _NL_TYPES_H public static final int _NL_TYPES_H = 1; @@ -473,10 +481,10 @@ public static native int dlinfo(Pointer __handle, // #endif /* nl_types.h */ -// Parsed from xlocale.h +// Parsed from bits/types/__locale_t.h -/* Definition of locale datatype. - Copyright (C) 1997,2000,2002,2009,2010 Free Software Foundation, Inc. +/* Definition of struct __locale_struct and __locale_t. + Copyright (C) 1997-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. @@ -492,23 +500,49 @@ public static native int dlinfo(Pointer __handle, You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ -// #ifndef _XLOCALE_H -public static final int _XLOCALE_H = 1; +// #ifndef _BITS_TYPES___LOCALE_T_H +public static final int _BITS_TYPES___LOCALE_T_H = 1; // Targeting ../linux/locale_t.java -/* POSIX 2008 makes locale_t official. */ +// #endif /* bits/types/__locale_t.h */ + + +// Parsed from bits/types/locale_t.h + +/* Definition of locale_t. + Copyright (C) 2017-2020 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, see + . */ + +// #ifndef _BITS_TYPES_LOCALE_T_H +public static final int _BITS_TYPES_LOCALE_T_H = 1; + +// #include -// #endif /* xlocale.h */ +// #endif /* bits/types/locale_t.h */ // Parsed from bits/locale.h /* Definition of locale category symbol values. - Copyright (C) 2001-2012 Free Software Foundation, Inc. + Copyright (C) 2001-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -523,7 +557,7 @@ public static native int dlinfo(Pointer __handle, You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ // #if !defined _LOCALE_H && !defined _LANGINFO_H // # error "Never use directly; include instead." @@ -552,7 +586,7 @@ public static native int dlinfo(Pointer __handle, // Parsed from langinfo.h /* Access to locale-dependent parameters. - Copyright (C) 1995-2002,2003,2004,2005,2009 Free Software Foundation, Inc. + Copyright (C) 1995-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -567,7 +601,7 @@ public static native int dlinfo(Pointer __handle, You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ // #ifndef _LANGINFO_H public static final int _LANGINFO_H = 1; @@ -625,7 +659,8 @@ public static native int dlinfo(Pointer __handle, DAY_7 = (((__LC_TIME) << 16) | ( 0)) + 13, /* Saturday */ // #define DAY_7 DAY_7 - /* Abbreviated month names. */ + /* Abbreviated month names, in the grammatical form used when the month + is a part of a complete date. */ ABMON_1 = (((__LC_TIME) << 16) | ( 0)) + 14, /* Jan */ // #define ABMON_1 ABMON_1 ABMON_2 = (((__LC_TIME) << 16) | ( 0)) + 15, @@ -651,7 +686,8 @@ public static native int dlinfo(Pointer __handle, ABMON_12 = (((__LC_TIME) << 16) | ( 0)) + 25, // #define ABMON_12 ABMON_12 - /* Long month names. */ + /* Long month names, in the grammatical form used when the month + is a part of a complete date. */ MON_1 = (((__LC_TIME) << 16) | ( 0)) + 26, /* January */ // #define MON_1 MON_1 MON_2 = (((__LC_TIME) << 16) | ( 0)) + 27, @@ -727,7 +763,8 @@ public static native int dlinfo(Pointer __handle, _NL_WDAY_6 = (((__LC_TIME) << 16) | ( 0)) + 64, /* Friday */ _NL_WDAY_7 = (((__LC_TIME) << 16) | ( 0)) + 65, /* Saturday */ - /* Abbreviated month names. */ + /* Abbreviated month names, in the grammatical form used when the month + is a part of a complete date. */ _NL_WABMON_1 = (((__LC_TIME) << 16) | ( 0)) + 66, /* Jan */ _NL_WABMON_2 = (((__LC_TIME) << 16) | ( 0)) + 67, _NL_WABMON_3 = (((__LC_TIME) << 16) | ( 0)) + 68, @@ -741,7 +778,8 @@ public static native int dlinfo(Pointer __handle, _NL_WABMON_11 = (((__LC_TIME) << 16) | ( 0)) + 76, _NL_WABMON_12 = (((__LC_TIME) << 16) | ( 0)) + 77, - /* Long month names. */ + /* Long month names, in the grammatical form used when the month + is a part of a complete date. */ _NL_WMON_1 = (((__LC_TIME) << 16) | ( 0)) + 78, /* January */ _NL_WMON_2 = (((__LC_TIME) << 16) | ( 0)) + 79, _NL_WMON_3 = (((__LC_TIME) << 16) | ( 0)) + 80, @@ -783,7 +821,82 @@ public static native int dlinfo(Pointer __handle, _NL_TIME_CODESET = (((__LC_TIME) << 16) | ( 0)) + 110, - _NL_NUM_LC_TIME = (((__LC_TIME) << 16) | ( 0)) + 111, /* Number of indices in LC_TIME category. */ + /* Long month names, in the grammatical form used when the month + is named by itself. */ + __ALTMON_1 = (((__LC_TIME) << 16) | ( 0)) + 111, /* January */ + __ALTMON_2 = (((__LC_TIME) << 16) | ( 0)) + 112, + __ALTMON_3 = (((__LC_TIME) << 16) | ( 0)) + 113, + __ALTMON_4 = (((__LC_TIME) << 16) | ( 0)) + 114, + __ALTMON_5 = (((__LC_TIME) << 16) | ( 0)) + 115, + __ALTMON_6 = (((__LC_TIME) << 16) | ( 0)) + 116, + __ALTMON_7 = (((__LC_TIME) << 16) | ( 0)) + 117, + __ALTMON_8 = (((__LC_TIME) << 16) | ( 0)) + 118, + __ALTMON_9 = (((__LC_TIME) << 16) | ( 0)) + 119, + __ALTMON_10 = (((__LC_TIME) << 16) | ( 0)) + 120, + __ALTMON_11 = (((__LC_TIME) << 16) | ( 0)) + 121, + __ALTMON_12 = (((__LC_TIME) << 16) | ( 0)) + 122; +// #ifdef __USE_GNU +public static final int ALTMON_1 = __ALTMON_1; +public static final int ALTMON_2 = __ALTMON_2; +public static final int ALTMON_3 = __ALTMON_3; +public static final int ALTMON_4 = __ALTMON_4; +public static final int ALTMON_5 = __ALTMON_5; +public static final int ALTMON_6 = __ALTMON_6; +public static final int ALTMON_7 = __ALTMON_7; +public static final int ALTMON_8 = __ALTMON_8; +public static final int ALTMON_9 = __ALTMON_9; +public static final int ALTMON_10 = __ALTMON_10; +public static final int ALTMON_11 = __ALTMON_11; +public static final int ALTMON_12 = __ALTMON_12; +// #endif + + /* Long month names, in the grammatical form used when the month + is named by itself. */ +public static final int + _NL_WALTMON_1 = (((__LC_TIME) << 16) | ( 0)) + 123, /* January */ + _NL_WALTMON_2 = (((__LC_TIME) << 16) | ( 0)) + 124, + _NL_WALTMON_3 = (((__LC_TIME) << 16) | ( 0)) + 125, + _NL_WALTMON_4 = (((__LC_TIME) << 16) | ( 0)) + 126, + _NL_WALTMON_5 = (((__LC_TIME) << 16) | ( 0)) + 127, + _NL_WALTMON_6 = (((__LC_TIME) << 16) | ( 0)) + 128, + _NL_WALTMON_7 = (((__LC_TIME) << 16) | ( 0)) + 129, + _NL_WALTMON_8 = (((__LC_TIME) << 16) | ( 0)) + 130, + _NL_WALTMON_9 = (((__LC_TIME) << 16) | ( 0)) + 131, + _NL_WALTMON_10 = (((__LC_TIME) << 16) | ( 0)) + 132, + _NL_WALTMON_11 = (((__LC_TIME) << 16) | ( 0)) + 133, + _NL_WALTMON_12 = (((__LC_TIME) << 16) | ( 0)) + 134, + + /* Abbreviated month names, in the grammatical form used when the month + is named by itself. */ + _NL_ABALTMON_1 = (((__LC_TIME) << 16) | ( 0)) + 135, /* Jan */ + _NL_ABALTMON_2 = (((__LC_TIME) << 16) | ( 0)) + 136, + _NL_ABALTMON_3 = (((__LC_TIME) << 16) | ( 0)) + 137, + _NL_ABALTMON_4 = (((__LC_TIME) << 16) | ( 0)) + 138, + _NL_ABALTMON_5 = (((__LC_TIME) << 16) | ( 0)) + 139, + _NL_ABALTMON_6 = (((__LC_TIME) << 16) | ( 0)) + 140, + _NL_ABALTMON_7 = (((__LC_TIME) << 16) | ( 0)) + 141, + _NL_ABALTMON_8 = (((__LC_TIME) << 16) | ( 0)) + 142, + _NL_ABALTMON_9 = (((__LC_TIME) << 16) | ( 0)) + 143, + _NL_ABALTMON_10 = (((__LC_TIME) << 16) | ( 0)) + 144, + _NL_ABALTMON_11 = (((__LC_TIME) << 16) | ( 0)) + 145, + _NL_ABALTMON_12 = (((__LC_TIME) << 16) | ( 0)) + 146, + + /* Abbreviated month names, in the grammatical form used when the month + is named by itself. */ + _NL_WABALTMON_1 = (((__LC_TIME) << 16) | ( 0)) + 147, /* Jan */ + _NL_WABALTMON_2 = (((__LC_TIME) << 16) | ( 0)) + 148, + _NL_WABALTMON_3 = (((__LC_TIME) << 16) | ( 0)) + 149, + _NL_WABALTMON_4 = (((__LC_TIME) << 16) | ( 0)) + 150, + _NL_WABALTMON_5 = (((__LC_TIME) << 16) | ( 0)) + 151, + _NL_WABALTMON_6 = (((__LC_TIME) << 16) | ( 0)) + 152, + _NL_WABALTMON_7 = (((__LC_TIME) << 16) | ( 0)) + 153, + _NL_WABALTMON_8 = (((__LC_TIME) << 16) | ( 0)) + 154, + _NL_WABALTMON_9 = (((__LC_TIME) << 16) | ( 0)) + 155, + _NL_WABALTMON_10 = (((__LC_TIME) << 16) | ( 0)) + 156, + _NL_WABALTMON_11 = (((__LC_TIME) << 16) | ( 0)) + 157, + _NL_WABALTMON_12 = (((__LC_TIME) << 16) | ( 0)) + 158, + + _NL_NUM_LC_TIME = (((__LC_TIME) << 16) | ( 0)) + 159, /* Number of indices in LC_TIME category. */ /* LC_COLLATE category: text sorting. This information is accessed by the strcoll and strxfrm functions. @@ -1163,12 +1276,9 @@ public static native int dlinfo(Pointer __handle, public static native @Cast("char*") BytePointer nl_langinfo(@Cast("nl_item") int __item); -// #ifdef __USE_XOPEN2K -/* This interface is for the extended locale model. See for - more information. */ - -/* Get locale datatype definition. */ -// # include +// #ifdef __USE_XOPEN2K8 +/* POSIX.1-2008 extended locale interface (see locale.h). */ +// # include /* Just like nl_langinfo but get the information from the locale object L. */ public static native @Cast("char*") BytePointer nl_langinfo_l(@Cast("nl_item") int __item, locale_t __l); @@ -1179,8 +1289,7 @@ public static native int dlinfo(Pointer __handle, // Parsed from locale.h -/* Copyright (C) 1991,1992,1995-2002,2007,2009,2012 - Free Software Foundation, Inc. +/* Copyright (C) 1991-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -1195,7 +1304,7 @@ public static native int dlinfo(Pointer __handle, You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* * ISO C99 Standard: 7.11 Localization @@ -1237,29 +1346,24 @@ public static native int dlinfo(Pointer __handle, /* Return the numeric/monetary information for the current locale. */ public static native lconv localeconv(); -// #ifdef __USE_XOPEN2K8 -/* The concept of one static locale per category is not very well - thought out. Many applications will need to process its data using - information from several different locales. Another application is - the implementation of the internationalization handling in the - upcoming ISO C++ standard library. To support this another set of - the functions using locale data exist which have an additional - argument. - - Attention: all these functions are *not* standardized in any form. - This is a proof-of-concept implementation. */ -/* Get locale datatype definition. */ -// # include +// #ifdef __USE_XOPEN2K8 +/* POSIX.1-2008 extends the locale interface with functions for + explicit creation and manipulation of 'locale_t' objects + representing locale contexts, and a set of parallel + locale-sensitive text processing functions that take a locale_t + argument. This enables applications to work with data from + multiple locales simultaneously and thread-safely. */ +// # include /* Return a reference to a data structure representing a set of locale datasets. Unlike for the CATEGORY parameter for `setlocale' the CATEGORY_MASK parameter here uses a single bit for each category, made by OR'ing together LC_*_MASK bits above. */ public static native locale_t newlocale(int __category_mask, @Cast("const char*") BytePointer __locale, - locale_t __base); + locale_t __base); public static native locale_t newlocale(int __category_mask, String __locale, - locale_t __base); + locale_t __base); /* These are the bits that can be set in the CATEGORY_MASK argument to `newlocale'. In the GNU implementation, LC_FOO_MASK has the value @@ -1316,9 +1420,76 @@ public static native locale_t newlocale(int __category_mask, String __locale, // #endif /* locale.h */ -// Parsed from bits/uio.h +// Parsed from bits/types/struct_tm.h + +// #ifndef __struct_tm_defined +public static final int __struct_tm_defined = 1; + +// #include +// Targeting ../linux/tm.java + + + +// #endif + + +// Parsed from bits/types/struct_timeval.h + +// #ifndef __timeval_defined +public static final int __timeval_defined = 1; + +// #include +// Targeting ../linux/timeval.java + + +// #endif + + +// Parsed from bits/types/struct_timespec.h + +/* NB: Include guard matches what uses. */ +// #ifndef _STRUCT_TIMESPEC +public static final int _STRUCT_TIMESPEC = 1; + +// #include +// #include +// Targeting ../linux/timespec.java + + + +// #endif + + +// Parsed from bits/types/struct_itimerspec.h + +// #ifndef __itimerspec_defined +public static final int __itimerspec_defined = 1; + +// #include +// #include +// Targeting ../linux/itimerspec.java + + + +// #endif + + +// Parsed from bits/types/timer_t.h + +// #ifndef __timer_t_defined +public static final int __timer_t_defined = 1; + +// #include + +/* Timer ID returned by `timer_create'. */ + +// #endif + -/* Copyright (C) 1996, 1997, 2006, 2011, 2012 Free Software Foundation, Inc. +// Parsed from bits/types/struct_iovec.h + +/* Define struct iovec. + Copyright (C) 1996-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -1333,30 +1504,13 @@ public static native locale_t newlocale(int __category_mask, String __locale, You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ - -// #if !defined _SYS_UIO_H && !defined _FCNTL_H -// # error "Never include directly; use instead." -// #endif + . */ -// #ifndef _BITS_UIO_H -public static final int _BITS_UIO_H = 1; +// #ifndef __iovec_defined +public static final int __iovec_defined = 1; -// #include - - -/* We should normally use the Linux kernel header file to define this - type and macros but this calls for trouble because of the header - includes other kernel headers. */ - -/* Size of object which can be written atomically. - - This macro has different values in different kernel versions. The - latest versions of the kernel use 1024 and this is good choice. Since - the C library implementation of readv/writev is able to emulate the - functionality even if the currently running kernel does not support - this large value the readv/writev call will not fail because of this. */ -// #define UIO_MAXIOV 1024 +// #define __need_size_t +// #include // Targeting ../linux/iovec.java @@ -1364,32 +1518,9 @@ public static native locale_t newlocale(int __category_mask, String __locale, // #endif -// #ifdef __USE_GNU -// # if defined _SYS_UIO_H && !defined _BITS_UIO_H_FOR_SYS_UIO_H -public static final int _BITS_UIO_H_FOR_SYS_UIO_H = 1; - -/* Read from another process' address space. */ -public static native @Cast("ssize_t") long process_vm_readv(@Cast("pid_t") int __pid, @Const iovec __lvec, - @Cast("unsigned long int") long __liovcnt, - @Const iovec __rvec, - @Cast("unsigned long int") long __riovcnt, - @Cast("unsigned long int") long __flags); - -/* Write to another process' address space. */ -public static native @Cast("ssize_t") long process_vm_writev(@Cast("pid_t") int __pid, @Const iovec __lvec, - @Cast("unsigned long int") long __liovcnt, - @Const iovec __rvec, - @Cast("unsigned long int") long __riovcnt, - @Cast("unsigned long int") long __flags); - -// # endif -// #endif - - // Parsed from sys/uio.h -/* Copyright (C) 1991,1992,1996-1999,2003,2009,2012 - Free Software Foundation, Inc. +/* Copyright (C) 1991-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -1404,18 +1535,20 @@ public static native locale_t newlocale(int __category_mask, String __locale, You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ // #ifndef _SYS_UIO_H public static final int _SYS_UIO_H = 1; // #include - // #include - -/* This file defines `struct iovec'. */ -// #include - +// #include +// #include +// #ifdef __IOV_MAX +// # define UIO_MAXIOV __IOV_MAX +// #else +// # undef UIO_MAXIOV +// #endif /* Read data from file descriptor FD, and put the result in the buffers described by IOVEC, which is a vector of COUNT 'struct iovec's. @@ -1438,7 +1571,7 @@ public static native locale_t newlocale(int __category_mask, String __locale, public static native @Cast("ssize_t") long writev(int __fd, @Const iovec __iovec, int __count); -// #ifdef __USE_BSD +// #ifdef __USE_MISC // # ifndef __USE_FILE_OFFSET64 /* Read data from file descriptor FD at the given position OFFSET without change the file pointer, and put the result in the buffers @@ -1463,6 +1596,7 @@ public static native locale_t newlocale(int __category_mask, String __locale, __THROW. */ public static native @Cast("ssize_t") long pwritev(int __fd, @Const iovec __iovec, int __count, @Cast("__off_t") long __offset); + // # else // # endif @@ -1491,7 +1625,40 @@ public static native locale_t newlocale(int __category_mask, String __locale, public static native @Cast("ssize_t") long pwritev64(int __fd, @Const iovec __iovec, int __count, @Cast("__off64_t") long __offset); // # endif -// #endif /* Use BSD */ +// #endif /* Use misc. */ + + +// #ifdef __USE_GNU +// # ifndef __USE_FILE_OFFSET64 +/* Same as preadv but with an additional flag argumenti defined at uio.h. */ +public static native @Cast("ssize_t") long preadv2(int __fp, @Const iovec __iovec, int __count, + @Cast("__off_t") long __offset, int ___flags); + +/* Same as preadv but with an additional flag argument defined at uio.h. */ +public static native @Cast("ssize_t") long pwritev2(int __fd, @Const iovec __iodev, int __count, + @Cast("__off_t") long __offset, int __flags); + +// # else +// # endif + +// # ifdef __USE_LARGEFILE64 +/* Same as preadv but with an additional flag argumenti defined at uio.h. */ +public static native @Cast("ssize_t") long preadv64v2(int __fp, @Const iovec __iovec, + int __count, @Cast("__off64_t") long __offset, + int ___flags); + +/* Same as preadv but with an additional flag argument defined at uio.h. */ +public static native @Cast("ssize_t") long pwritev64v2(int __fd, @Const iovec __iodev, + int __count, @Cast("__off64_t") long __offset, + int __flags); +// # endif +// #endif /* Use GNU. */ + +/* Some operating systems provide system-specific extensions to this + header. */ +// #ifdef __USE_GNU +// # include +// #endif // #endif /* sys/uio.h */ @@ -1499,7 +1666,7 @@ public static native locale_t newlocale(int __category_mask, String __locale, // Parsed from bits/sockaddr.h /* Definition of struct sockaddr_* common members and sizes, generic version. - Copyright (C) 1995,1996,1997,1998,2000,2001 Free Software Foundation, Inc. + Copyright (C) 1995-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -1514,7 +1681,7 @@ public static native locale_t newlocale(int __category_mask, String __locale, You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* * Never include this file directly; use instead. @@ -1545,7 +1712,7 @@ public static native locale_t newlocale(int __category_mask, String __locale, // Parsed from bits/socket_type.h /* Define enum __socket_type for generic Linux. - Copyright (C) 1991-2012 Free Software Foundation, Inc. + Copyright (C) 1991-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -1560,7 +1727,7 @@ public static native locale_t newlocale(int __category_mask, String __locale, You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ // #ifndef _SYS_SOCKET_H // # error "Never include directly; use instead." @@ -1603,8 +1770,7 @@ public static native locale_t newlocale(int __category_mask, String __locale, // Parsed from bits/socket.h /* System-specific socket constants and types. Linux version. - Copyright (C) 1991, 1992, 1994-2001, 2004, 2006-2010, 2011, 2012 - Free Software Foundation, Inc. + Copyright (C) 1991-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -1619,7 +1785,7 @@ public static native locale_t newlocale(int __category_mask, String __locale, You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ // #ifndef __BITS_SOCKET_H // #define __BITS_SOCKET_H @@ -1628,7 +1794,7 @@ public static native locale_t newlocale(int __category_mask, String __locale, // # error "Never include directly; use instead." // #endif -// #define __need_size_t +// #define __need_size_t // #include // #include @@ -1672,8 +1838,8 @@ public static native locale_t newlocale(int __category_mask, String __locale, public static final int PF_PPPOX = 24; /* PPPoX sockets. */ public static final int PF_WANPIPE = 25; /* Wanpipe API sockets. */ public static final int PF_LLC = 26; /* Linux LLC. */ -public static final int PF_IB = 27; /* Native InfiniBand address. */ -public static final int PF_MPLS = 28; /* MPLS. */ +public static final int PF_IB = 27; /* Native InfiniBand address. */ +public static final int PF_MPLS = 28; /* MPLS. */ public static final int PF_CAN = 29; /* Controller Area Network. */ public static final int PF_TIPC = 30; /* TIPC sockets. */ public static final int PF_BLUETOOTH = 31; /* Bluetooth sockets. */ @@ -1686,7 +1852,11 @@ public static native locale_t newlocale(int __category_mask, String __locale, public static final int PF_ALG = 38; /* Algorithm sockets. */ public static final int PF_NFC = 39; /* NFC sockets. */ public static final int PF_VSOCK = 40; /* vSockets. */ -public static final int PF_MAX = 41; /* For now.. */ +public static final int PF_KCM = 41; /* Kernel Connection Multiplexor. */ +public static final int PF_QIPCRTR = 42; /* Qualcomm IPC Router. */ +public static final int PF_SMC = 43; /* SMC sockets. */ +public static final int PF_XDP = 44; /* XDP sockets. */ +public static final int PF_MAX = 45; /* For now.. */ /* Address families. */ public static final int AF_UNSPEC = PF_UNSPEC; @@ -1733,6 +1903,10 @@ public static native locale_t newlocale(int __category_mask, String __locale, public static final int AF_ALG = PF_ALG; public static final int AF_NFC = PF_NFC; public static final int AF_VSOCK = PF_VSOCK; +public static final int AF_KCM = PF_KCM; +public static final int AF_QIPCRTR = PF_QIPCRTR; +public static final int AF_SMC = PF_SMC; +public static final int AF_XDP = PF_XDP; public static final int AF_MAX = PF_MAX; /* Socket level values. Others are defined in the appropriate headers. @@ -1746,9 +1920,26 @@ public static native locale_t newlocale(int __category_mask, String __locale, public static final int SOL_ATM = 264; /* ATM layer (cell level). */ public static final int SOL_AAL = 265; /* ATM Adaption Layer (packet level). */ public static final int SOL_IRDA = 266; +public static final int SOL_NETBEUI = 267; +public static final int SOL_LLC = 268; +public static final int SOL_DCCP = 269; +public static final int SOL_NETLINK = 270; +public static final int SOL_TIPC = 271; +public static final int SOL_RXRPC = 272; +public static final int SOL_PPPOL2TP = 273; +public static final int SOL_BLUETOOTH = 274; +public static final int SOL_PNPIPE = 275; +public static final int SOL_RDS = 276; +public static final int SOL_IUCV = 277; +public static final int SOL_CAIF = 278; +public static final int SOL_ALG = 279; +public static final int SOL_NFC = 280; +public static final int SOL_KCM = 281; +public static final int SOL_TLS = 282; +public static final int SOL_XDP = 283; /* Maximum queue length specifiable by listen. */ -public static final int SOMAXCONN = 128; +public static final int SOMAXCONN = 4096; /* Get the definition of the macro to define the common sockaddr members. */ // #include @@ -1786,29 +1977,33 @@ public static native locale_t newlocale(int __category_mask, String __locale, MSG_PROXY = 0x10, /* Supply or ask second address. */ // #define MSG_PROXY MSG_PROXY MSG_TRUNC = 0x20, -// #define MSG_TRUNC MSG_TRUNC +// #define MSG_TRUNC MSG_TRUNC MSG_DONTWAIT = 0x40, /* Nonblocking IO. */ -// #define MSG_DONTWAIT MSG_DONTWAIT +// #define MSG_DONTWAIT MSG_DONTWAIT MSG_EOR = 0x80, /* End of record. */ -// #define MSG_EOR MSG_EOR +// #define MSG_EOR MSG_EOR MSG_WAITALL = 0x100, /* Wait for a full request. */ -// #define MSG_WAITALL MSG_WAITALL +// #define MSG_WAITALL MSG_WAITALL MSG_FIN = 0x200, -// #define MSG_FIN MSG_FIN +// #define MSG_FIN MSG_FIN MSG_SYN = 0x400, -// #define MSG_SYN MSG_SYN +// #define MSG_SYN MSG_SYN MSG_CONFIRM = 0x800, /* Confirm path validity. */ -// #define MSG_CONFIRM MSG_CONFIRM +// #define MSG_CONFIRM MSG_CONFIRM MSG_RST = 0x1000, -// #define MSG_RST MSG_RST +// #define MSG_RST MSG_RST MSG_ERRQUEUE = 0x2000, /* Fetch message from error queue. */ -// #define MSG_ERRQUEUE MSG_ERRQUEUE +// #define MSG_ERRQUEUE MSG_ERRQUEUE MSG_NOSIGNAL = 0x4000, /* Do not generate SIGPIPE. */ -// #define MSG_NOSIGNAL MSG_NOSIGNAL +// #define MSG_NOSIGNAL MSG_NOSIGNAL MSG_MORE = 0x8000, /* Sender will send more. */ -// #define MSG_MORE MSG_MORE +// #define MSG_MORE MSG_MORE MSG_WAITFORONE = 0x10000, /* Wait for at least one packet to return.*/ // #define MSG_WAITFORONE MSG_WAITFORONE + MSG_BATCH = 0x40000, /* sendmmsg: more messages coming. */ +// #define MSG_BATCH MSG_BATCH + MSG_ZEROCOPY = 0x4000000, /* Use user data in kernel path. */ +// #define MSG_ZEROCOPY MSG_ZEROCOPY MSG_FASTOPEN = 0x20000000, /* Send data in TCP SYN. */ // #define MSG_FASTOPEN MSG_FASTOPEN @@ -1824,7 +2019,7 @@ public static native locale_t newlocale(int __category_mask, String __locale, /* Ancillary data object manipulation macros. */ -// #if (!defined __STRICT_ANSI__ && __GNUC__ >= 2) || __STDC_VERSION__ >= 199901L +// #if __glibc_c99_flexarr_available // # define CMSG_DATA(cmsg) ((cmsg)->__cmsg_data) // #else // # define CMSG_DATA(cmsg) ((unsigned char *) ((struct cmsghdr *) (cmsg) + 1)) @@ -1858,33 +2053,9 @@ public static native cmsghdr __cmsg_nxthdr(msghdr __mhdr, // #endif -/* Ugly workaround for unclean kernel headers. */ -// #if !defined __USE_MISC && !defined __USE_GNU -// # ifndef FIOGETOWN -// # define __SYS_SOCKET_H_undef_FIOGETOWN -// # endif -// # ifndef FIOSETOWN -// # define __SYS_SOCKET_H_undef_FIOSETOWN -// # endif -// # ifndef SIOCATMARK -// # define __SYS_SOCKET_H_undef_SIOCATMARK -// # endif -// # ifndef SIOCGPGRP -// # define __SYS_SOCKET_H_undef_SIOCGPGRP -// # endif -// # ifndef SIOCGSTAMP -// # define __SYS_SOCKET_H_undef_SIOCGSTAMP -// # endif -// # ifndef SIOCGSTAMPNS -// # define __SYS_SOCKET_H_undef_SIOCGSTAMPNS -// # endif -// # ifndef SIOCSPGRP -// # define __SYS_SOCKET_H_undef_SIOCSPGRP -// # endif -// #endif - -/* Get socket manipulation related informations from kernel headers. */ -// #include +// #ifdef __USE_MISC +// # include +// # include // Targeting ../linux/linger.java @@ -1895,8 +2066,7 @@ public static native cmsghdr __cmsg_nxthdr(msghdr __mhdr, // Parsed from sys/socket.h /* Declarations of socket constants, types, and functions. - Copyright (C) 1991,92,1994-2001,2003,2005,2007,2008,2012 - Free Software Foundation, Inc. + Copyright (C) 1991-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -1911,29 +2081,24 @@ public static native cmsghdr __cmsg_nxthdr(msghdr __mhdr, You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ // #ifndef _SYS_SOCKET_H public static final int _SYS_SOCKET_H = 1; // #include -// #include +// #include // #define __need_size_t // #include -// #ifdef __USE_GNU -/* Get the __sigset_t definition. */ -// # include -// #endif - /* This operating system-specific header file defines the SOCK_*, PF_*, AF_*, MSG_*, SOL_*, and SO_* constants, and the `struct sockaddr', `struct msghdr', and `struct linger' types. */ // #include -// Targeting ../linux/osockaddr.java - +// #ifdef __USE_MISC +// # include // #endif /* The following constants should be used for the second parameter of @@ -2075,13 +2240,13 @@ public static native int sendmmsg(int __fd, mmsghdr __vmessages, // #ifdef __USE_GNU /* Receive up to VLEN messages as described by VMESSAGES from socket FD. - Returns the number of bytes read or -1 for errors. + Returns the number of messages received or -1 for errors. This function is a cancellation point and therefore not marked with __THROW. */ public static native int recvmmsg(int __fd, mmsghdr __vmessages, @Cast("unsigned int") int __vlen, int __flags, - @Const timespec __tmo); + timespec __tmo); // #endif @@ -2148,7 +2313,7 @@ public static native int accept4(int __fd, sockaddr __addr, // #ifdef __USE_XOPEN2K -/* Determine wheter socket is at a out-of-band mark. */ +/* Determine whether socket is at a out-of-band mark. */ public static native int sockatmark(int __fd); // #endif @@ -2171,6 +2336,7 @@ public static native int accept4(int __fd, sockaddr __addr, // Parsed from asm-generic/errno-base.h +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ // #ifndef _ASM_GENERIC_ERRNO_BASE_H // #define _ASM_GENERIC_ERRNO_BASE_H @@ -2214,6 +2380,7 @@ public static native int accept4(int __fd, sockaddr __addr, // Parsed from asm-generic/errno.h +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ // #ifndef _ASM_GENERIC_ERRNO_H // #define _ASM_GENERIC_ERRNO_H @@ -2222,7 +2389,16 @@ public static native int accept4(int __fd, sockaddr __addr, public static final int EDEADLK = 35; /* Resource deadlock would occur */ public static final int ENAMETOOLONG = 36; /* File name too long */ public static final int ENOLCK = 37; /* No record locks available */ -public static final int ENOSYS = 38; /* Function not implemented */ + +/* + * This error code is special: arch syscall entry code will return + * -ENOSYS if users try to call a syscall that doesn't exist. To keep + * failures of syscalls that really do exist distinguishable from + * failures due to attempts to use a nonexistent syscall, syscall + * implementations should refrain from returning -ENOSYS. + */ +public static final int ENOSYS = 38; /* Invalid system call number */ + public static final int ENOTEMPTY = 39; /* Directory not empty */ public static final int ELOOP = 40; /* Too many symbolic links encountered */ public static final int EWOULDBLOCK = EAGAIN; /* Operation would block */ @@ -2332,7 +2508,7 @@ public static native int accept4(int __fd, sockaddr __addr, // Parsed from bits/errno.h /* Error constants. Linux specific version. - Copyright (C) 1996-1999, 2005, 2009, 2012 Free Software Foundation, Inc. + Copyright (C) 1996-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -2347,54 +2523,43 @@ public static native int accept4(int __fd, sockaddr __addr, You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ + +// #ifndef _BITS_ERRNO_H +public static final int _BITS_ERRNO_H = 1; -// #ifdef _ERRNO_H +// #if !defined _ERRNO_H +// # error "Never include directly; use instead." +// #endif -// # undef EDOM -// # undef EILSEQ -// # undef ERANGE // # include -/* Linux has no ENOTSUP error code. */ -public static final int ENOTSUP = EOPNOTSUPP; +/* Older Linux headers do not define these constants. */ +// # ifndef ENOTSUP +public static final int ENOTSUP = EOPNOTSUPP; +// # endif -/* Older Linux versions also had no ECANCELED error code. */ // # ifndef ECANCELED // # endif -/* Support for error codes to support robust mutexes was added later, too. */ // # ifndef EOWNERDEAD // # endif +// #ifndef ENOTRECOVERABLE +// # endif + // # ifndef ERFKILL // # endif // # ifndef EHWPOISON // # endif -// # ifndef __ASSEMBLER__ -/* Function to get address of global `errno' variable. */ -public static native IntPointer __errno_location(); - -// # if !defined _LIBC || defined _LIBC_REENTRANT -/* When using threads, errno is a per-thread value. */ -public static native @MemberGetter int errno(); -public static final int errno = errno(); -// # endif -// # endif /* !__ASSEMBLER__ */ -// #endif /* _ERRNO_H */ - -// #if !defined _ERRNO_H && defined __need_Emath -/* This is ugly but the kernel header is not clean enough. We must - define only the values EDOM, EILSEQ and ERANGE in case __need_Emath is - defined. */ /* Math argument out of domain of function. */ /* Illegal byte sequence. */ /* Math result not representable. */ -// #endif /* !_ERRNO_H && __need_Emath */ +// #endif /* bits/errno.h. */ // Parsed from errno.h -/* Copyright (C) 1991,92,93,94,95,96,97,2002 Free Software Foundation, Inc. +/* Copyright (C) 1991-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -2409,63 +2574,48 @@ public static native int accept4(int __fd, sockaddr __addr, You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* * ISO C99 Standard: 7.5 Errors */ // #ifndef _ERRNO_H +public static final int _ERRNO_H = 1; -/* The includer defined __need_Emath if he wants only the definitions - of EDOM and ERANGE, and not everything else. */ -// #ifndef __need_Emath -public static final int _ERRNO_H = 1; -// # include -// #endif +// #include -/* Get the error number constants from the system-specific file. - This file will test __need_Emath and _ERRNO_H. */ +/* The system-specific definitions of the E* constants, as macros. */ // #include -// #undef __need_Emath -// #ifdef _ERRNO_H +/* When included from assembly language, this header only provides the + E* constants. */ +// #ifndef __ASSEMBLER__ -/* Declare the `errno' variable, unless it's defined as a macro by - bits/errno.h. This is the case in GNU, where it is a per-thread - variable. This redeclaration using the macro still works, but it - will be a function declaration without a prototype and may trigger - a -Wstrict-prototypes warning. */ -// #ifndef errno -// #endif +/* The error code set by various library functions. */ +public static native IntPointer __errno_location(); +public static native @MemberGetter int errno(); +public static final int errno = errno(); -// #ifdef __USE_GNU +// # ifdef __USE_GNU /* The full and simple forms of the name with which the program was invoked. These variables are set up automatically at startup based on - the value of ARGV[0] (this works only if you use GNU ld). */ + the value of argv[0]. */ public static native @Cast("char*") BytePointer program_invocation_name(); public static native void program_invocation_name(BytePointer setter); public static native @Cast("char*") BytePointer program_invocation_short_name(); public static native void program_invocation_short_name(BytePointer setter); -// #endif /* __USE_GNU */ -// #endif /* _ERRNO_H */ -// #endif /* _ERRNO_H */ +// #include -/* The Hurd defines `error_t' as an enumerated type so - that printing `error_t' values in the debugger shows the names. We - might need this definition sometimes even if this file was included - before. */ -// #if defined __USE_GNU || defined __need_error_t -// # ifndef __error_t_defined -public static final int __error_t_defined = 1; -// # endif -// # undef __need_error_t -// #endif +// # endif /* __USE_GNU */ + +// #endif /* !__ASSEMBLER__ */ +// #endif /* errno.h */ // Parsed from string.h -/* Copyright (C) 1991-2012 Free Software Foundation, Inc. +/* Copyright (C) 1991-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -2480,7 +2630,7 @@ public static native int accept4(int __fd, sockaddr __addr, You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* * ISO C99 Standard: 7.21 String handling @@ -2489,7 +2639,8 @@ public static native int accept4(int __fd, sockaddr __addr, // #ifndef _STRING_H public static final int _STRING_H = 1; -// #include +// #define __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION +// #include /* Get size_t and NULL from . */ // #define __need_size_t @@ -2497,7 +2648,8 @@ public static native int accept4(int __fd, sockaddr __addr, // #include /* Tell the caller that we provide correct C++ prototypes. */ -// #if defined __cplusplus && __GNUC_PREREQ (4, 4) +// #if defined __cplusplus && (__GNUC_PREREQ (4, 4) +// || __glibc_clang_prereq (3, 5)) // # define __CORRECT_ISO_CPP_STRING_H_PROTO // #endif @@ -2508,13 +2660,14 @@ public static native Pointer memcpy(Pointer __dest, @Const Pointer __src, /* Copy N bytes of SRC to DEST, guaranteeing correct behavior for overlapping strings. */ public static native Pointer memmove(Pointer __dest, @Const Pointer __src, @Cast("size_t") long __n); + /* Copy no more than N bytes of SRC to DEST, stopping when C is found. Return the position in DEST one byte past where C was copied, or NULL if C was not found in the first N bytes of SRC. */ -// #if defined __USE_SVID || defined __USE_BSD || defined __USE_XOPEN +// #if defined __USE_MISC || defined __USE_XOPEN || __GLIBC_USE (ISOC2X) public static native Pointer memccpy(Pointer __dest, @Const Pointer __src, int __c, @Cast("size_t") long __n); -// #endif /* SVID. */ +// #endif /* Misc || X/Open. */ /* Set N bytes of S to C. */ @@ -2531,6 +2684,7 @@ public static native Pointer memccpy(Pointer __dest, @Const Pointer __src, // # endif // #else // #endif + // #ifdef __USE_GNU /* Search in S for C. This is similar to `memchr' but there is no length limit. */ @@ -2612,16 +2766,16 @@ public static native Pointer memccpy(Pointer __dest, @Const Pointer __src, @Cast("const char*") BytePointer __src, @Cast("size_t") long __n); public static native @Cast("size_t") long strxfrm(@Cast("char*") byte[] __dest, String __src, @Cast("size_t") long __n); + // #ifdef __USE_XOPEN2K8 -/* The following functions are equivalent to the both above but they - take the locale they use for the collation as an extra argument. - This is not standardsized but something like will come. */ -// # include +/* POSIX.1-2008 extended locale interface (see locale.h). */ +// # include -/* Compare the collated forms of S1 and S2 using rules from L. */ +/* Compare the collated forms of S1 and S2, using sorting rules from L. */ public static native int strcoll_l(@Cast("const char*") BytePointer __s1, @Cast("const char*") BytePointer __s2, locale_t __l); public static native int strcoll_l(String __s1, String __s2, locale_t __l); -/* Put a transformation of SRC into no more than N bytes of DEST. */ +/* Put a transformation of SRC into no more than N bytes of DEST, + using sorting rules from L. */ public static native @Cast("size_t") long strxfrm_l(@Cast("char*") BytePointer __dest, @Cast("const char*") BytePointer __src, @Cast("size_t") long __n, locale_t __l); public static native @Cast("size_t") long strxfrm_l(@Cast("char*") ByteBuffer __dest, String __src, @Cast("size_t") long __n, @@ -2636,8 +2790,8 @@ public static native Pointer memccpy(Pointer __dest, @Const Pointer __src, locale_t __l); // #endif -// #if defined __USE_SVID || defined __USE_BSD || defined __USE_XOPEN_EXTENDED -// || defined __USE_XOPEN2K8 +// #if (defined __USE_XOPEN_EXTENDED || defined __USE_XOPEN2K8 +// || __GLIBC_USE (LIB_EXT2) || __GLIBC_USE (ISOC2X)) /* Duplicate S, returning an identical malloc'd string. */ public static native @Cast("char*") BytePointer strdup(@Cast("const char*") BytePointer __s); public static native @Cast("char*") ByteBuffer strdup(String __s); @@ -2646,7 +2800,7 @@ public static native Pointer memccpy(Pointer __dest, @Const Pointer __src, /* Return a malloc'd copy of at most N bytes of STRING. The resultant string is terminated even if no null terminator appears before STRING[N]. */ -// #if defined __USE_XOPEN2K8 +// #if defined __USE_XOPEN2K8 || __GLIBC_USE (LIB_EXT2) || __GLIBC_USE (ISOC2X) public static native @Cast("char*") BytePointer strndup(@Cast("const char*") BytePointer __string, @Cast("size_t") long __n); public static native @Cast("char*") ByteBuffer strndup(String __string, @Cast("size_t") long __n); // #endif @@ -2696,6 +2850,7 @@ public static native Pointer memccpy(Pointer __dest, @Const Pointer __src, // # endif // #else // #endif + // #ifdef __USE_GNU /* This function is similar to `strchr'. But it returns a pointer to the closing NUL byte in case C is not found in S. */ @@ -2753,6 +2908,7 @@ public static native Pointer memccpy(Pointer __dest, @Const Pointer __src, public static native @Cast("char*") BytePointer strtok(@Cast("char*") BytePointer __s, String __delim); public static native @Cast("char*") ByteBuffer strtok(@Cast("char*") ByteBuffer __s, @Cast("const char*") BytePointer __delim); public static native @Cast("char*") byte[] strtok(@Cast("char*") byte[] __s, String __delim); + /* Divide S into tokens separated by characters in DELIM. Information passed between calls are stored in SAVE_PTR. */ public static native @Cast("char*") BytePointer __strtok_r(@Cast("char*") BytePointer __s, @@ -2776,7 +2932,7 @@ public static native Pointer memccpy(Pointer __dest, @Const Pointer __src, public static native @Cast("char*") byte[] __strtok_r(@Cast("char*") byte[] __s, String __delim, @Cast("char**") @ByPtrPtr byte[] __save_ptr); -// #if defined __USE_POSIX || defined __USE_MISC +// #ifdef __USE_POSIX public static native @Cast("char*") BytePointer strtok_r(@Cast("char*") BytePointer __s, @Cast("const char*") BytePointer __delim, @Cast("char**") PointerPointer __save_ptr); public static native @Cast("char*") BytePointer strtok_r(@Cast("char*") BytePointer __s, @Cast("const char*") BytePointer __delim, @@ -2827,6 +2983,7 @@ public static native Pointer mempcpy(Pointer __dest, /* Return the length of S. */ public static native @Cast("size_t") long strlen(@Cast("const char*") BytePointer __s); public static native @Cast("size_t") long strlen(String __s); + // #ifdef __USE_XOPEN2K8 /* Find the length of STRING, but scan at most MAXLEN characters. If no '\0' terminator is found in that many characters, return MAXLEN. */ @@ -2837,7 +2994,7 @@ public static native Pointer mempcpy(Pointer __dest, /* Return a string describing the meaning of the `errno' code in ERRNUM. */ public static native @Cast("char*") BytePointer strerror(int __errnum); -// #if defined __USE_XOPEN2K || defined __USE_MISC +// #ifdef __USE_XOPEN2K /* Reentrant version of `strerror'. There are 2 flavors of `strerror_r', GNU which returns the string and may or may not use the supplied temporary buffer and POSIX one @@ -2860,82 +3017,13 @@ public static native Pointer mempcpy(Pointer __dest, public static native @Cast("char*") BytePointer strerror_l(int __errnum, locale_t __l); // #endif +// #ifdef __USE_MISC +// # include -/* We define this function always since `bzero' is sometimes needed when - the namespace rules does not allow this. */ -public static native void __bzero(Pointer __s, @Cast("size_t") long __n); - -// #ifdef __USE_BSD -/* Copy N bytes of SRC to DEST (like memmove, but args reversed). */ -public static native void bcopy(@Const Pointer __src, Pointer __dest, @Cast("size_t") long __n); - -/* Set N bytes of S to 0. */ -public static native void bzero(Pointer __s, @Cast("size_t") long __n); - -/* Compare N bytes of S1 and S2 (same as memcmp). */ -public static native int bcmp(@Const Pointer __s1, @Const Pointer __s2, @Cast("size_t") long __n); - -/* Find the first occurrence of C in S (same as strchr). */ -// # ifdef __CORRECT_ISO_CPP_STRING_H_PROTO -public static native @Cast("char*") BytePointer index(@Cast("char*") BytePointer __s, int __c); -public static native @Cast("char*") ByteBuffer index(@Cast("char*") ByteBuffer __s, int __c); -public static native @Cast("char*") byte[] index(@Cast("char*") byte[] __s, int __c); -public static native String index(String __s, int __c); - -// # if defined __OPTIMIZE__ && !defined __CORRECT_ISO_CPP_STRINGS_H_PROTO -// # endif -// # else -// # endif - -/* Find the last occurrence of C in S (same as strrchr). */ -// # ifdef __CORRECT_ISO_CPP_STRING_H_PROTO -public static native @Cast("char*") BytePointer rindex(@Cast("char*") BytePointer __s, int __c); -public static native @Cast("char*") ByteBuffer rindex(@Cast("char*") ByteBuffer __s, int __c); -public static native @Cast("char*") byte[] rindex(@Cast("char*") byte[] __s, int __c); -public static native String rindex(String __s, int __c); - -// # if defined __OPTIMIZE__ && !defined __CORRECT_ISO_CPP_STRINGS_H_PROTO -// #endif -// # else -// # endif - -/* Return the position of the first bit set in I, or 0 if none are set. - The least-significant bit is position 1, the most-significant 32. */ -public static native int ffs(int __i); - -/* The following two functions are non-standard but necessary for non-32 bit - platforms. */ -// # ifdef __USE_GNU -public static native int ffsl(long __l); -// # ifdef __GNUC__ -public static native int ffsll(long __ll); -// # endif -// # endif - -/* Compare S1 and S2, ignoring case. */ -public static native int strcasecmp(@Cast("const char*") BytePointer __s1, @Cast("const char*") BytePointer __s2); -public static native int strcasecmp(String __s1, String __s2); - -/* Compare no more than N chars of S1 and S2, ignoring case. */ -public static native int strncasecmp(@Cast("const char*") BytePointer __s1, @Cast("const char*") BytePointer __s2, @Cast("size_t") long __n); -public static native int strncasecmp(String __s1, String __s2, @Cast("size_t") long __n); -// #endif /* Use BSD. */ - -// #ifdef __USE_GNU -/* Again versions of a few functions which use the given locale instead - of the global one. */ -public static native int strcasecmp_l(@Cast("const char*") BytePointer __s1, @Cast("const char*") BytePointer __s2, - locale_t __loc); -public static native int strcasecmp_l(String __s1, String __s2, - locale_t __loc); - -public static native int strncasecmp_l(@Cast("const char*") BytePointer __s1, @Cast("const char*") BytePointer __s2, - @Cast("size_t") long __n, locale_t __loc); -public static native int strncasecmp_l(String __s1, String __s2, - @Cast("size_t") long __n, locale_t __loc); -// #endif +/* Set N bytes of S to 0. The compiler will not delete a call to this + function, even if S is dead after the call. */ +public static native void explicit_bzero(Pointer __s, @Cast("size_t") long __n); -// #ifdef __USE_BSD /* Return the next DELIM-delimited token from *STRINGP, terminating it with a '\0', and update *STRINGP to point past it. */ public static native @Cast("char*") BytePointer strsep(@Cast("char**") PointerPointer __stringp, @@ -3028,38 +3116,10 @@ public static native int strncasecmp_l(String __s1, String __s2, // # endif // #endif - -// #if defined __GNUC__ && __GNUC__ >= 2 -// # if defined __OPTIMIZE__ && !defined __OPTIMIZE_SIZE__ -// && !defined __NO_INLINE__ && !defined __cplusplus -/* When using GNU CC we provide some optimized versions of selected - functions from this header. There are two kinds of optimizations: - - - machine-dependent optimizations, most probably using inline - assembler code; these might be quite expensive since the code - size can increase significantly. - These optimizations are not used unless the symbol - __USE_STRING_INLINES - is defined before including this header. - - - machine-independent optimizations which do not increase the - code size significantly and which optimize mainly situations - where one or more arguments are compile-time constants. - These optimizations are used always when the compiler is - taught to optimize. - - One can inhibit all optimizations by defining __NO_STRING_INLINES. */ - -/* Get the machine-dependent optimizations (if any). */ -// # include - -/* These are generic optimizations which do not add too much inline code. */ -// # include -// # endif - +// #if __GNUC_PREREQ (3,4) // # if __USE_FORTIFY_LEVEL > 0 && defined __fortify_function /* Functions with security checks. */ -// # include +// # include // # endif // #endif @@ -3068,7 +3128,7 @@ public static native int strncasecmp_l(String __s1, String __s2, // Parsed from stdlib.h -/* Copyright (C) 1991-2007, 2009-2011, 2012 Free Software Foundation, Inc. +/* Copyright (C) 1991-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -3083,7 +3143,7 @@ public static native int strncasecmp_l(String __s1, String __s2, You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* * ISO C99 Standard: 7.20 General utilities @@ -3091,17 +3151,15 @@ public static native int strncasecmp_l(String __s1, String __s2, // #ifndef _STDLIB_H -// #include +// #define __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION +// #include /* Get size_t, wchar_t and NULL from . */ -// #define __need_size_t -// #ifndef __need_malloc_and_calloc -// # define __need_wchar_t -// # define __need_NULL -// #endif +// #define __need_size_t +// #define __need_wchar_t +// #define __need_NULL // #include -// #ifndef __need_malloc_and_calloc public static final int _STDLIB_H = 1; // #if (defined __USE_XOPEN || defined __USE_XOPEN2K8) && !defined _SYS_WAIT_H @@ -3109,43 +3167,20 @@ public static native int strncasecmp_l(String __s1, String __s2, // # include // # include -// # ifdef __USE_BSD - -/* Lots of hair to allow traditional BSD use of `union wait' - as well as POSIX.1 use of `int' for the status word. */ - -// # if defined __GNUC__ && !defined __cplusplus -// # define __WAIT_INT(status) -// (__extension__ (((union { __typeof(status) __in; int __i; }) -// { .__in = (status) }).__i)) -// # else -// # define __WAIT_INT(status) (*(int *) &(status)) -// # endif - -/* This is the type of the argument to `wait'. The funky union - causes redeclarations with either `int *' or `union wait *' to be - allowed without complaint. __WAIT_STATUS_DEFN is the type used in - the actual function definitions. */ - -// # if !defined __GNUC__ || __GNUC__ < 2 || defined __cplusplus -// # define __WAIT_STATUS void * -// # define __WAIT_STATUS_DEFN void * -// # else -// # endif - -// # else /* Don't use BSD. */ - -// # endif /* Use BSD. */ - /* Define the macros also would define this way. */ -// # define WEXITSTATUS(status) __WEXITSTATUS (__WAIT_INT (status)) -// # define WTERMSIG(status) __WTERMSIG (__WAIT_INT (status)) -// # define WSTOPSIG(status) __WSTOPSIG (__WAIT_INT (status)) -// # define WIFEXITED(status) __WIFEXITED (__WAIT_INT (status)) -// # define WIFSIGNALED(status) __WIFSIGNALED (__WAIT_INT (status)) -// # define WIFSTOPPED(status) __WIFSTOPPED (__WAIT_INT (status)) +// # define WEXITSTATUS(status) __WEXITSTATUS (status) +// # define WTERMSIG(status) __WTERMSIG (status) +// # define WSTOPSIG(status) __WSTOPSIG (status) +// # define WIFEXITED(status) __WIFEXITED (status) +// # define WIFSIGNALED(status) __WIFSIGNALED (status) +// # define WIFSTOPPED(status) __WIFSTOPPED (status) // # ifdef __WIFCONTINUED -// # define WIFCONTINUED(status) __WIFCONTINUED (__WAIT_INT (status)) +// # define WIFCONTINUED(status) __WIFCONTINUED (status) +// # endif +// #endif /* X/Open or XPG7 and not included. */ + +/* _FloatN API tests for enablement. */ +// #include // Targeting ../linux/div_t.java @@ -3185,7 +3220,8 @@ public static native int strncasecmp_l(String __s1, String __s2, /* Convert a string to a long integer. */ public static native long atol(@Cast("const char*") BytePointer __nptr); public static native long atol(String __nptr); -// #if defined __USE_ISOC99 || (defined __GLIBC_HAVE_LONG_LONG && defined __USE_MISC) + +// #ifdef __USE_ISOC99 /* Convert a string to a long long integer. */ public static native long atoll(@Cast("const char*") BytePointer __nptr); public static native long atoll(String __nptr); @@ -3206,6 +3242,7 @@ public static native double strtod(@Cast("const char*") BytePointer __nptr, @Cast("char**") @ByPtrPtr ByteBuffer __endptr); public static native double strtod(String __nptr, @Cast("char**") @ByPtrPtr byte[] __endptr); + // #ifdef __USE_ISOC99 /* Likewise for `float' and `long double' sizes of floating-point numbers. */ public static native float strtof(@Cast("const char*") BytePointer __nptr, @@ -3239,16 +3276,39 @@ public static native float strtof(String __nptr, @Cast("char**") @ByPtrPtr byte[] __endptr); // #endif -/* Convert a string to a long integer. */ -public static native long strtol(@Cast("const char*") BytePointer __nptr, - @Cast("char**") PointerPointer __endptr, int __base); -public static native long strtol(@Cast("const char*") BytePointer __nptr, - @Cast("char**") @ByPtrPtr BytePointer __endptr, int __base); -public static native long strtol(String __nptr, - @Cast("char**") @ByPtrPtr ByteBuffer __endptr, int __base); -public static native long strtol(@Cast("const char*") BytePointer __nptr, - @Cast("char**") @ByPtrPtr byte[] __endptr, int __base); -public static native long strtol(String __nptr, +/* Likewise for '_FloatN' and '_FloatNx'. */ + +// #if __HAVE_FLOAT16 && __GLIBC_USE (IEC_60559_TYPES_EXT) +// #endif + +// #if __HAVE_FLOAT32 && __GLIBC_USE (IEC_60559_TYPES_EXT) +// #endif + +// #if __HAVE_FLOAT64 && __GLIBC_USE (IEC_60559_TYPES_EXT) +// #endif + +// #if __HAVE_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT) +// #endif + +// #if __HAVE_FLOAT32X && __GLIBC_USE (IEC_60559_TYPES_EXT) +// #endif + +// #if __HAVE_FLOAT64X && __GLIBC_USE (IEC_60559_TYPES_EXT) +// #endif + +// #if __HAVE_FLOAT128X && __GLIBC_USE (IEC_60559_TYPES_EXT) +// #endif + +/* Convert a string to a long integer. */ +public static native long strtol(@Cast("const char*") BytePointer __nptr, + @Cast("char**") PointerPointer __endptr, int __base); +public static native long strtol(@Cast("const char*") BytePointer __nptr, + @Cast("char**") @ByPtrPtr BytePointer __endptr, int __base); +public static native long strtol(String __nptr, + @Cast("char**") @ByPtrPtr ByteBuffer __endptr, int __base); +public static native long strtol(@Cast("const char*") BytePointer __nptr, + @Cast("char**") @ByPtrPtr byte[] __endptr, int __base); +public static native long strtol(String __nptr, @Cast("char**") @ByPtrPtr BytePointer __endptr, int __base); public static native long strtol(@Cast("const char*") BytePointer __nptr, @Cast("char**") @ByPtrPtr ByteBuffer __endptr, int __base); @@ -3269,7 +3329,8 @@ public static native long strtol(String __nptr, @Cast("char**") @ByPtrPtr ByteBuffer __endptr, int __base); public static native @Cast("unsigned long int") long strtoul(String __nptr, @Cast("char**") @ByPtrPtr byte[] __endptr, int __base); -// #if defined __GLIBC_HAVE_LONG_LONG && defined __USE_BSD + +// #ifdef __USE_MISC /* Convert a string to a quadword integer. */ public static native long strtoq(@Cast("const char*") BytePointer __nptr, @Cast("char**") PointerPointer __endptr, int __base); @@ -3300,9 +3361,9 @@ public static native long strtoq(String __nptr, @Cast("char**") @ByPtrPtr ByteBuffer __endptr, int __base); public static native @Cast("unsigned long long int") long strtouq(String __nptr, @Cast("char**") @ByPtrPtr byte[] __endptr, int __base); -// #endif /* GCC and use BSD. */ +// #endif /* Use misc. */ -// #if defined __USE_ISOC99 || (defined __GLIBC_HAVE_LONG_LONG && defined __USE_MISC) +// #ifdef __USE_ISOC99 /* Convert a string to a quadword integer. */ public static native long strtoll(@Cast("const char*") BytePointer __nptr, @Cast("char**") PointerPointer __endptr, int __base); @@ -3333,27 +3394,78 @@ public static native long strtoll(String __nptr, @Cast("char**") @ByPtrPtr ByteBuffer __endptr, int __base); public static native @Cast("unsigned long long int") long strtoull(String __nptr, @Cast("char**") @ByPtrPtr byte[] __endptr, int __base); -// #endif /* ISO C99 or GCC and use MISC. */ +// #endif /* ISO C99 or use MISC. */ + +/* Convert a floating-point number to a string. */ +// #if __GLIBC_USE (IEC_60559_BFP_EXT_C2X) +public static native int strfromd(@Cast("char*") BytePointer __dest, @Cast("size_t") long __size, @Cast("const char*") BytePointer __format, + double __f); +public static native int strfromd(@Cast("char*") ByteBuffer __dest, @Cast("size_t") long __size, String __format, + double __f); +public static native int strfromd(@Cast("char*") byte[] __dest, @Cast("size_t") long __size, @Cast("const char*") BytePointer __format, + double __f); +public static native int strfromd(@Cast("char*") BytePointer __dest, @Cast("size_t") long __size, String __format, + double __f); +public static native int strfromd(@Cast("char*") ByteBuffer __dest, @Cast("size_t") long __size, @Cast("const char*") BytePointer __format, + double __f); +public static native int strfromd(@Cast("char*") byte[] __dest, @Cast("size_t") long __size, String __format, + double __f); + +public static native int strfromf(@Cast("char*") BytePointer __dest, @Cast("size_t") long __size, @Cast("const char*") BytePointer __format, + float __f); +public static native int strfromf(@Cast("char*") ByteBuffer __dest, @Cast("size_t") long __size, String __format, + float __f); +public static native int strfromf(@Cast("char*") byte[] __dest, @Cast("size_t") long __size, @Cast("const char*") BytePointer __format, + float __f); +public static native int strfromf(@Cast("char*") BytePointer __dest, @Cast("size_t") long __size, String __format, + float __f); +public static native int strfromf(@Cast("char*") ByteBuffer __dest, @Cast("size_t") long __size, @Cast("const char*") BytePointer __format, + float __f); +public static native int strfromf(@Cast("char*") byte[] __dest, @Cast("size_t") long __size, String __format, + float __f); + +public static native int strfroml(@Cast("char*") BytePointer __dest, @Cast("size_t") long __size, @Cast("const char*") BytePointer __format, + @Cast("long double") double __f); +public static native int strfroml(@Cast("char*") ByteBuffer __dest, @Cast("size_t") long __size, String __format, + @Cast("long double") double __f); +public static native int strfroml(@Cast("char*") byte[] __dest, @Cast("size_t") long __size, @Cast("const char*") BytePointer __format, + @Cast("long double") double __f); +public static native int strfroml(@Cast("char*") BytePointer __dest, @Cast("size_t") long __size, String __format, + @Cast("long double") double __f); +public static native int strfroml(@Cast("char*") ByteBuffer __dest, @Cast("size_t") long __size, @Cast("const char*") BytePointer __format, + @Cast("long double") double __f); +public static native int strfroml(@Cast("char*") byte[] __dest, @Cast("size_t") long __size, String __format, + @Cast("long double") double __f); +// #endif + +// #if __HAVE_FLOAT16 && __GLIBC_USE (IEC_60559_TYPES_EXT) +// #endif + +// #if __HAVE_FLOAT32 && __GLIBC_USE (IEC_60559_TYPES_EXT) +// #endif + +// #if __HAVE_FLOAT64 && __GLIBC_USE (IEC_60559_TYPES_EXT) +// #endif + +// #if __HAVE_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT) +// #endif + +// #if __HAVE_FLOAT32X && __GLIBC_USE (IEC_60559_TYPES_EXT) +// #endif + +// #if __HAVE_FLOAT64X && __GLIBC_USE (IEC_60559_TYPES_EXT) +// #endif + +// #if __HAVE_FLOAT128X && __GLIBC_USE (IEC_60559_TYPES_EXT) +// #endif // #ifdef __USE_GNU -/* The concept of one static locale per category is not very well - thought out. Many applications will need to process its data using - information from several different locales. Another problem is - the implementation of the internationalization handling in the - ISO C++ standard library. To support this another set of - the functions using locale data exist which take an additional - argument. - - Attention: even though several *_l interfaces are part of POSIX:2008, - these are not. */ - -/* Structure for reentrant locale using functions. This is an - (almost) opaque type for the user level programs. */ -// # include - -/* Special versions of the functions above which take the locale to - use as an additional parameter. */ +/* Parallel versions of the functions above which take the locale to + use as an additional parameter. These are GNU extensions inspired + by the POSIX.1-2008 extended locale API. */ +// # include + public static native long strtol_l(@Cast("const char*") BytePointer __nptr, @Cast("char**") PointerPointer __endptr, int __base, locale_t __loc); @@ -3493,6 +3605,27 @@ public static native float strtof_l(String __nptr, public static native @Cast("long double") double strtold_l(String __nptr, @Cast("char**") @ByPtrPtr byte[] __endptr, locale_t __loc); + +// # if __HAVE_FLOAT16 +// # endif + +// # if __HAVE_FLOAT32 +// # endif + +// # if __HAVE_FLOAT64 +// # endif + +// # if __HAVE_FLOAT128 +// # endif + +// # if __HAVE_FLOAT32X +// # endif + +// # if __HAVE_FLOAT64X +// # endif + +// # if __HAVE_FLOAT128X +// # endif // #endif /* GNU */ @@ -3500,7 +3633,7 @@ public static native float strtof_l(String __nptr, // #endif /* Optimizing and Inlining. */ -// #if defined __USE_SVID || defined __USE_XOPEN_EXTENDED +// #if defined __USE_MISC || defined __USE_XOPEN_EXTENDED /* Convert N to base 64 using the digits "./0-9A-Za-z", least-significant digit first. Returns a pointer to static storage overwritten by the next call. */ @@ -3510,9 +3643,9 @@ public static native float strtof_l(String __nptr, public static native long a64l(@Cast("const char*") BytePointer __s); public static native long a64l(String __s); -// #endif /* Use SVID || extended X/Open. */ +// #endif /* Use misc || extended X/Open. */ -// #if defined __USE_SVID || defined __USE_XOPEN_EXTENDED || defined __USE_BSD +// #if defined __USE_MISC || defined __USE_XOPEN_EXTENDED // # include /* we need int32_t... */ /* These are the functions that actually do things. The `random', `srandom', @@ -3571,14 +3704,15 @@ public static native int setstate_r(@Cast("char*") ByteBuffer __statebuf, public static native int setstate_r(@Cast("char*") byte[] __statebuf, random_data __buf); // # endif /* Use misc. */ -// #endif /* Use SVID || extended X/Open || BSD. */ +// #endif /* Use extended X/Open || misc. */ /* Return a random integer between 0 and RAND_MAX inclusive. */ public static native int rand(); /* Seed the random number generator with the given number. */ public static native void srand(@Cast("unsigned int") int __seed); -// #ifdef __USE_POSIX + +// #ifdef __USE_POSIX199506 /* Reentrant interface according to POSIX.1. */ public static native int rand_r(@Cast("unsigned int*") IntPointer __seed); public static native int rand_r(@Cast("unsigned int*") IntBuffer __seed); @@ -3586,7 +3720,7 @@ public static native int setstate_r(@Cast("char*") byte[] __statebuf, // #endif -// #if defined __USE_SVID || defined __USE_XOPEN +// #if defined __USE_MISC || defined __USE_XOPEN /* System V style 48-bit random number generator functions. */ /* Return non-negative, double-precision floating-point value in [0.0,1.0). */ @@ -3679,38 +3813,38 @@ public static native int lcong48_r(@Cast("unsigned short int*") ShortBuffer __pa public static native int lcong48_r(@Cast("unsigned short int*") short[] __param, drand48_data __buffer); // # endif /* Use misc. */ -// #endif /* Use SVID or X/Open. */ - -// #endif /* don't just need malloc and calloc */ +// #endif /* Use misc or X/Open. */ -// #ifndef __malloc_and_calloc_defined -// # define __malloc_and_calloc_defined /* Allocate SIZE bytes of memory. */ public static native Pointer malloc(@Cast("size_t") long __size); /* Allocate NMEMB elements of SIZE bytes each, all initialized to 0. */ public static native Pointer calloc(@Cast("size_t") long __nmemb, @Cast("size_t") long __size); -// #endif -// #ifndef __need_malloc_and_calloc /* Re-allocate the previously allocated block in PTR, making the new block SIZE bytes long. */ /* __attribute_malloc__ is not used, because if realloc returns the same pointer that was passed to it, aliasing needs to be allowed between objects pointed by the old and new pointers. */ public static native Pointer realloc(Pointer __ptr, @Cast("size_t") long __size); + +// #ifdef __USE_MISC +/* Re-allocate the previously allocated block in PTR, making the new + block large enough for NMEMB elements of SIZE bytes each. */ +/* __attribute_malloc__ is not used, because if reallocarray returns + the same pointer that was passed to it, aliasing needs to be allowed + between objects pointed by the old and new pointers. */ +public static native Pointer reallocarray(Pointer __ptr, @Cast("size_t") long __nmemb, @Cast("size_t") long __size); +// #endif + /* Free a block allocated by `malloc', `realloc' or `calloc'. */ public static native @Name("free") void _free(Pointer __ptr); -// #ifdef __USE_MISC -/* Free a block. An alias for `free'. (Sun Unices). */ -public static native void cfree(Pointer __ptr); -// #endif /* Use misc. */ -// #if defined __USE_GNU || defined __USE_BSD || defined __USE_MISC +// #ifdef __USE_MISC // # include -// #endif /* Use GNU, BSD, or misc. */ +// #endif /* Use misc. */ // #if (defined __USE_XOPEN_EXTENDED && !defined __USE_XOPEN2K) -// || defined __USE_BSD +// || defined __USE_MISC /* Allocate SIZE bytes on a page boundary. The storage cannot be freed. */ public static native Pointer valloc(@Cast("size_t") long __size); // #endif @@ -3745,6 +3879,7 @@ public static native int lcong48_r(@Cast("unsigned short int*") short[] __param, // #if defined __USE_ISOC11 || defined __USE_ISOCXX11 // #endif + // #ifdef __USE_ISOC99 /* Terminate the program with STATUS without calling any of the functions registered with `atexit' or `on_exit'. */ @@ -3755,6 +3890,7 @@ public static native int lcong48_r(@Cast("unsigned short int*") short[] __param, /* Return the value of envariable NAME, or NULL if it doesn't exist. */ public static native @Cast("char*") BytePointer getenv(@Cast("const char*") BytePointer __name); public static native @Cast("char*") ByteBuffer getenv(String __name); + // #ifdef __USE_GNU /* This function is similar to the above but returns NULL if the programs is running with SUID or SGID enabled. */ @@ -3762,7 +3898,7 @@ public static native int lcong48_r(@Cast("unsigned short int*") short[] __param, public static native @Cast("char*") ByteBuffer secure_getenv(String __name); // #endif -// #if defined __USE_SVID || defined __USE_XOPEN +// #if defined __USE_MISC || defined __USE_XOPEN /* The SVID says this is in , but this seems a better place. */ /* Put STRING, which is of the form "NAME=VALUE", in the environment. If there is no `=', remove NAME from the environment. */ @@ -3771,7 +3907,7 @@ public static native int lcong48_r(@Cast("unsigned short int*") short[] __param, public static native int putenv(@Cast("char*") byte[] __string); // #endif -// #if defined __USE_BSD || defined __USE_XOPEN2K +// #ifdef __USE_XOPEN2K /* Set NAME to VALUE in the environment. If REPLACE is nonzero, overwrite an existing value. */ public static native int setenv(@Cast("const char*") BytePointer __name, @Cast("const char*") BytePointer __value, int __replace); @@ -3800,8 +3936,7 @@ never made it. Nevertheless the POSIX.9 standard (POSIX bindings // #endif -// #if defined __USE_MISC || defined __USE_XOPEN_EXTENDED -// || defined __USE_XOPEN2K8 +// #if defined __USE_XOPEN_EXTENDED || defined __USE_XOPEN2K8 /* Generate a unique temporary file name from TEMPLATE. The last six characters of TEMPLATE must be "XXXXXX"; they are replaced with a string that makes the filename unique. @@ -3843,7 +3978,7 @@ never made it. Nevertheless the POSIX.9 standard (POSIX bindings // # endif // #endif -// #if defined __USE_BSD || defined __USE_XOPEN2K8 +// #ifdef __USE_XOPEN2K8 /* Create a unique temporary directory from TEMPLATE. The last six characters of TEMPLATE must be "XXXXXX"; they are replaced with a string that makes the directory name unique. @@ -3899,6 +4034,8 @@ never made it. Nevertheless the POSIX.9 standard (POSIX bindings __THROW. */ public static native int system(@Cast("const char*") BytePointer __command); public static native int system(String __command); + + // #ifdef __USE_GNU /* Return a malloc'd string containing the canonical absolute name of the existing named file. */ @@ -3906,7 +4043,7 @@ never made it. Nevertheless the POSIX.9 standard (POSIX bindings public static native @Cast("char*") ByteBuffer canonicalize_file_name(String __name); // #endif -// #if defined __USE_BSD || defined __USE_XOPEN_EXTENDED +// #if defined __USE_MISC || defined __USE_XOPEN_EXTENDED /* Return the canonical absolute name of file NAME. If RESOLVED is null, the result is malloc'd; otherwise, if the canonical name is PATH_MAX chars or more, returns null with `errno' set to @@ -3945,6 +4082,9 @@ never made it. Nevertheless the POSIX.9 standard (POSIX bindings public static native Pointer bsearch(@Const Pointer __key, @Const Pointer __base, @Cast("size_t") long __nmemb, @Cast("size_t") long __size, __compar_fn_t __compar); +// #ifdef __USE_EXTERN_INLINES +// #endif + /* Sort NMEMB elements of BASE, of SIZE bytes each, using COMPAR to perform the comparisons. */ public static native void qsort(Pointer __base, @Cast("size_t") long __nmemb, @Cast("size_t") long __size, @@ -3958,6 +4098,7 @@ public static native void qsort_r(Pointer __base, @Cast("size_t") long __nmemb, /* Return the absolute value of X. */ public static native int abs(int __x); public static native long labs(long __x); + // #ifdef __USE_ISOC99 public static native long llabs(long __x); // #endif @@ -3968,6 +4109,7 @@ public static native void qsort_r(Pointer __base, @Cast("size_t") long __nmemb, /* GCC may have built-ins for these someday. */ public static native @ByVal div_t div(int __numer, int __denom); public static native @ByVal ldiv_t ldiv(long __numer, long __denom); + // #ifdef __USE_ISOC99 public static native @ByVal lldiv_t lldiv(long __numer, long __denom); @@ -3975,29 +4117,29 @@ public static native void qsort_r(Pointer __base, @Cast("size_t") long __nmemb, // #if (defined __USE_XOPEN_EXTENDED && !defined __USE_XOPEN2K8) -// || defined __USE_SVID +// || defined __USE_MISC /* Convert floating point numbers to strings. The returned values are valid only until another call to the same function. */ /* Convert VALUE to a string with NDIGIT digits and return a pointer to this. Set *DECPT with the position of the decimal character and *SIGN with the sign of the number. */ -public static native @Cast("char*") BytePointer ecvt(double __value, int __ndigit, @Cast("int*") IntPointer __decpt, - @Cast("int*") IntPointer __sign); -public static native @Cast("char*") ByteBuffer ecvt(double __value, int __ndigit, @Cast("int*") IntBuffer __decpt, - @Cast("int*") IntBuffer __sign); -public static native @Cast("char*") byte[] ecvt(double __value, int __ndigit, @Cast("int*") int[] __decpt, - @Cast("int*") int[] __sign); +public static native @Cast("char*") BytePointer ecvt(double __value, int __ndigit, IntPointer __decpt, + IntPointer __sign); +public static native @Cast("char*") ByteBuffer ecvt(double __value, int __ndigit, IntBuffer __decpt, + IntBuffer __sign); +public static native @Cast("char*") byte[] ecvt(double __value, int __ndigit, int[] __decpt, + int[] __sign); /* Convert VALUE to a string rounded to NDIGIT decimal digits. Set *DECPT with the position of the decimal character and *SIGN with the sign of the number. */ -public static native @Cast("char*") BytePointer fcvt(double __value, int __ndigit, @Cast("int*") IntPointer __decpt, - @Cast("int*") IntPointer __sign); -public static native @Cast("char*") ByteBuffer fcvt(double __value, int __ndigit, @Cast("int*") IntBuffer __decpt, - @Cast("int*") IntBuffer __sign); -public static native @Cast("char*") byte[] fcvt(double __value, int __ndigit, @Cast("int*") int[] __decpt, - @Cast("int*") int[] __sign); +public static native @Cast("char*") BytePointer fcvt(double __value, int __ndigit, IntPointer __decpt, + IntPointer __sign); +public static native @Cast("char*") ByteBuffer fcvt(double __value, int __ndigit, IntBuffer __decpt, + IntBuffer __sign); +public static native @Cast("char*") byte[] fcvt(double __value, int __ndigit, int[] __decpt, + int[] __sign); /* If possible convert VALUE to a string with NDIGIT significant digits. Otherwise use exponential representation. The resulting string will @@ -4005,22 +4147,22 @@ public static native void qsort_r(Pointer __base, @Cast("size_t") long __nmemb, public static native @Cast("char*") BytePointer gcvt(double __value, int __ndigit, @Cast("char*") BytePointer __buf); public static native @Cast("char*") ByteBuffer gcvt(double __value, int __ndigit, @Cast("char*") ByteBuffer __buf); public static native @Cast("char*") byte[] gcvt(double __value, int __ndigit, @Cast("char*") byte[] __buf); +// #endif - -// # ifdef __USE_MISC +// #ifdef __USE_MISC /* Long double versions of above functions. */ public static native @Cast("char*") BytePointer qecvt(@Cast("long double") double __value, int __ndigit, - @Cast("int*") IntPointer __decpt, @Cast("int*") IntPointer __sign); + IntPointer __decpt, IntPointer __sign); public static native @Cast("char*") ByteBuffer qecvt(@Cast("long double") double __value, int __ndigit, - @Cast("int*") IntBuffer __decpt, @Cast("int*") IntBuffer __sign); + IntBuffer __decpt, IntBuffer __sign); public static native @Cast("char*") byte[] qecvt(@Cast("long double") double __value, int __ndigit, - @Cast("int*") int[] __decpt, @Cast("int*") int[] __sign); + int[] __decpt, int[] __sign); public static native @Cast("char*") BytePointer qfcvt(@Cast("long double") double __value, int __ndigit, - @Cast("int*") IntPointer __decpt, @Cast("int*") IntPointer __sign); + IntPointer __decpt, IntPointer __sign); public static native @Cast("char*") ByteBuffer qfcvt(@Cast("long double") double __value, int __ndigit, - @Cast("int*") IntBuffer __decpt, @Cast("int*") IntBuffer __sign); + IntBuffer __decpt, IntBuffer __sign); public static native @Cast("char*") byte[] qfcvt(@Cast("long double") double __value, int __ndigit, - @Cast("int*") int[] __decpt, @Cast("int*") int[] __sign); + int[] __decpt, int[] __sign); public static native @Cast("char*") BytePointer qgcvt(@Cast("long double") double __value, int __ndigit, @Cast("char*") BytePointer __buf); public static native @Cast("char*") ByteBuffer qgcvt(@Cast("long double") double __value, int __ndigit, @Cast("char*") ByteBuffer __buf); public static native @Cast("char*") byte[] qgcvt(@Cast("long double") double __value, int __ndigit, @Cast("char*") byte[] __buf); @@ -4028,45 +4170,44 @@ public static native void qsort_r(Pointer __base, @Cast("size_t") long __nmemb, /* Reentrant version of the functions above which provide their own buffers. */ -public static native int ecvt_r(double __value, int __ndigit, @Cast("int*") IntPointer __decpt, - @Cast("int*") IntPointer __sign, @Cast("char*") BytePointer __buf, +public static native int ecvt_r(double __value, int __ndigit, IntPointer __decpt, + IntPointer __sign, @Cast("char*") BytePointer __buf, @Cast("size_t") long __len); -public static native int ecvt_r(double __value, int __ndigit, @Cast("int*") IntBuffer __decpt, - @Cast("int*") IntBuffer __sign, @Cast("char*") ByteBuffer __buf, +public static native int ecvt_r(double __value, int __ndigit, IntBuffer __decpt, + IntBuffer __sign, @Cast("char*") ByteBuffer __buf, @Cast("size_t") long __len); -public static native int ecvt_r(double __value, int __ndigit, @Cast("int*") int[] __decpt, - @Cast("int*") int[] __sign, @Cast("char*") byte[] __buf, +public static native int ecvt_r(double __value, int __ndigit, int[] __decpt, + int[] __sign, @Cast("char*") byte[] __buf, @Cast("size_t") long __len); -public static native int fcvt_r(double __value, int __ndigit, @Cast("int*") IntPointer __decpt, - @Cast("int*") IntPointer __sign, @Cast("char*") BytePointer __buf, +public static native int fcvt_r(double __value, int __ndigit, IntPointer __decpt, + IntPointer __sign, @Cast("char*") BytePointer __buf, @Cast("size_t") long __len); -public static native int fcvt_r(double __value, int __ndigit, @Cast("int*") IntBuffer __decpt, - @Cast("int*") IntBuffer __sign, @Cast("char*") ByteBuffer __buf, +public static native int fcvt_r(double __value, int __ndigit, IntBuffer __decpt, + IntBuffer __sign, @Cast("char*") ByteBuffer __buf, @Cast("size_t") long __len); -public static native int fcvt_r(double __value, int __ndigit, @Cast("int*") int[] __decpt, - @Cast("int*") int[] __sign, @Cast("char*") byte[] __buf, +public static native int fcvt_r(double __value, int __ndigit, int[] __decpt, + int[] __sign, @Cast("char*") byte[] __buf, @Cast("size_t") long __len); public static native int qecvt_r(@Cast("long double") double __value, int __ndigit, - @Cast("int*") IntPointer __decpt, @Cast("int*") IntPointer __sign, + IntPointer __decpt, IntPointer __sign, @Cast("char*") BytePointer __buf, @Cast("size_t") long __len); public static native int qecvt_r(@Cast("long double") double __value, int __ndigit, - @Cast("int*") IntBuffer __decpt, @Cast("int*") IntBuffer __sign, + IntBuffer __decpt, IntBuffer __sign, @Cast("char*") ByteBuffer __buf, @Cast("size_t") long __len); public static native int qecvt_r(@Cast("long double") double __value, int __ndigit, - @Cast("int*") int[] __decpt, @Cast("int*") int[] __sign, + int[] __decpt, int[] __sign, @Cast("char*") byte[] __buf, @Cast("size_t") long __len); public static native int qfcvt_r(@Cast("long double") double __value, int __ndigit, - @Cast("int*") IntPointer __decpt, @Cast("int*") IntPointer __sign, + IntPointer __decpt, IntPointer __sign, @Cast("char*") BytePointer __buf, @Cast("size_t") long __len); public static native int qfcvt_r(@Cast("long double") double __value, int __ndigit, - @Cast("int*") IntBuffer __decpt, @Cast("int*") IntBuffer __sign, + IntBuffer __decpt, IntBuffer __sign, @Cast("char*") ByteBuffer __buf, @Cast("size_t") long __len); public static native int qfcvt_r(@Cast("long double") double __value, int __ndigit, - @Cast("int*") int[] __decpt, @Cast("int*") int[] __sign, + int[] __decpt, int[] __sign, @Cast("char*") byte[] __buf, @Cast("size_t") long __len); -// # endif /* misc */ -// #endif /* use MISC || use X/Open Unix */ +// #endif /* misc */ /* Return the length of the multibyte character @@ -4107,7 +4248,9 @@ public static native int mbtowc(@Cast("wchar_t*") IntPointer __pwc, @Cast("const wchar_t*") CharPointer __pwcs, @Cast("size_t") long __n); public static native @Cast("size_t") long wcstombs(@Cast("char*") byte[] __s, @Cast("const wchar_t*") IntPointer __pwcs, @Cast("size_t") long __n); -// #ifdef __USE_SVID + + +// #ifdef __USE_MISC /* Determine whether the string value of RESPONSE matches the affirmation or negative response expression as specified by the LC_MESSAGES category in the program's current locale. Returns 1 if affirmative, 0 if @@ -4139,13 +4282,6 @@ public static native int getsubopt(@Cast("char**") @ByPtrPtr byte[] __optionp, // #endif -// #ifdef __USE_XOPEN -/* Setup DES tables according KEY. */ -public static native void setkey(@Cast("const char*") BytePointer __key); -public static native void setkey(String __key); -// #endif - - /* X/Open pseudo terminal handling. */ // #ifdef __USE_XOPEN2KXSI @@ -4153,7 +4289,7 @@ public static native int getsubopt(@Cast("char**") @ByPtrPtr byte[] __optionp, public static native int posix_openpt(int __oflag); // #endif -// #ifdef __USE_XOPEN +// #ifdef __USE_XOPEN_EXTENDED /* The next four functions all take a master pseudo-tty fd and perform an operation on the associated slave: */ @@ -4164,7 +4300,7 @@ public static native int getsubopt(@Cast("char**") @ByPtrPtr byte[] __optionp, Call after grantpt(). */ public static native int unlockpt(int __fd); -/* Return the pathname of the pseudo terminal slave assoicated with +/* Return the pathname of the pseudo terminal slave associated with the master FD is open on, or NULL on errors. The returned storage is good until the next call to this function. */ public static native @Cast("char*") BytePointer ptsname(int __fd); @@ -4182,7 +4318,7 @@ Call after grantpt(). */ public static native int getpt(); // #endif -// #ifdef __USE_BSD +// #ifdef __USE_MISC /* Put the 1 minute, 5 minute and 15 minute load averages into the first NELEM elements of LOADAVG. Return the number written (never more than three, but may be less than NELEM), or -1 if an error occurred. */ @@ -4191,6 +4327,12 @@ NELEM elements of LOADAVG. Return the number written (never more than public static native int getloadavg(double[] __loadavg, int __nelem); // #endif +// #if defined __USE_XOPEN_EXTENDED && !defined __USE_XOPEN2K +/* Return the index into the active-logins file (utmp) for + the controlling terminal. */ +public static native int ttyslot(); +// #endif + // #include /* Define some macros helping to catch buffer overflows. */ @@ -4201,16 +4343,13 @@ NELEM elements of LOADAVG. Return the number written (never more than // # include // #endif -// #endif /* don't just need malloc and calloc */ -// #undef __need_malloc_and_calloc - // #endif /* stdlib.h */ // Parsed from bits/time.h /* System-dependent timing definitions. Linux version. - Copyright (C) 1996,1997,1999-2003,2010,2011,2012 Free Software Foundation, Inc. + Copyright (C) 1996-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -4225,46 +4364,36 @@ NELEM elements of LOADAVG. Return the number written (never more than You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* * Never include this file directly; use instead. */ -// #if defined __need_timeval || defined __USE_GNU -// # ifndef _STRUCT_TIMEVAL -public static final int _STRUCT_TIMEVAL = 1; -// # include -// Targeting ../linux/timeval.java - - -// # endif /* struct timeval */ -// #endif - -// #ifndef __need_timeval -// # ifndef _BITS_TIME_H +// #ifndef _BITS_TIME_H public static final int _BITS_TIME_H = 1; -/* ISO/IEC 9899:1990 7.12.1: - The macro `CLOCKS_PER_SEC' is the number per second of the value - returned by the `clock' function. */ +// #include + +/* ISO/IEC 9899:1999 7.23.1: Components of time + The macro `CLOCKS_PER_SEC' is an expression with type `clock_t' that is + the number per second of the value returned by the `clock' function. */ /* CAE XSH, Issue 4, Version 2: The value of CLOCKS_PER_SEC is required to be 1 million on all XSI-conformant systems. */ public static native @MemberGetter long CLOCKS_PER_SEC(); public static final long CLOCKS_PER_SEC = CLOCKS_PER_SEC(); -// # if (!defined __STRICT_ANSI__ || defined __USE_POSIX) +// #if (!defined __STRICT_ANSI__ || defined __USE_POSIX) // && !defined __USE_XOPEN2K /* Even though CLOCKS_PER_SEC has such a strange value CLK_TCK presents the real value for clock ticks per second for the system. */ -// # include -// # define CLK_TCK ((__clock_t) __sysconf (2)) /* 2 is _SC_CLK_TCK */ -// # endif +// # define CLK_TCK ((__clock_t) __sysconf (2)) /* 2 is _SC_CLK_TCK */ +// #endif -// # ifdef __USE_POSIX199309 +// #ifdef __USE_POSIX199309 /* Identifier for system-wide realtime clock. */ -public static final int CLOCK_REALTIME = 0; +public static final int CLOCK_REALTIME = 0; /* Monotonic system-wide clock. */ public static final int CLOCK_MONOTONIC = 1; /* High-resolution timer from the CPU. */ @@ -4274,11 +4403,11 @@ NELEM elements of LOADAVG. Return the number written (never more than /* Monotonic system-wide clock, not adjusted for frequency scaling. */ public static final int CLOCK_MONOTONIC_RAW = 4; /* Identifier for system-wide realtime clock, updated only on ticks. */ -public static final int CLOCK_REALTIME_COARSE = 5; +public static final int CLOCK_REALTIME_COARSE = 5; /* Monotonic system-wide clock, updated only on ticks. */ -public static final int CLOCK_MONOTONIC_COARSE = 6; +public static final int CLOCK_MONOTONIC_COARSE = 6; /* Monotonic system-wide clock that includes time spent in suspension. */ -public static final int CLOCK_BOOTTIME = 7; +public static final int CLOCK_BOOTTIME = 7; /* Like CLOCK_REALTIME but also wakes suspended system. */ public static final int CLOCK_REALTIME_ALARM = 8; /* Like CLOCK_BOOTTIME but also wakes suspended system. */ @@ -4287,27 +4416,23 @@ NELEM elements of LOADAVG. Return the number written (never more than public static final int CLOCK_TAI = 11; /* Flag to indicate time is absolute. */ -public static final int TIMER_ABSTIME = 1; -// # endif +public static final int TIMER_ABSTIME = 1; +// #endif -// # ifdef __USE_GNU -// # include +// #ifdef __USE_GNU +// # include /* Tune a POSIX clock. */ public static native int clock_adjtime(@Cast("__clockid_t") int __clock_id, @Cast("timex*") Pointer __utx); -// # endif /* use GNU */ - -// # endif /* bits/time.h */ -// #endif +// #endif /* use GNU */ -// #undef __need_timeval +// #endif /* bits/time.h */ // Parsed from sys/time.h -/* Copyright (C) 1991-1994,1996-2003,2005,2006,2009,2012 - Free Software Foundation, Inc. +/* Copyright (C) 1991-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -4322,7 +4447,7 @@ NELEM elements of LOADAVG. Return the number written (never more than You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ // #ifndef _SYS_TIME_H public static final int _SYS_TIME_H = 1; @@ -4330,17 +4455,14 @@ NELEM elements of LOADAVG. Return the number written (never more than // #include // #include -// #define __need_time_t -// #include -// #define __need_timeval -// #include - -// #include +// #include +// #include // #ifndef __suseconds_t_defined // # define __suseconds_t_defined // #endif +// #include // #ifdef __USE_GNU /* Macros for converting between `struct timeval' and `struct timespec'. */ @@ -4355,20 +4477,24 @@ NELEM elements of LOADAVG. Return the number written (never more than // Targeting ../linux/timezone.java -// #else // #endif -/* Get the current time of day and timezone information, - putting it into *TV and *TZ. If TZ is NULL, *TZ is not filled. - Returns 0 on success, -1 on errors. - NOTE: This form of timezone information is obsolete. - Use the functions and variables declared in instead. */ +/* Get the current time of day, putting it into *TV. + If TZ is not null, *TZ must be a struct timezone, and both fields + will be set to zero. + Calling this function with a non-null TZ is obsolete; + use localtime etc. instead. + This function itself is semi-obsolete; + most callers should use time or clock_gettime instead. */ public static native int gettimeofday(timeval __tv, - @ByVal @Cast("__timezone_ptr_t*") timezone __tz); + Pointer __tz); -// #ifdef __USE_BSD +// #ifdef __USE_MISC /* Set the current time of day and timezone information. - This call is restricted to the super-user. */ + This call is restricted to the super-user. + Setting the timezone in this way is obsolete, but we don't yet + warn about it because it still has some uses for which there is + no alternative. */ public static native int settimeofday(@Const timeval __tv, @Const timezone __tz); @@ -4422,7 +4548,7 @@ public static native int setitimer(@Cast("__itimer_which_t") int __which, public static native int utimes(@Cast("const char*") BytePointer __file, @Const timeval __tvp); public static native int utimes(String __file, @Const timeval __tvp); -// #ifdef __USE_BSD +// #ifdef __USE_MISC /* Same as `utimes', but does not follow symbolic links. */ public static native int lutimes(@Cast("const char*") BytePointer __file, @Const timeval __tvp); public static native int lutimes(String __file, @Const timeval __tvp); @@ -4442,15 +4568,15 @@ public static native int futimesat(int __fd, String __file, // #endif -// #ifdef __USE_BSD +// #ifdef __USE_MISC /* Convenience macros for operations on timevals. NOTE: `timercmp' does not work for >= or <=. */ // # define timerisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec) // # define timerclear(tvp) ((tvp)->tv_sec = (tvp)->tv_usec = 0) // # define timercmp(a, b, CMP) -// (((a)->tv_sec == (b)->tv_sec) ? -// ((a)->tv_usec CMP (b)->tv_usec) : -// ((a)->tv_sec CMP (b)->tv_sec)) +// (((a)->tv_sec == (b)->tv_sec) +// ? ((a)->tv_usec CMP (b)->tv_usec) +// : ((a)->tv_sec CMP (b)->tv_sec)) // # define timeradd(a, b, result) // do { // (result)->tv_sec = (a)->tv_sec + (b)->tv_sec; @@ -4470,14 +4596,14 @@ public static native int futimesat(int __fd, String __file, // (result)->tv_usec += 1000000; // } // } while (0) -// #endif /* BSD */ +// #endif /* Misc. */ // #endif /* sys/time.h */ // Parsed from time.h -/* Copyright (C) 1991-2012 Free Software Foundation, Inc. +/* Copyright (C) 1991-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -4492,137 +4618,71 @@ public static native int futimesat(int __fd, String __file, You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* * ISO C99 Standard: 7.23 Date and time */ // #ifndef _TIME_H - -// #if (! defined __need_time_t && !defined __need_clock_t && -// ! defined __need_timespec) public static final int _TIME_H = 1; -// # include -// #endif +// #include -// #ifdef _TIME_H -/* Get size_t and NULL from . */ -// # define __need_size_t -// # define __need_NULL -// # include +// #define __need_size_t +// #define __need_NULL +// #include /* This defines CLOCKS_PER_SEC, which is the number of processor clock - ticks per second. */ -// # include - -/* This is the obsolete POSIX.1-1988 name for the same constant. */ -// # if !defined __STRICT_ANSI__ && !defined __USE_XOPEN2K -// # ifndef CLK_TCK -// # define CLK_TCK CLOCKS_PER_SEC -// # endif -// # endif - -// #endif /* included. */ - -// #if !defined __clock_t_defined && (defined _TIME_H || defined __need_clock_t) -public static final int __clock_t_defined = 1; + ticks per second, and possibly a number of other constants. */ +// #include -// # include +/* Many of the typedefs and structs whose official home is this header + may also need to be defined by other headers. */ +// #include +// #include +// #include -/* Returned by `clock'. */ -// #if defined __USE_XOPEN || defined __USE_POSIX || defined __USE_MISC +// #if defined __USE_POSIX199309 || defined __USE_ISOC11 +// # include // #endif -// #endif /* clock_t not defined and or need clock_t. */ -// #undef __need_clock_t - -// #if !defined __time_t_defined && (defined _TIME_H || defined __need_time_t) -public static final int __time_t_defined = 1; +// #ifdef __USE_POSIX199309 +// # include +// # include +// # include +// Targeting ../linux/sigevent_t.java -// # include -/* Returned by `time'. */ -// #if defined __USE_POSIX || defined __USE_MISC || defined __USE_SVID // #endif -// #endif /* time_t not defined and or need time_t. */ -// #undef __need_time_t - -// #if !defined __clockid_t_defined && -// ((defined _TIME_H && defined __USE_POSIX199309) || defined __need_clockid_t) -public static final int __clockid_t_defined = 1; - -// # include - -/* Clock ID used in clock and timer functions. */ - -// #endif /* clockid_t not defined and or need clockid_t. */ -// #undef __clockid_time_t - -// #if !defined __timer_t_defined && -// ((defined _TIME_H && defined __USE_POSIX199309) || defined __need_timer_t) -public static final int __timer_t_defined = 1; - -// # include - -/* Timer ID returned by `timer_create'. */ - -// #endif /* timer_t not defined and or need timer_t. */ -// #undef __need_timer_t - - -// #if (!defined __timespec_defined -// && ((defined _TIME_H -// && (defined __USE_POSIX199309 || defined __USE_MISC -// || defined __USE_ISOC11)) -// || defined __need_timespec)) -public static final int __timespec_defined = 1; - -// # include -// Targeting ../linux/timespec.java - - - -// #endif /* timespec not defined and or need timespec. */ -// #undef __need_timespec -// Targeting ../linux/tm.java - - -// Targeting ../linux/itimerspec.java - - - -/* We can use a simple forward declaration. */ - -// # endif /* POSIX.1b */ - -// # ifdef __USE_XOPEN2K -// # ifndef __pid_t_defined -// # define __pid_t_defined -// # endif +// #ifdef __USE_XOPEN2K +// # ifndef __pid_t_defined +// # define __pid_t_defined // # endif +// #endif +// #ifdef __USE_XOPEN2K8 +// # include +// #endif -// # ifdef __USE_ISOC11 +// #ifdef __USE_ISOC11 /* Time base values for timespec_get. */ public static final int TIME_UTC = 1; -// # endif - +// #endif /* Time used by the program so far (user time + system time). - The result / CLOCKS_PER_SECOND is program time in seconds. */ + The result / CLOCKS_PER_SEC is program time in seconds. */ public static native @Cast("clock_t") long clock(); /* Return the current time and put it in *TIMER if TIMER is not NULL. */ -public static native @Cast("time_t") long time(@Cast("time_t*") SizeTPointer __timer); +public static native @ByVal @Cast("time_t*") Pointer time(@Cast("time_t*") Pointer __timer); /* Return the difference between TIME1 and TIME0. */ -public static native double difftime(@Cast("time_t") long __time1, @Cast("time_t") long __time0); +public static native double difftime(@ByVal @Cast("time_t*") Pointer __time1, @ByVal @Cast("time_t*") Pointer __time0); /* Return the `time_t' representation of TP and normalize TP. */ -public static native @Cast("time_t") long mktime(tm __tp); +public static native @ByVal @Cast("time_t*") Pointer mktime(tm __tp); /* Format TP into S according to FORMAT. @@ -4646,19 +4706,19 @@ public static native int futimesat(int __fd, String __file, public static native @Cast("size_t") long strftime(@Cast("char*") byte[] __s, @Cast("size_t") long __maxsize, String __format, @Const tm __tp); -// # ifdef __USE_XOPEN + +// #ifdef __USE_XOPEN /* Parse S according to FORMAT and store binary time information in TP. The return value is a pointer to the first unparsed character in S. */ public static native @Cast("char*") BytePointer strptime(@Cast("const char*") BytePointer __s, @Cast("const char*") BytePointer __fmt, tm __tp); public static native @Cast("char*") ByteBuffer strptime(String __s, String __fmt, tm __tp); -// # endif +// #endif -// # ifdef __USE_XOPEN2K8 +// #ifdef __USE_XOPEN2K8 /* Similar to the two functions above but take the information from the provided locale and not the global locale. */ -// # include public static native @Cast("size_t") long strftime_l(@Cast("char*") BytePointer __s, @Cast("size_t") long __maxsize, @Cast("const char*") BytePointer __format, @@ -4684,44 +4744,46 @@ public static native int futimesat(int __fd, String __file, String __format, @Const tm __tp, locale_t __loc); -// # endif +// #endif -// # ifdef __USE_GNU +// #ifdef __USE_GNU public static native @Cast("char*") BytePointer strptime_l(@Cast("const char*") BytePointer __s, @Cast("const char*") BytePointer __fmt, tm __tp, locale_t __loc); public static native @Cast("char*") ByteBuffer strptime_l(String __s, String __fmt, tm __tp, locale_t __loc); -// # endif +// #endif /* Return the `struct tm' representation of *TIMER in Universal Coordinated Time (aka Greenwich Mean Time). */ -public static native tm gmtime(@Cast("const time_t*") SizeTPointer __timer); +public static native tm gmtime(@Cast("const time_t*") Pointer __timer); /* Return the `struct tm' representation of *TIMER in the local timezone. */ -public static native tm localtime(@Cast("const time_t*") SizeTPointer __timer); -// # if defined __USE_POSIX || defined __USE_MISC +public static native tm localtime(@Cast("const time_t*") Pointer __timer); + +// #if defined __USE_POSIX || __GLIBC_USE (ISOC2X) /* Return the `struct tm' representation of *TIMER in UTC, using *TP to store the result. */ -public static native tm gmtime_r(@Cast("const time_t*") SizeTPointer __timer, +public static native tm gmtime_r(@Cast("const time_t*") Pointer __timer, tm __tp); /* Return the `struct tm' representation of *TIMER in local time, using *TP to store the result. */ -public static native tm localtime_r(@Cast("const time_t*") SizeTPointer __timer, +public static native tm localtime_r(@Cast("const time_t*") Pointer __timer, tm __tp); -// # endif /* POSIX or misc */ +// #endif /* POSIX || C2X */ /* Return a string of the form "Day Mon dd hh:mm:ss yyyy\n" that is the representation of TP in this format. */ public static native @Cast("char*") BytePointer asctime(@Const tm __tp); /* Equivalent to `asctime (localtime (timer))'. */ -public static native @Cast("char*") BytePointer ctime(@Cast("const time_t*") SizeTPointer __timer); -// # if defined __USE_POSIX || defined __USE_MISC +public static native @Cast("char*") BytePointer ctime(@Cast("const time_t*") Pointer __timer); + +// #if defined __USE_POSIX || __GLIBC_USE (ISOC2X) /* Reentrant versions of the above functions. */ /* Return in BUF a string of the form "Day Mon dd hh:mm:ss yyyy\n" @@ -4734,13 +4796,13 @@ public static native tm localtime_r(@Cast("const time_t*") SizeTPointer __timer, @Cast("char*") byte[] __buf); /* Equivalent to `asctime_r (localtime_r (timer, *TMP*), buf)'. */ -public static native @Cast("char*") BytePointer ctime_r(@Cast("const time_t*") SizeTPointer __timer, +public static native @Cast("char*") BytePointer ctime_r(@Cast("const time_t*") Pointer __timer, @Cast("char*") BytePointer __buf); -public static native @Cast("char*") ByteBuffer ctime_r(@Cast("const time_t*") SizeTPointer __timer, +public static native @Cast("char*") ByteBuffer ctime_r(@Cast("const time_t*") Pointer __timer, @Cast("char*") ByteBuffer __buf); -public static native @Cast("char*") byte[] ctime_r(@Cast("const time_t*") SizeTPointer __timer, +public static native @Cast("char*") byte[] ctime_r(@Cast("const time_t*") Pointer __timer, @Cast("char*") byte[] __buf); -// # endif /* POSIX or misc */ +// #endif /* POSIX || C2X */ /* Defined in localtime.c. */ @@ -4750,7 +4812,7 @@ public static native tm localtime_r(@Cast("const time_t*") SizeTPointer __timer, public static native long __timezone(); public static native void __timezone(long setter); /* Seconds west of UTC. */ -// # ifdef __USE_POSIX +// #ifdef __USE_POSIX /* Same as above. */ public static native @Cast("char*") BytePointer tzname(int i); public static native void tzname(int i, BytePointer setter); @MemberGetter public static native @Cast("char**") PointerPointer tzname(); @@ -4758,42 +4820,36 @@ public static native tm localtime_r(@Cast("const time_t*") SizeTPointer __timer, /* Set time conversion information from the TZ environment variable. If TZ is not defined, a locale-dependent default is used. */ public static native void tzset(); -// # endif +// #endif -// # if defined __USE_SVID || defined __USE_XOPEN +// #if defined __USE_MISC || defined __USE_XOPEN public static native int daylight(); public static native void daylight(int setter); public static native long timezone(); public static native void timezone(long setter); -// # endif - -// # ifdef __USE_SVID -/* Set the system time to *WHEN. - This call is restricted to the superuser. */ -public static native int stime(@Cast("const time_t*") SizeTPointer __when); -// # endif +// #endif /* Nonzero if YEAR is a leap year (every 4 years, except every 100th isn't, and every 400th is). */ -// # define __isleap(year) +// #define __isleap(year) // ((year) % 4 == 0 && ((year) % 100 != 0 || (year) % 400 == 0)) -// # ifdef __USE_MISC +// #ifdef __USE_MISC /* Miscellaneous functions many Unices inherited from the public domain localtime package. These are included only for compatibility. */ /* Like `mktime', but for TP represents Universal Time, not local time. */ -public static native @Cast("time_t") long timegm(tm __tp); +public static native @ByVal @Cast("time_t*") Pointer timegm(tm __tp); /* Another name for `mktime'. */ -public static native @Cast("time_t") long timelocal(tm __tp); +public static native @ByVal @Cast("time_t*") Pointer timelocal(tm __tp); /* Return the number of days in YEAR. */ public static native int dysize(int __year); -// # endif +// #endif -// # ifdef __USE_POSIX199309 +// #ifdef __USE_POSIX199309 /* Pause execution for a number of nanoseconds. This function is a cancellation point and therefore not marked with @@ -4811,7 +4867,7 @@ public static native int nanosleep(@Const timespec __requested_time, /* Set clock CLOCK_ID to value TP. */ public static native int clock_settime(@Cast("clockid_t") int __clock_id, @Const timespec __tp); -// # ifdef __USE_XOPEN2K +// # ifdef __USE_XOPEN2K /* High-resolution sleep with the specified clock. This function is a cancellation point and therefore not marked with @@ -4824,7 +4880,7 @@ public static native int clock_nanosleep(@Cast("clockid_t") int __clock_id, int public static native int clock_getcpuclockid(@Cast("pid_t") int __pid, @Cast("clockid_t*") IntPointer __clock_id); public static native int clock_getcpuclockid(@Cast("pid_t") int __pid, @Cast("clockid_t*") IntBuffer __clock_id); public static native int clock_getcpuclockid(@Cast("pid_t") int __pid, @Cast("clockid_t*") int[] __clock_id); -// # endif +// # endif /* Create new per-process timer using CLOCK_ID. */ @@ -4845,16 +4901,16 @@ public static native int timer_settime(@Cast("timer_t") long __timerid, int __fl /* Get expiration overrun for timer TIMERID. */ public static native int timer_getoverrun(@Cast("timer_t") long __timerid); -// # endif +// #endif -// # ifdef __USE_ISOC11 +// #ifdef __USE_ISOC11 /* Set TS to calendar time based in time base BASE. */ public static native int timespec_get(timespec __ts, int __base); -// # endif +// #endif -// # ifdef __USE_XOPEN_EXTENDED +// #ifdef __USE_XOPEN_EXTENDED /* Set to one of the following values to indicate an error. 1 the DATEMSK environment variable is null or undefined, 2 the template file cannot be opened for reading, @@ -4877,9 +4933,9 @@ specified that can not be represented in a time_t (representing marked with __THROW. */ public static native tm getdate(@Cast("const char*") BytePointer __string); public static native tm getdate(String __string); -// # endif +// #endif -// # ifdef __USE_GNU +// #ifdef __USE_GNU /* Since `getdate' is not reentrant because of the use of `getdate_err' and the static buffer to return the result in, we provide a thread-safe variant. The functionality is the same. The result is returned in @@ -4894,16 +4950,14 @@ public static native int getdate_r(@Cast("const char*") BytePointer __string, tm __resbufp); public static native int getdate_r(String __string, tm __resbufp); -// # endif - -// #endif /* included. */ +// #endif -// #endif /* not already included. */ +// #endif /* time.h. */ // Parsed from utime.h -/* Copyright (C) 1991-1992,1996-1999,2004,2012 Free Software Foundation, Inc. +/* Copyright (C) 1991-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -4918,7 +4972,7 @@ public static native int getdate_r(String __string, You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* * POSIX Standard: 5.6.6 Set File Access and Modification Times @@ -4932,8 +4986,7 @@ public static native int getdate_r(String __string, // #include // #if defined __USE_XOPEN || defined __USE_XOPEN2K -// # define __need_time_t -// # include +// # include // Targeting ../linux/utimbuf.java @@ -4950,7 +5003,7 @@ public static native int utime(String __file, // Parsed from bits/stat.h -/* Copyright (C) 1999-2012 Free Software Foundation, Inc. +/* Copyright (C) 1999-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -4965,7 +5018,7 @@ public static native int utime(String __file, You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ // #if !defined _SYS_STAT_H && !defined _FCNTL_H // # error "Never include directly; use instead." @@ -5037,8 +5090,7 @@ public static native int utime(String __file, // Parsed from sys/stat.h -/* Copyright (C) 1991, 1992, 1995-2007, 2009, 2010, 2012 - Free Software Foundation, Inc. +/* Copyright (C) 1991-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -5053,7 +5105,7 @@ public static native int utime(String __file, You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* * POSIX Standard: 5.6 File Characteristics @@ -5066,20 +5118,16 @@ public static native int utime(String __file, // #include /* For __mode_t and __dev_t. */ -// #if defined __USE_XOPEN || defined __USE_XOPEN2K || defined __USE_MISC -// || defined __USE_ATFILE -// # if defined __USE_XOPEN || defined __USE_XOPEN2K -// # define __need_time_t -// # endif -// # if defined __USE_MISC || defined __USE_ATFILE -// # define __need_timespec -// # endif -// # include /* For time_t resp. timespec. */ +// #ifdef __USE_XOPEN2K8 +// # include // #endif // #if defined __USE_XOPEN || defined __USE_XOPEN2K /* The Single Unix specification says that some more types are available here. */ + +// # include + // # ifndef __dev_t_defined // # define __dev_t_defined // # endif @@ -5130,7 +5178,7 @@ public static native int utime(String __file, // #include -// #if defined __USE_BSD || defined __USE_MISC || defined __USE_XOPEN +// #if defined __USE_MISC || defined __USE_XOPEN public static final int S_IFMT = __S_IFMT; public static final int S_IFDIR = __S_IFDIR; public static final int S_IFCHR = __S_IFCHR; @@ -5142,7 +5190,7 @@ public static native int utime(String __file, // # ifdef __S_IFLNK public static final int S_IFLNK = __S_IFLNK; // # endif -// # if (defined __USE_BSD || defined __USE_MISC || defined __USE_UNIX98) +// # if (defined __USE_MISC || defined __USE_XOPEN_EXTENDED) // && defined __S_IFSOCK public static final int S_IFSOCK = __S_IFSOCK; // # endif @@ -5163,11 +5211,11 @@ public static native int utime(String __file, // # define S_ISLNK(mode) __S_ISTYPE((mode), __S_IFLNK) // #endif -// #if defined __USE_BSD && !defined __S_IFLNK +// #if defined __USE_MISC && !defined __S_IFLNK // # define S_ISLNK(mode) 0 // #endif -// #if (defined __USE_BSD || defined __USE_UNIX98 || defined __USE_XOPEN2K) +// #if (defined __USE_XOPEN_EXTENDED || defined __USE_XOPEN2K) // && defined __S_IFSOCK // # define S_ISSOCK(mode) __S_ISTYPE((mode), __S_IFSOCK) // #elif defined __USE_XOPEN2K @@ -5190,7 +5238,7 @@ public static native int utime(String __file, public static final int S_ISUID = __S_ISUID; /* Set user ID on execution. */ public static final int S_ISGID = __S_ISGID; /* Set group ID on execution. */ -// #if defined __USE_BSD || defined __USE_MISC || defined __USE_XOPEN +// #if defined __USE_MISC || defined __USE_XOPEN /* Save swapped text after use (sticky bit). This is pretty well obsolete. */ public static final int S_ISVTX = __S_ISVTX; // #endif @@ -5201,7 +5249,7 @@ public static native int utime(String __file, /* Read, write, and execute by owner. */ public static final int S_IRWXU = (__S_IREAD|__S_IWRITE|__S_IEXEC); -// #if defined __USE_MISC && defined __USE_BSD +// #ifdef __USE_MISC public static final int S_IREAD = S_IRUSR; public static final int S_IWRITE = S_IWUSR; public static final int S_IEXEC = S_IXUSR; @@ -5220,7 +5268,7 @@ public static native int utime(String __file, public static final int S_IRWXO = (S_IRWXG >> 3); -// #ifdef __USE_BSD +// #ifdef __USE_MISC /* Macros for common mode bit masks. */ public static final int ACCESSPERMS = (S_IRWXU|S_IRWXG|S_IRWXO); /* 0777 */ public static final int ALLPERMS = (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO);/* 07777 */ @@ -5270,7 +5318,7 @@ public static native int fstatat64(int __fd, String __file, // # endif // #endif -// #if defined __USE_BSD || defined __USE_XOPEN_EXTENDED || defined __USE_XOPEN2K +// #if defined __USE_XOPEN_EXTENDED || defined __USE_XOPEN2K // # ifndef __USE_FILE_OFFSET64 /* Get file attributes about FILE and put them in BUF. If FILE is a symbolic link, do not follow it. */ @@ -5293,7 +5341,7 @@ public static native int lstat64(String __file, public static native int chmod(@Cast("const char*") BytePointer __file, @Cast("__mode_t") int __mode); public static native int chmod(String __file, @Cast("__mode_t") int __mode); -// #ifdef __USE_BSD +// #ifdef __USE_MISC /* Set file access permissions for FILE to MODE. If FILE is a symbolic link, this affects the link itself rather than its target. */ @@ -5301,7 +5349,7 @@ public static native int lstat64(String __file, // #endif /* Set file access permissions of the file FD is open on to MODE. */ -// #if defined __USE_BSD || defined __USE_POSIX +// #if defined __USE_POSIX199309 || defined __USE_XOPEN_EXTENDED public static native int fchmod(int __fd, @Cast("__mode_t") int __mode); // #endif @@ -5341,7 +5389,7 @@ public static native int fchmodat(int __fd, String __file, @Cast("__mode_t") int /* Create a device file named PATH, with permission and special bits MODE and device number DEV (which can be constructed from major and minor device numbers with the `makedev' macro above). */ -// #if defined __USE_MISC || defined __USE_BSD || defined __USE_XOPEN_EXTENDED +// #if defined __USE_MISC || defined __USE_XOPEN_EXTENDED public static native int mknod(@Cast("const char*") BytePointer __path, @Cast("__mode_t") int __mode, @Cast("__dev_t") long __dev); public static native int mknod(String __path, @Cast("__mode_t") int __mode, @Cast("__dev_t") long __dev); @@ -5449,8 +5497,12 @@ public static native int __xmknodat(int __ver, int __fd, @Cast("const char*") By public static native int __xmknodat(int __ver, int __fd, String __path, @Cast("__mode_t") int __mode, @Cast("__dev_t*") SizeTPointer __dev); -// #if defined __GNUC__ && __GNUC__ >= 2 && defined __USE_EXTERN_INLINES - +// #ifdef __USE_GNU +// # include +// #endif + +// #ifdef __USE_EXTERN_INLINES + // #endif // #endif /* sys/stat.h */ @@ -5458,7 +5510,7 @@ public static native int __xmknodat(int __ver, int __fd, String __path, // Parsed from fcntl.h -/* Copyright (C) 1991-2012 Free Software Foundation, Inc. +/* Copyright (C) 1991-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -5473,7 +5525,7 @@ public static native int __xmknodat(int __ver, int __fd, String __path, You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* * POSIX Standard: 6.5 File Control Operations @@ -5524,9 +5576,10 @@ public static native int __xmknodat(int __ver, int __fd, String __path, // #endif /* For XPG all symbols from should also be available. */ +// #ifdef __USE_XOPEN2K8 +// # include +// #endif // #if defined __USE_XOPEN || defined __USE_XOPEN2K8 -// # define __need_timespec -// # include // # include // # ifdef __S_IFIFO // # endif @@ -5537,7 +5590,7 @@ public static native int __xmknodat(int __ver, int __fd, String __path, /* Protection bits. */ /* Set user ID on execution. */ /* Set group ID on execution. */ -// # if defined __USE_BSD || defined __USE_MISC || defined __USE_XOPEN +// # if defined __USE_MISC || defined __USE_XOPEN /* Save swapped text after use (sticky bit). This is pretty well obsolete. */ // # endif /* Read by owner. */ /* Write by owner. */ /* Execute by owner. */ /* Read, write, and execute by owner. */ /* Read by group. */ /* Write by group. */ /* Execute by group. */ @@ -5563,29 +5616,18 @@ public static native int __xmknodat(int __ver, int __fd, String __path, public static final int SEEK_END = 2; /* Seek from end of file. */ // #endif /* XPG */ -// #ifdef __USE_ATFILE -public static final int AT_FDCWD = -100; /* Special value used to indicate - the *at functions should use the - current working directory. */ -public static final int AT_SYMLINK_NOFOLLOW = 0x100; /* Do not follow symbolic links. */ -public static final int AT_REMOVEDIR = 0x200; /* Remove directory instead of - unlinking file. */ -public static final int AT_SYMLINK_FOLLOW = 0x400; /* Follow symbolic links. */ -// # ifdef __USE_GNU -public static final int AT_NO_AUTOMOUNT = 0x800; /* Suppress terminal automount - traversal. */ -public static final int AT_EMPTY_PATH = 0x1000; /* Allow empty relative pathname. */ -// # endif -public static final int AT_EACCESS = 0x200; /* Test access permitted for - effective IDs, not real IDs. */ -// #endif - /* Do the file control operation described by CMD on FD. The remaining arguments are interpreted depending on CMD. This function is a cancellation point and therefore not marked with __THROW. */ +// #ifndef __USE_FILE_OFFSET64 public static native int fcntl(int __fd, int __cmd); +// #else +// #endif +// #ifdef __USE_LARGEFILE64 +public static native int fcntl64(int __fd, int __cmd); +// #endif /* Open FILE and return a new file descriptor for it, or -1 on error. OFLAG determines the type of access used. If O_CREAT or O_TMPFILE is set @@ -5703,7 +5745,7 @@ public static native int posix_fadvise64(int __fd, @Cast("off64_t") long __offse // Parsed from sys/file.h -/* Copyright (C) 1991, 92, 96, 97, 98, 99 Free Software Foundation, Inc. +/* Copyright (C) 1991-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -5718,7 +5760,7 @@ public static native int posix_fadvise64(int __fd, @Cast("off64_t") long __offse You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ // #ifndef _SYS_FILE_H public static final int _SYS_FILE_H = 1; @@ -5756,8 +5798,7 @@ public static native int posix_fadvise64(int __fd, @Cast("off64_t") long __offse // Parsed from grp.h -/* Copyright (C) 1991,1992,1995-2001,2003,2004,2010,2012 - Free Software Foundation, Inc. +/* Copyright (C) 1991-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -5772,7 +5813,7 @@ public static native int posix_fadvise64(int __fd, @Cast("off64_t") long __offse You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* * POSIX Standard: 9.2.1 Group Database Access @@ -5797,22 +5838,18 @@ public static native int posix_fadvise64(int __fd, @Cast("off64_t") long __offse -// #if defined __USE_SVID || defined __USE_GNU -// # define __need_FILE -// # include +// #ifdef __USE_MISC +// # include // #endif -// #if defined __USE_SVID || defined __USE_BSD || defined __USE_XOPEN_EXTENDED +// #if defined __USE_MISC || defined __USE_XOPEN_EXTENDED /* Rewind the group-file stream. This function is a possible cancellation point and therefore not marked with __THROW. */ public static native void setgrent(); -// #endif -// #if defined __USE_SVID || defined __USE_BSD || defined __USE_XOPEN_EXTENDED -// || defined __USE_XOPEN2K8 /* Close the group-file stream. This function is a possible cancellation point and therefore not @@ -5826,7 +5863,7 @@ public static native int posix_fadvise64(int __fd, @Cast("off64_t") long __offse public static native group getgrent(); // #endif -// #ifdef __USE_SVID +// #ifdef __USE_MISC /* Read a group entry from STREAM. This function is not part of POSIX and therefore no official @@ -5860,7 +5897,7 @@ public static native int putgrent(@Const group __p, public static native group getgrnam(@Cast("const char*") BytePointer __name); public static native group getgrnam(String __name); -// #if defined __USE_POSIX || defined __USE_MISC +// #ifdef __USE_POSIX // # ifdef __USE_MISC /* Reasonable value for the buffer sized used in the reentrant @@ -5946,7 +5983,7 @@ public static native int getgrnam_r(String __name, @Cast("char*") byte[] __buffer, @Cast("size_t") long __buflen, @ByPtrPtr group __result); -// # ifdef __USE_SVID +// # ifdef __USE_MISC /* Read a group entry from STREAM. This function is not standardized an probably never will. @@ -5975,7 +6012,7 @@ public static native int fgetgrent_r(@Cast("FILE*") Pointer __stream, // #endif /* POSIX or reentrant */ -// #ifdef __USE_BSD +// #ifdef __USE_MISC // # define __need_size_t // # include @@ -5994,17 +6031,17 @@ public static native int fgetgrent_r(@Cast("FILE*") Pointer __stream, or due to the implementation it is a cancellation point and therefore not marked with __THROW. */ public static native int getgrouplist(@Cast("const char*") BytePointer __user, @Cast("__gid_t") int __group, - @Cast("__gid_t*") IntPointer __groups, @Cast("int*") IntPointer __ngroups); + @Cast("__gid_t*") IntPointer __groups, IntPointer __ngroups); public static native int getgrouplist(String __user, @Cast("__gid_t") int __group, - @Cast("__gid_t*") IntBuffer __groups, @Cast("int*") IntBuffer __ngroups); + @Cast("__gid_t*") IntBuffer __groups, IntBuffer __ngroups); public static native int getgrouplist(@Cast("const char*") BytePointer __user, @Cast("__gid_t") int __group, - @Cast("__gid_t*") int[] __groups, @Cast("int*") int[] __ngroups); + @Cast("__gid_t*") int[] __groups, int[] __ngroups); public static native int getgrouplist(String __user, @Cast("__gid_t") int __group, - @Cast("__gid_t*") IntPointer __groups, @Cast("int*") IntPointer __ngroups); + @Cast("__gid_t*") IntPointer __groups, IntPointer __ngroups); public static native int getgrouplist(@Cast("const char*") BytePointer __user, @Cast("__gid_t") int __group, - @Cast("__gid_t*") IntBuffer __groups, @Cast("int*") IntBuffer __ngroups); + @Cast("__gid_t*") IntBuffer __groups, IntBuffer __ngroups); public static native int getgrouplist(String __user, @Cast("__gid_t") int __group, - @Cast("__gid_t*") int[] __groups, @Cast("int*") int[] __ngroups); + @Cast("__gid_t*") int[] __groups, int[] __ngroups); /* Initialize the group set for the current user by reading the group database and using all groups @@ -6017,15 +6054,14 @@ public static native int getgrouplist(String __user, @Cast("__gid_t") int __grou public static native int initgroups(@Cast("const char*") BytePointer __user, @Cast("__gid_t") int __group); public static native int initgroups(String __user, @Cast("__gid_t") int __group); -// #endif /* Use BSD. */ +// #endif /* Use misc. */ // #endif /* grp.h */ // Parsed from pwd.h -/* Copyright (C) 1991,1992,1995-2001,2003,2004,2012 - Free Software Foundation, Inc. +/* Copyright (C) 1991-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -6040,7 +6076,7 @@ public static native int getgrouplist(String __user, @Cast("__gid_t") int __grou You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* * POSIX Standard: 9.2.2 User Database Access @@ -6070,34 +6106,33 @@ public static native int getgrouplist(String __user, @Cast("__gid_t") int __grou -// #if defined __USE_SVID || defined __USE_GNU -// # define __need_FILE -// # include +// #ifdef __USE_MISC +// # include // #endif -// #if defined __USE_SVID || defined __USE_MISC || defined __USE_XOPEN_EXTENDED -/* Rewind the password-file stream. +// #if defined __USE_MISC || defined __USE_XOPEN_EXTENDED +/* Rewind the user database stream. This function is a possible cancellation point and therefore not marked with __THROW. */ public static native void setpwent(); -/* Close the password-file stream. +/* Close the user database stream. This function is a possible cancellation point and therefore not marked with __THROW. */ public static native void endpwent(); -/* Read an entry from the password-file stream, opening it if necessary. +/* Read an entry from the user database stream, opening it if necessary. This function is a possible cancellation point and therefore not marked with __THROW. */ public static native passwd getpwent(); // #endif -// #ifdef __USE_SVID -/* Read an entry from STREAM. +// #ifdef __USE_MISC +/* Read a user database entry from STREAM. This function is not part of POSIX and therefore no official cancellation point. But due to similarity with an POSIX interface @@ -6105,7 +6140,7 @@ public static native int getgrouplist(String __user, @Cast("__gid_t") int __grou therefore not marked with __THROW. */ public static native passwd fgetpwent(@Cast("FILE*") Pointer __stream); -/* Write the given entry onto the given stream. +/* Write a given user database entry onto the given stream. This function is not part of POSIX and therefore no official cancellation point. But due to similarity with an POSIX interface @@ -6115,20 +6150,20 @@ public static native int putpwent(@Const passwd __p, @Cast("FILE*") Pointer __f); // #endif -/* Search for an entry with a matching user ID. +/* Retrieve the user database entry for the given user ID. This function is a possible cancellation point and therefore not marked with __THROW. */ public static native passwd getpwuid(@Cast("__uid_t") int __uid); -/* Search for an entry with a matching username. +/* Retrieve the user database entry for the given username. This function is a possible cancellation point and therefore not marked with __THROW. */ public static native passwd getpwnam(@Cast("const char*") BytePointer __name); public static native passwd getpwnam(String __name); -// #if defined __USE_POSIX || defined __USE_MISC +// #ifdef __USE_POSIX // # ifdef __USE_MISC /* Reasonable value for the buffer sized used in the reentrant @@ -6144,7 +6179,7 @@ the interface is designed following the principals used for the other reentrant functions so the chances are good this is what the POSIX people would choose. */ -// # if defined __USE_SVID || defined __USE_MISC +// # ifdef __USE_MISC /* This function is not part of POSIX and therefore no official cancellation point. But due to similarity with an POSIX interface or due to the implementation it is a cancellation point and @@ -6210,9 +6245,9 @@ public static native int getpwnam_r(String __name, @ByPtrPtr passwd __result); -// # ifdef __USE_SVID -/* Read an entry from STREAM. This function is not standardized and - probably never will. +// # ifdef __USE_MISC +/* Read a user database entry from STREAM. This function is not + standardized and probably never will. This function is not part of POSIX and therefore no official cancellation point. But due to similarity with an POSIX interface @@ -6239,9 +6274,9 @@ public static native int fgetpwent_r(@Cast("FILE*") Pointer __stream, // #endif /* POSIX or reentrant */ // #ifdef __USE_GNU -/* Re-construct the password-file line for the given uid - in the given buffer. This knows the format that the caller - will expect, but this need not be the format of the password file. +/* Write a traditional /etc/passwd line, based on the user database + entry for the given UID, to BUFFER; space for BUFFER must be + allocated by the caller. This function is not part of POSIX and therefore no official cancellation point. But due to similarity with an POSIX interface @@ -6253,232 +6288,80 @@ public static native int fgetpwent_r(@Cast("FILE*") Pointer __stream, // #endif /* pwd.h */ -// Parsed from bits/siginfo.h - -/* siginfo_t, sigevent and constants. Linux x86-64 version. - Copyright (C) 2012 Free Software Foundation, Inc. - This file is part of the GNU C Library. - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, see - . */ +// Parsed from bits/types/siginfo_t.h -// #if !defined _SIGNAL_H && !defined __need_siginfo_t -// && !defined __need_sigevent_t -// # error "Never include this file directly. Use instead" -// #endif +// #ifndef __siginfo_t_defined +public static final int __siginfo_t_defined = 1; // #include +// #include +// #include -// #if (!defined __have_sigval_t -// && (defined _SIGNAL_H || defined __need_siginfo_t -// || defined __need_sigevent_t)) -public static final int __have_sigval_t = 1; -// Targeting ../linux/sigval.java - +public static final int __SI_MAX_SIZE = 128; +// #if __WORDSIZE == 64 +public static native @MemberGetter int __SI_PAD_SIZE(); +public static final int __SI_PAD_SIZE = __SI_PAD_SIZE(); +// #else +// #endif +/* Some fields of siginfo_t have architecture-specific variations. */ +// #include +// #ifndef __SI_ALIGNMENT +// # define __SI_ALIGNMENT /* nothing */ +// #endif +// #ifndef __SI_BAND_TYPE +// # define __SI_BAND_TYPE long int +// #endif +// #ifndef __SI_CLOCK_T +// # define __SI_CLOCK_T __clock_t // #endif +// #ifndef __SI_ERRNO_THEN_CODE +public static final int __SI_ERRNO_THEN_CODE = 1; +// #endif +// #ifndef __SI_HAVE_SIGSYS +public static final int __SI_HAVE_SIGSYS = 1; +// #endif +// #ifndef __SI_SIGFAULT_ADDL +// # define __SI_SIGFAULT_ADDL +// Targeting ../linux/siginfo_t.java -// #if (!defined __have_siginfo_t -// && (defined _SIGNAL_H || defined __need_siginfo_t)) -public static final int __have_siginfo_t = 1; -public static final int __SI_MAX_SIZE = 128; -// # if __WORDSIZE == 64 -public static native @MemberGetter int __SI_PAD_SIZE(); -public static final int __SI_PAD_SIZE = __SI_PAD_SIZE(); -// # else -// # endif -// # if defined __x86_64__ && __WORDSIZE == 32 -// # else -// # define __SI_ALIGNMENT -// Targeting ../linux/siginfo_t.java +// #endif -/* X/Open requires some more fields with fixed names. */ +// Parsed from bits/types/__sigset_t.h +// #ifndef ____sigset_t_defined +// #define ____sigset_t_defined -/* Values for `si_code'. Positive values are reserved for kernel-generated - signals. */ -/** enum */ -public static final int - SI_ASYNCNL = -60, /* Sent by asynch name lookup completion. */ -// # define SI_ASYNCNL SI_ASYNCNL - SI_TKILL = -6, /* Sent by tkill. */ -// # define SI_TKILL SI_TKILL - SI_SIGIO = -5, /* Sent by queued SIGIO. */ -// # define SI_SIGIO SI_SIGIO - SI_ASYNCIO = -4, /* Sent by AIO completion. */ -// # define SI_ASYNCIO SI_ASYNCIO - SI_MESGQ = -3, /* Sent by real time mesq state change. */ -// # define SI_MESGQ SI_MESGQ - SI_TIMER = -2, /* Sent by timer expiration. */ -// # define SI_TIMER SI_TIMER - SI_QUEUE = -1, /* Sent by sigqueue. */ -// # define SI_QUEUE SI_QUEUE - SI_USER = 0, /* Sent by kill, sigsend. */ -// # define SI_USER SI_USER - SI_KERNEL = 0x80; /* Send by kernel. */ -// #define SI_KERNEL SI_KERNEL - - -/* `si_code' values for SIGILL signal. */ -/** enum */ -public static final int - ILL_ILLOPC = 1, /* Illegal opcode. */ -// # define ILL_ILLOPC ILL_ILLOPC - ILL_ILLOPN = 2, /* Illegal operand. */ -// # define ILL_ILLOPN ILL_ILLOPN - ILL_ILLADR = 3, /* Illegal addressing mode. */ -// # define ILL_ILLADR ILL_ILLADR - ILL_ILLTRP = 4, /* Illegal trap. */ -// # define ILL_ILLTRP ILL_ILLTRP - ILL_PRVOPC = 5, /* Privileged opcode. */ -// # define ILL_PRVOPC ILL_PRVOPC - ILL_PRVREG = 6, /* Privileged register. */ -// # define ILL_PRVREG ILL_PRVREG - ILL_COPROC = 7, /* Coprocessor error. */ -// # define ILL_COPROC ILL_COPROC - ILL_BADSTK = 8; /* Internal stack error. */ -// # define ILL_BADSTK ILL_BADSTK - -/* `si_code' values for SIGFPE signal. */ -/** enum */ -public static final int - FPE_INTDIV = 1, /* Integer divide by zero. */ -// # define FPE_INTDIV FPE_INTDIV - FPE_INTOVF = 2, /* Integer overflow. */ -// # define FPE_INTOVF FPE_INTOVF - FPE_FLTDIV = 3, /* Floating point divide by zero. */ -// # define FPE_FLTDIV FPE_FLTDIV - FPE_FLTOVF = 4, /* Floating point overflow. */ -// # define FPE_FLTOVF FPE_FLTOVF - FPE_FLTUND = 5, /* Floating point underflow. */ -// # define FPE_FLTUND FPE_FLTUND - FPE_FLTRES = 6, /* Floating point inexact result. */ -// # define FPE_FLTRES FPE_FLTRES - FPE_FLTINV = 7, /* Floating point invalid operation. */ -// # define FPE_FLTINV FPE_FLTINV - FPE_FLTSUB = 8; /* Subscript out of range. */ -// # define FPE_FLTSUB FPE_FLTSUB - -/* `si_code' values for SIGSEGV signal. */ -/** enum */ -public static final int - SEGV_MAPERR = 1, /* Address not mapped to object. */ -// # define SEGV_MAPERR SEGV_MAPERR - SEGV_ACCERR = 2; /* Invalid permissions for mapped object. */ -// # define SEGV_ACCERR SEGV_ACCERR +public static native @MemberGetter int _SIGSET_NWORDS(); +public static final int _SIGSET_NWORDS = _SIGSET_NWORDS(); +// Targeting ../linux/sigset_t.java -/* `si_code' values for SIGBUS signal. */ -/** enum */ -public static final int - BUS_ADRALN = 1, /* Invalid address alignment. */ -// # define BUS_ADRALN BUS_ADRALN - BUS_ADRERR = 2, /* Non-existant physical address. */ -// # define BUS_ADRERR BUS_ADRERR - BUS_OBJERR = 3; /* Object specific hardware error. */ -// # define BUS_OBJERR BUS_OBJERR - -/* `si_code' values for SIGTRAP signal. */ -/** enum */ -public static final int - TRAP_BRKPT = 1, /* Process breakpoint. */ -// # define TRAP_BRKPT TRAP_BRKPT - TRAP_TRACE = 2; /* Process trace trap. */ -// # define TRAP_TRACE TRAP_TRACE -/* `si_code' values for SIGCHLD signal. */ -/** enum */ -public static final int - CLD_EXITED = 1, /* Child has exited. */ -// # define CLD_EXITED CLD_EXITED - CLD_KILLED = 2, /* Child was killed. */ -// # define CLD_KILLED CLD_KILLED - CLD_DUMPED = 3, /* Child terminated abnormally. */ -// # define CLD_DUMPED CLD_DUMPED - CLD_TRAPPED = 4, /* Traced child has trapped. */ -// # define CLD_TRAPPED CLD_TRAPPED - CLD_STOPPED = 5, /* Child has stopped. */ -// # define CLD_STOPPED CLD_STOPPED - CLD_CONTINUED = 6; /* Stopped child has continued. */ -// # define CLD_CONTINUED CLD_CONTINUED - -/* `si_code' values for SIGPOLL signal. */ -/** enum */ -public static final int - POLL_IN = 1, /* Data input available. */ -// # define POLL_IN POLL_IN - POLL_OUT = 2, /* Output buffers available. */ -// # define POLL_OUT POLL_OUT - POLL_MSG = 3, /* Input message available. */ -// # define POLL_MSG POLL_MSG - POLL_ERR = 4, /* I/O error. */ -// # define POLL_ERR POLL_ERR - POLL_PRI = 5, /* High priority input available. */ -// # define POLL_PRI POLL_PRI - POLL_HUP = 6; /* Device disconnected. */ -// # define POLL_HUP POLL_HUP - -// # undef __need_siginfo_t -// #endif /* !have siginfo_t && (have _SIGNAL_H || need siginfo_t). */ - - -// #if (defined _SIGNAL_H || defined __need_sigevent_t) -// && !defined __have_sigevent_t -public static final int __have_sigevent_t = 1; - -/* Structure to transport application-defined values with signals. */ -public static final int __SIGEV_MAX_SIZE = 64; -// # if __WORDSIZE == 64 -public static native @MemberGetter int __SIGEV_PAD_SIZE(); -public static final int __SIGEV_PAD_SIZE = __SIGEV_PAD_SIZE(); -// Targeting ../linux/pthread_attr_t.java - - -public static final int __have_pthread_attr_t = 1; -// Targeting ../linux/sigevent_t.java +// #endif -/* POSIX names to access some of the members. */ -// # define sigev_notify_function _sigev_un._sigev_thread._function -// # define sigev_notify_attributes _sigev_un._sigev_thread._attribute +// Parsed from bits/types/sigset_t.h -/* `sigev_notify' values. */ -/** enum */ -public static final int - SIGEV_SIGNAL = 0, /* Notify via signal. */ -// # define SIGEV_SIGNAL SIGEV_SIGNAL - SIGEV_NONE = 1, /* Other notification: meaningless. */ -// # define SIGEV_NONE SIGEV_NONE - SIGEV_THREAD = 2, /* Deliver via thread creation. */ -// # define SIGEV_THREAD SIGEV_THREAD +// #ifndef __sigset_t_defined +public static final int __sigset_t_defined = 1; - SIGEV_THREAD_ID = 4; /* Send signal to specific thread. */ -// #define SIGEV_THREAD_ID SIGEV_THREAD_ID +// #include -// #endif /* have _SIGNAL_H. */ +/* A set of signals to be blocked, unblocked, or waited for. */ + +// #endif -// Parsed from bits/sigset.h +// Parsed from bits/types/__sigval_t.h -/* __sig_atomic_t, __sigset_t, and related definitions. Linux version. - Copyright (C) 1991, 1992, 1994, 1996, 1997, 2007, 2012 - Free Software Foundation, Inc. +/* Define __sigval_t. + Copyright (C) 1997-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -6493,104 +6376,74 @@ public static native int fgetpwent_r(@Cast("FILE*") Pointer __stream, You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ -// #ifndef _SIGSET_H_types -public static final int _SIGSET_H_types = 1; +// #ifndef ____sigval_t_defined +// #define ____sigval_t_defined +// Targeting ../linux/sigval.java -/* A `sigset_t' has a bit for each signal. */ -public static native @MemberGetter int _SIGSET_NWORDS(); -public static final int _SIGSET_NWORDS = _SIGSET_NWORDS(); -// Targeting ../linux/sigset_t.java +// #else +// #endif + +// #endif +// Parsed from bits/types/sigval_t.h +// #ifndef __sigval_t_defined +// #define __sigval_t_defined + +// #include + +/* To avoid sigval_t (not a standard type name) having C++ name + mangling depending on whether the selected standard includes union + sigval, it should not be defined at all when using a standard for + which the sigval name is not reserved; in that case, headers should + not include and should use only the + internal __sigval_t name. */ +// #ifndef __USE_POSIX199309 // #endif +// #endif -/* We only want to define these functions if was actually - included; otherwise we were included just to define the types. Since we - are namespace-clean, it wouldn't hurt to define extra macros. But - trouble can be caused by functions being defined (e.g., any global - register vars declared later will cause compilation errors). */ -// #if !defined _SIGSET_H_fns && defined _SIGNAL_H -public static final int _SIGSET_H_fns = 1; +// Parsed from bits/types/stack_t.h -// # ifndef _EXTERN_INLINE -// # define _EXTERN_INLINE __extern_inline -// # endif +/* Define stack_t. Linux version. + Copyright (C) 1998-2020 Free Software Foundation, Inc. + This file is part of the GNU C Library. -/* Return a mask that includes the bit for SIG only. */ -// # define __sigmask(sig) -// (((unsigned long int) 1) << (((sig) - 1) % (8 * sizeof (unsigned long int)))) - -/* Return the word index for SIG. */ -// # define __sigword(sig) (((sig) - 1) / (8 * sizeof (unsigned long int))) - -// # if defined __GNUC__ && __GNUC__ >= 2 -// # define __sigemptyset(set) -// (__extension__ ({ int __cnt = _SIGSET_NWORDS; -// sigset_t *__set = (set); -// while (--__cnt >= 0) __set->__val[__cnt] = 0; -// 0; })) -// # define __sigfillset(set) -// (__extension__ ({ int __cnt = _SIGSET_NWORDS; -// sigset_t *__set = (set); -// while (--__cnt >= 0) __set->__val[__cnt] = ~0L; -// 0; })) - -// # ifdef __USE_GNU -/* The POSIX does not specify for handling the whole signal set in one - command. This is often wanted and so we define three more functions - here. */ -// # define __sigisemptyset(set) -// (__extension__ ({ int __cnt = _SIGSET_NWORDS; -// const sigset_t *__set = (set); -// int __ret = __set->__val[--__cnt]; -// while (!__ret && --__cnt >= 0) -// __ret = __set->__val[__cnt]; -// __ret == 0; })) -// # define __sigandset(dest, left, right) -// (__extension__ ({ int __cnt = _SIGSET_NWORDS; -// sigset_t *__dest = (dest); -// const sigset_t *__left = (left); -// const sigset_t *__right = (right); -// while (--__cnt >= 0) -// __dest->__val[__cnt] = (__left->__val[__cnt] -// & __right->__val[__cnt]); -// 0; })) -// # define __sigorset(dest, left, right) -// (__extension__ ({ int __cnt = _SIGSET_NWORDS; -// sigset_t *__dest = (dest); -// const sigset_t *__left = (left); -// const sigset_t *__right = (right); -// while (--__cnt >= 0) -// __dest->__val[__cnt] = (__left->__val[__cnt] -// | __right->__val[__cnt]); -// 0; })) -// # endif -// # endif + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. -/* These functions needn't check for a bogus signal number -- error - checking is done in the non __ versions. */ + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, see + . */ -public static native int __sigismember(@Const sigset_t arg0, int arg1); -public static native int __sigaddset(sigset_t arg0, int arg1); -public static native int __sigdelset(sigset_t arg0, int arg1); +// #ifndef __stack_t_defined +public static final int __stack_t_defined = 1; -// # ifdef __USE_EXTERN_INLINES -// # endif +// #define __need_size_t +// #include +// Targeting ../linux/stack_t.java -// #endif /* ! _SIGSET_H_fns. */ + +// #endif // Parsed from bits/signum.h /* Signal number definitions. Linux version. - Copyright (C) 1995,1996,1997,1998,1999,2003 Free Software Foundation, Inc. + Copyright (C) 1995-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -6605,75 +6458,47 @@ trouble can be caused by functions being defined (e.g., any global You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ -// #ifdef _SIGNAL_H +// #ifndef _BITS_SIGNUM_H +public static final int _BITS_SIGNUM_H = 1; -/* Fake signal functions. */ -public static native @MemberGetter __sighandler_t SIG_ERR(); -public static final __sighandler_t SIG_ERR = SIG_ERR(); /* Error return. */ -public static native @MemberGetter __sighandler_t SIG_DFL(); -public static final __sighandler_t SIG_DFL = SIG_DFL(); /* Default action. */ -public static native @MemberGetter __sighandler_t SIG_IGN(); -public static final __sighandler_t SIG_IGN = SIG_IGN(); /* Ignore signal. */ - -// #ifdef __USE_UNIX98 -public static native @MemberGetter __sighandler_t SIG_HOLD(); -public static final __sighandler_t SIG_HOLD = SIG_HOLD(); /* Add signal to hold mask. */ -// #endif - - -/* Signals. */ -public static final int SIGHUP = 1; /* Hangup (POSIX). */ -public static final int SIGINT = 2; /* Interrupt (ANSI). */ -public static final int SIGQUIT = 3; /* Quit (POSIX). */ -public static final int SIGILL = 4; /* Illegal instruction (ANSI). */ -public static final int SIGTRAP = 5; /* Trace trap (POSIX). */ -public static final int SIGABRT = 6; /* Abort (ANSI). */ -public static final int SIGIOT = 6; /* IOT trap (4.2 BSD). */ -public static final int SIGBUS = 7; /* BUS error (4.2 BSD). */ -public static final int SIGFPE = 8; /* Floating-point exception (ANSI). */ -public static final int SIGKILL = 9; /* Kill, unblockable (POSIX). */ -public static final int SIGUSR1 = 10; /* User-defined signal 1 (POSIX). */ -public static final int SIGSEGV = 11; /* Segmentation violation (ANSI). */ -public static final int SIGUSR2 = 12; /* User-defined signal 2 (POSIX). */ -public static final int SIGPIPE = 13; /* Broken pipe (POSIX). */ -public static final int SIGALRM = 14; /* Alarm clock (POSIX). */ -public static final int SIGTERM = 15; /* Termination (ANSI). */ -public static final int SIGSTKFLT = 16; /* Stack fault. */ -public static native @MemberGetter int SIGCLD(); -public static final int SIGCLD = SIGCLD(); /* Same as SIGCHLD (System V). */ -public static final int SIGCHLD = 17; /* Child status has changed (POSIX). */ -public static final int SIGCONT = 18; /* Continue (POSIX). */ -public static final int SIGSTOP = 19; /* Stop, unblockable (POSIX). */ -public static final int SIGTSTP = 20; /* Keyboard stop (POSIX). */ -public static final int SIGTTIN = 21; /* Background read from tty (POSIX). */ -public static final int SIGTTOU = 22; /* Background write to tty (POSIX). */ -public static final int SIGURG = 23; /* Urgent condition on socket (4.2 BSD). */ -public static final int SIGXCPU = 24; /* CPU limit exceeded (4.2 BSD). */ -public static final int SIGXFSZ = 25; /* File size limit exceeded (4.2 BSD). */ -public static final int SIGVTALRM = 26; /* Virtual alarm clock (4.2 BSD). */ -public static final int SIGPROF = 27; /* Profiling alarm clock (4.2 BSD). */ -public static final int SIGWINCH = 28; /* Window size change (4.3 BSD, Sun). */ +// #ifndef _SIGNAL_H +// #error "Never include directly; use instead." +// #endif + +// #include + +/* Adjustments and additions to the signal number constants for + most Linux systems. */ + +public static final int SIGSTKFLT = 16; /* Stack fault (obsolete). */ +public static final int SIGPWR = 30; /* Power failure imminent. */ + +// #undef SIGBUS +public static final int SIGBUS = 7; +// #undef SIGUSR1 +public static final int SIGUSR1 = 10; +// #undef SIGUSR2 +public static final int SIGUSR2 = 12; +// #undef SIGCHLD +public static final int SIGCHLD = 17; +// #undef SIGCONT +public static final int SIGCONT = 18; +// #undef SIGSTOP +public static final int SIGSTOP = 19; +// #undef SIGTSTP +public static final int SIGTSTP = 20; +// #undef SIGURG +public static final int SIGURG = 23; +// #undef SIGPOLL public static native @MemberGetter int SIGPOLL(); -public static final int SIGPOLL = SIGPOLL(); /* Pollable event occurred (System V). */ -public static final int SIGIO = 29; /* I/O now possible (4.2 BSD). */ -public static final int SIGPWR = 30; /* Power failure restart (System V). */ -public static final int SIGSYS = 31; /* Bad system call. */ -public static final int SIGUNUSED = 31; - -public static final int _NSIG = 65; /* Biggest signal number + 1 - (including real-time signals). */ +public static final int SIGPOLL = SIGPOLL(); +// #undef SIGSYS +public static final int SIGSYS = 31; -public static native @MemberGetter int SIGRTMIN(); -public static final int SIGRTMIN = SIGRTMIN(); -public static native @MemberGetter int SIGRTMAX(); -public static final int SIGRTMAX = SIGRTMAX(); - -/* These are the hard limits of the kernel. These values should not be - used directly at user level. */ -public static final int __SIGRTMIN = 32; -public static final int __SIGRTMAX = (_NSIG - 1); +// #undef __SIGRTMAX +public static final int __SIGRTMAX = 64; // #endif /* included. */ @@ -6681,7 +6506,7 @@ trouble can be caused by functions being defined (e.g., any global // Parsed from bits/sigaction.h /* The proper definitions for Linux's sigaction. - Copyright (C) 1993-1999, 2000, 2010 Free Software Foundation, Inc. + Copyright (C) 1993-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -6696,7 +6521,10 @@ trouble can be caused by functions being defined (e.g., any global You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ + +// #ifndef _BITS_SIGACTION_H +public static final int _BITS_SIGACTION_H = 1; // #ifndef _SIGNAL_H // # error "Never include directly; use instead." @@ -6709,10 +6537,10 @@ trouble can be caused by functions being defined (e.g., any global public static final int SA_NOCLDWAIT = 2; /* Don't create zombie on child death. */ public static final int SA_SIGINFO = 4; /* Invoke signal-catching function with three arguments instead of one. */ -// #if defined __USE_UNIX98 || defined __USE_MISC +// #if defined __USE_XOPEN_EXTENDED || defined __USE_MISC public static final int SA_ONSTACK = 0x08000000; /* Use signal stack by using `sa_restorer'. */ // #endif -// #if defined __USE_UNIX98 || defined __USE_MISC || defined __USE_XOPEN2K8 +// #if defined __USE_XOPEN_EXTENDED || defined __USE_XOPEN2K8 public static final int SA_RESTART = 0x10000000; /* Restart syscall on signal return. */ public static final int SA_NODEFER = 0x40000000; /* Don't automatically block the signal when its handler is being executed. */ @@ -6732,10 +6560,12 @@ trouble can be caused by functions being defined (e.g., any global public static final int SIG_UNBLOCK = 1; /* Unblock signals. */ public static final int SIG_SETMASK = 2; /* Set the set of blocked signals. */ +// #endif + // Parsed from bits/sigcontext.h -/* Copyright (C) 2002-2012 Free Software Foundation, Inc. +/* Copyright (C) 2002-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -6750,7 +6580,7 @@ trouble can be caused by functions being defined (e.g., any global You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ // #ifndef _BITS_SIGCONTEXT_H public static final int _BITS_SIGCONTEXT_H = 1; @@ -6759,6 +6589,8 @@ trouble can be caused by functions being defined (e.g., any global // # error "Never use directly; include instead." // #endif +// #include + public static final int FP_XSTATE_MAGIC1 = 0x46505853; public static final int FP_XSTATE_MAGIC2 = 0x46505845; public static native @MemberGetter int FP_XSTATE_MAGIC2_SIZE(); @@ -6778,7 +6610,7 @@ trouble can be caused by functions being defined (e.g., any global // Parsed from bits/sigstack.h /* sigstack, sigaltstack definitions. - Copyright (C) 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1998-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -6793,36 +6625,27 @@ trouble can be caused by functions being defined (e.g., any global You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ - -// #ifndef _SIGNAL_H -// # error "Never include this file directly. Use instead" -// Targeting ../linux/sigstack.java - + . */ +// #ifndef _BITS_SIGSTACK_H +public static final int _BITS_SIGSTACK_H = 1; - -/* Possible values for `ss_flags.'. */ -/** enum */ -public static final int - SS_ONSTACK = 1, -// #define SS_ONSTACK SS_ONSTACK - SS_DISABLE = 2; -// #define SS_DISABLE SS_DISABLE +// #if !defined _SIGNAL_H && !defined _SYS_UCONTEXT_H +// # error "Never include this file directly. Use instead" +// #endif /* Minimum stack size for a signal handler. */ public static final int MINSIGSTKSZ = 2048; /* System default stack size. */ public static final int SIGSTKSZ = 8192; -// Targeting ../linux/stack_t.java - +// #endif /* bits/sigstack.h */ // Parsed from signal.h -/* Copyright (C) 1991-2004,2007,2009,2010,2012 Free Software Foundation, Inc. +/* Copyright (C) 1991-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -6837,38 +6660,13 @@ trouble can be caused by functions being defined (e.g., any global You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* * ISO C99 Standard: 7.14 Signal handling */ -// #include - -// #include /* __sigset_t, __sig_atomic_t. */ - -/* An integral type that can be modified atomically, without the - possibility of a signal arriving in the middle of the operation. */ -// #if defined __need_sig_atomic_t || defined _SIGNAL_H -// # ifndef __sig_atomic_t_defined -// # define __sig_atomic_t_defined -// # endif -// # undef __need_sig_atomic_t -// #endif - -// #if defined __need_sigset_t || (defined _SIGNAL_H && defined __USE_POSIX) -// # ifndef __sigset_t_defined -// # define __sigset_t_defined -// # endif -// # undef __need_sigset_t -// #endif - -// #ifdef _SIGNAL_H - -// #include -// #include - // #if defined __USE_XOPEN || defined __USE_XOPEN2K // # ifndef __pid_t_defined // # define __pid_t_defined @@ -6882,13 +6680,21 @@ trouble can be caused by functions being defined (e.g., any global // #ifdef __USE_POSIX199309 /* We need `struct timespec' later on. */ -// # define __need_timespec -// # include +// # include // #endif // #if defined __USE_POSIX199309 || defined __USE_XOPEN_EXTENDED -/* Get the `siginfo_t' type plus the needed symbols. */ -// # include +// # include +// # include +// #endif + +// #ifdef __USE_MISC +// # include +// #endif + +// #ifdef __USE_POSIX199309 +// # include +// # include // Targeting ../linux/__sighandler_t.java @@ -6904,14 +6710,12 @@ trouble can be caused by functions being defined (e.g., any global /* Set the handler for the signal SIG to HANDLER, returning the old handler, or SIG_ERR on error. By default `signal' has the BSD semantic. */ -// #ifdef __USE_BSD +// #ifdef __USE_MISC public static native __sighandler_t signal(int __sig, __sighandler_t __handler); // #else // #endif -// #ifdef __USE_XOPEN -/* The X/Open definition of `signal' conflicts with the BSD version. - So they defined another function `bsd_signal'. */ -public static native __sighandler_t bsd_signal(int __sig, __sighandler_t __handler); + +// #if defined __USE_XOPEN_EXTENDED && !defined __USE_XOPEN2K8 // #endif /* Send signal SIG to process number PID. If PID is zero, @@ -6921,28 +6725,27 @@ trouble can be caused by functions being defined (e.g., any global public static native int kill(@Cast("__pid_t") int __pid, int __sig); // #endif /* Use POSIX. */ -// #if defined __USE_BSD || defined __USE_XOPEN_EXTENDED +// #if defined __USE_MISC || defined __USE_XOPEN_EXTENDED /* Send SIG to all processes in process group PGRP. If PGRP is zero, send SIG to all processes in the current process's process group. */ public static native int killpg(@Cast("__pid_t") int __pgrp, int __sig); -// #endif /* Use BSD || X/Open Unix. */ +// #endif /* Use misc || X/Open Unix. */ /* Raise signal SIG, i.e., send SIG to yourself. */ public static native int raise(int __sig); -// #ifdef __USE_SVID + +// #ifdef __USE_MISC /* SVID names for the same things. */ public static native __sighandler_t ssignal(int __sig, __sighandler_t __handler); public static native int gsignal(int __sig); -// #endif /* Use SVID. */ +// #endif /* Use misc. */ -// #if defined __USE_MISC || defined __USE_XOPEN2K +// #ifdef __USE_XOPEN2K8 /* Print a message describing the meaning of the given signal number. */ public static native void psignal(int __sig, @Cast("const char*") BytePointer __s); public static native void psignal(int __sig, String __s); -// #endif /* Use misc or POSIX 2008. */ -// #ifdef __USE_XOPEN2K /* Print a message describing the meaning of the given signal information. */ public static native void psiginfo(@Const siginfo_t __pinfo, @Cast("const char*") BytePointer __s); public static native void psiginfo(@Const siginfo_t __pinfo, String __s); @@ -6950,37 +6753,29 @@ trouble can be caused by functions being defined (e.g., any global -/* The `sigpause' function has two different interfaces. The original - BSD definition defines the argument as a mask of the signal, while - the more modern interface in X/Open defines it as the signal - number. We go with the BSD version unless the user explicitly - selects the X/Open version. +/* The `sigpause' function in X/Open defines the argument as the + signal number. This requires redirecting to another function + because the default version in glibc uses an old BSD interface. This function is a cancellation point and therefore not marked with __THROW. */ -public static native int __sigpause(int __sig_or_mask, int __is_sig); -// #ifdef __FAVOR_BSD -/* Set the mask of blocked signals to MASK, - wait for a signal to arrive, and then restore the mask. */ -public static native int sigpause(int __mask); -// #else -// # ifdef __USE_XOPEN -// # ifdef __GNUC__ -// # else -// # endif +// #ifdef __USE_XOPEN_EXTENDED +// # ifdef __GNUC__ +public static native int sigpause(int __sig); +// # else // # endif // #endif -// #ifdef __USE_BSD +// #ifdef __USE_MISC /* None of the following functions should be used anymore. They are here only for compatibility. A single word (`int') is not guaranteed to be enough to hold a complete signal mask and therefore these functions simply do not work in many situations. Use `sigprocmask' instead. */ /* Compute mask for signal SIG. */ -// # define sigmask(sig) __sigmask(sig) +// # define sigmask(sig) ((int)(1 << ((sig) - 1))) /* Block signals in MASK, returning the old mask. */ @@ -6990,7 +6785,7 @@ only for compatibility. A single word (`int') is not guaranteed to be /* Return currently selected signal mask. */ -// #endif /* Use BSD. */ +// #endif /* Use misc. */ // #ifdef __USE_MISC @@ -7002,7 +6797,7 @@ only for compatibility. A single word (`int') is not guaranteed to be // #endif /* 4.4 BSD uses the name `sig_t' for this. */ -// #ifdef __USE_BSD +// #ifdef __USE_MISC // #endif // #ifdef __USE_POSIX @@ -7058,13 +6853,15 @@ public static native int sigaction(int __sig, @Const sigaction __act, public static native int sigpending(sigset_t __set); +// # ifdef __USE_POSIX199506 /* Select any of pending signals from SET or wait for any to arrive. This function is a cancellation point and therefore not marked with __THROW. */ -public static native int sigwait(@Const sigset_t __set, @Cast("int*") IntPointer __sig); -public static native int sigwait(@Const sigset_t __set, @Cast("int*") IntBuffer __sig); -public static native int sigwait(@Const sigset_t __set, @Cast("int*") int[] __sig); +public static native int sigwait(@Const sigset_t __set, IntPointer __sig); +public static native int sigwait(@Const sigset_t __set, IntBuffer __sig); +public static native int sigwait(@Const sigset_t __set, int[] __sig); +// # endif /* Use POSIX 1995. */ // # ifdef __USE_POSIX199309 /* Select any of pending signals from SET and place information in INFO. @@ -7090,7 +6887,7 @@ public static native int sigtimedwait(@Const sigset_t __set, // #endif /* Use POSIX. */ -// #ifdef __USE_BSD +// #ifdef __USE_MISC /* Names of the signals. This variable exists only for compatibility. Use `strsignal' instead (see ). */ @@ -7099,21 +6896,6 @@ public static native int sigtimedwait(@Const sigset_t __set, @MemberGetter public static native @Cast("const char*") BytePointer sys_siglist(int i); @MemberGetter public static native @Cast("const char*const*") PointerPointer sys_siglist(); -/* Structure passed to `sigvec'. */ - -/* Bits in `sv_flags'. */ -public static final int SV_ONSTACK = (1 << 0);/* Take the signal on the signal stack. */ -public static final int SV_INTERRUPT = (1 << 1);/* Do not restart system calls. */ -public static final int SV_RESETHAND = (1 << 2);/* Reset handler to SIG_DFL on receipt. */ - - -/* If VEC is non-NULL, set the handler for SIG to the `sv_handler' member - of VEC. The signals in `sv_mask' will be blocked while the handler runs. - If the SV_RESETHAND bit is set in `sv_flags', the handler for SIG will be - reset to SIG_DFL before `sv_handler' is entered. If OVEC is non-NULL, - it is filled in with the old information for SIG. */ - - /* Get machine-dependent `struct sigcontext' and signal subcodes. */ // # include @@ -7121,35 +6903,47 @@ public static native int sigtimedwait(@Const sigset_t __set, /* Restore the state saved in SCP. */ -// #endif /* use BSD. */ +// #endif /* Use misc. */ -// #if defined __USE_BSD || defined __USE_XOPEN_EXTENDED || defined __USE_XOPEN2K8 +// #if defined __USE_XOPEN_EXTENDED || defined __USE_XOPEN2K8 // # define __need_size_t // # include -/* If INTERRUPT is nonzero, make signal SIG interrupt system calls - (causing them to fail with EINTR); if INTERRUPT is zero, make system - calls be restarted after signal SIG. */ -public static native int siginterrupt(int __sig, int __interrupt); - -// # include +// # include // # if defined __USE_XOPEN || defined __USE_XOPEN2K8 /* This will define `ucontext_t' and `mcontext_t'. */ // # include // # endif +// #endif /* Use POSIX.1-2008 or X/Open Unix. */ -/* Run signals handlers on the stack specified by SS (if not NULL). - If OSS is not NULL, it is filled in with the old signal stack status. - This interface is obsolete and on many platform not implemented. */ +// #if defined __USE_XOPEN_EXTENDED || defined __USE_MISC +/* If INTERRUPT is nonzero, make signal SIG interrupt system calls + (causing them to fail with EINTR); if INTERRUPT is zero, make system + calls be restarted after signal SIG. */ +public static native int siginterrupt(int __sig, int __interrupt); +// # include +// # include /* Alternate signal handler stack interface. This interface should always be preferred over `sigstack'. */ public static native int sigaltstack(@Const stack_t __ss, stack_t __oss); +// #endif /* __USE_XOPEN_EXTENDED || __USE_MISC */ + +// #if ((defined __USE_XOPEN_EXTENDED && !defined __USE_XOPEN2K8) +// || defined __USE_MISC) +// # include +// #endif -// #endif /* use BSD or X/Open Unix. */ +// #if ((defined __USE_XOPEN_EXTENDED && !defined __USE_XOPEN2K) +// || defined __USE_MISC) +/* Run signals handlers on the stack specified by SS (if not NULL). + If OSS is not NULL, it is filled in with the old signal stack status. + This interface is obsolete and on many platform not implemented. */ + +// #endif // #ifdef __USE_XOPEN_EXTENDED /* Simplified interface for signal management. */ @@ -7182,14 +6976,169 @@ public static native int sigaltstack(@Const stack_t __ss, /* Return number of available real-time signal with lowest priority. */ public static native int __libc_current_sigrtmax(); -// #endif /* signal.h */ +public static native @MemberGetter int SIGRTMIN(); +public static final int SIGRTMIN = SIGRTMIN(); +public static native @MemberGetter int SIGRTMAX(); +public static final int SIGRTMAX = SIGRTMAX(); + +/* System-specific extensions. */ +// #include // #endif /* not signal.h */ +// Parsed from bits/cpu-set.h + +/* Definition of the cpu_set_t structure used by the POSIX 1003.1b-1993 + scheduling interface. + Copyright (C) 1996-2020 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, see + . */ + +// #ifndef _BITS_CPU_SET_H +public static final int _BITS_CPU_SET_H = 1; + +// #ifndef _SCHED_H +// # error "Never include directly; use instead." +// #endif + +/* Size definition for CPU sets. */ +public static final int __CPU_SETSIZE = 1024; +public static native @MemberGetter int __NCPUBITS(); +public static final int __NCPUBITS = __NCPUBITS(); + +/* Type for array elements in 'cpu_set_t'. */ + +/* Basic access functions. */ +// #define __CPUELT(cpu) ((cpu) / __NCPUBITS) +// #define __CPUMASK(cpu) ((__cpu_mask) 1 << ((cpu) % __NCPUBITS)) +// Targeting ../linux/cpu_set_t.java + + + +/* Access functions for CPU masks. */ +// #if __GNUC_PREREQ (2, 91) +// # define __CPU_ZERO_S(setsize, cpusetp) +// do __builtin_memset (cpusetp, '\0', setsize); while (0) +// #else +// # define __CPU_ZERO_S(setsize, cpusetp) +// do { +// size_t __i; +// size_t __imax = (setsize) / sizeof (__cpu_mask); +// __cpu_mask *__bits = (cpusetp)->__bits; +// for (__i = 0; __i < __imax; ++__i) +// __bits[__i] = 0; +// } while (0) +// #endif +// #define __CPU_SET_S(cpu, setsize, cpusetp) +// (__extension__ +// ({ size_t __cpu = (cpu); +// __cpu / 8 < (setsize) +// ? (((__cpu_mask *) ((cpusetp)->__bits))[__CPUELT (__cpu)] +// |= __CPUMASK (__cpu)) +// : 0; })) +// #define __CPU_CLR_S(cpu, setsize, cpusetp) +// (__extension__ +// ({ size_t __cpu = (cpu); +// __cpu / 8 < (setsize) +// ? (((__cpu_mask *) ((cpusetp)->__bits))[__CPUELT (__cpu)] +// &= ~__CPUMASK (__cpu)) +// : 0; })) +// #define __CPU_ISSET_S(cpu, setsize, cpusetp) +// (__extension__ +// ({ size_t __cpu = (cpu); +// __cpu / 8 < (setsize) +// ? ((((const __cpu_mask *) ((cpusetp)->__bits))[__CPUELT (__cpu)] +// & __CPUMASK (__cpu))) != 0 +// : 0; })) + +// #define __CPU_COUNT_S(setsize, cpusetp) +// __sched_cpucount (setsize, cpusetp) + +// #if __GNUC_PREREQ (2, 91) +// # define __CPU_EQUAL_S(setsize, cpusetp1, cpusetp2) +// (__builtin_memcmp (cpusetp1, cpusetp2, setsize) == 0) +// #else +// # define __CPU_EQUAL_S(setsize, cpusetp1, cpusetp2) +// (__extension__ +// ({ const __cpu_mask *__arr1 = (cpusetp1)->__bits; +// const __cpu_mask *__arr2 = (cpusetp2)->__bits; +// size_t __imax = (setsize) / sizeof (__cpu_mask); +// size_t __i; +// for (__i = 0; __i < __imax; ++__i) +// if (__arr1[__i] != __arr2[__i]) +// break; +// __i == __imax; })) +// #endif + +// #define __CPU_OP_S(setsize, destset, srcset1, srcset2, op) +// (__extension__ +// ({ cpu_set_t *__dest = (destset); +// const __cpu_mask *__arr1 = (srcset1)->__bits; +// const __cpu_mask *__arr2 = (srcset2)->__bits; +// size_t __imax = (setsize) / sizeof (__cpu_mask); +// size_t __i; +// for (__i = 0; __i < __imax; ++__i) +// ((__cpu_mask *) __dest->__bits)[__i] = __arr1[__i] op __arr2[__i]; +// __dest; })) + +// #define __CPU_ALLOC_SIZE(count) +// ((((count) + __NCPUBITS - 1) / __NCPUBITS) * sizeof (__cpu_mask)) +// #define __CPU_ALLOC(count) __sched_cpualloc (count) +// #define __CPU_FREE(cpuset) __sched_cpufree (cpuset) + +public static native int __sched_cpucount(@Cast("size_t") long __setsize, @Const cpu_set_t __setp); +public static native cpu_set_t __sched_cpualloc(@Cast("size_t") long __count); +public static native void __sched_cpufree(cpu_set_t __set); + +// #endif /* bits/cpu-set.h */ + + +// Parsed from bits/types/struct_sched_param.h + +/* Sched parameter structure. Generic version. + Copyright (C) 1996-2020 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, see + . */ + +// #ifndef _BITS_TYPES_STRUCT_SCHED_PARAM +public static final int _BITS_TYPES_STRUCT_SCHED_PARAM = 1; +// Targeting ../linux/sched_param.java + + + +// #endif /* bits/types/struct_sched_param.h */ + + // Parsed from sys/ucontext.h -/* Copyright (C) 2001-2012 Free Software Foundation, Inc. +/* Copyright (C) 2001-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -7204,24 +7153,32 @@ public static native int sigaltstack(@Const stack_t __ss, You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ // #ifndef _SYS_UCONTEXT_H public static final int _SYS_UCONTEXT_H = 1; // #include -// #include -/* We need the signal context definitions even if they are not used - included in . */ -// #include +// #include +// #include +// #include + + +// #ifdef __USE_MISC +// # define __ctx(fld) fld +// #else +// #endif // #ifdef __x86_64__ /* Type for general register. */ /* Number of general registers. */ -public static final int NGREG = 23; +public static final int __NGREG = 23; +// #ifdef __USE_MISC +public static final int NGREG = __NGREG; +// #endif /* Container for all general registers. */ @@ -7289,12 +7246,14 @@ public static native int sigaltstack(@Const stack_t __ss, // #endif /* !__x86_64__ */ +// #undef __ctx + // #endif /* sys/ucontext.h */ // Parsed from ucontext.h -/* Copyright (C) 1997, 1998, 1999, 2000, 2011, 2012 Free Software Foundation, Inc. +/* Copyright (C) 1997-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -7309,7 +7268,7 @@ public static native int sigaltstack(@Const stack_t __ss, You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* System V ABI compliant user-level context switching support. */ @@ -7318,6 +7277,9 @@ public static native int sigaltstack(@Const stack_t __ss, // #include +/* Get definition of __INDIRECT_RETURN. */ +// #include + /* Get machine dependent definition of data structures. */ // #include @@ -7348,8 +7310,7 @@ public static native void makecontext(ucontext_t __ucp, __func __func, /* Definitions of constants and data structure for POSIX 1003.1b-1993 scheduling interface. - Copyright (C) 1996-1999,2001-2003,2005,2006,2007,2008,2009,2011,2012 - Free Software Foundation, Inc. + Copyright (C) 1996-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -7364,22 +7325,24 @@ public static native void makecontext(ucontext_t __ucp, __func __func, You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ -// #ifndef __need_schedparam +// #ifndef _BITS_SCHED_H +public static final int _BITS_SCHED_H = 1; // #ifndef _SCHED_H // # error "Never include directly; use instead." // #endif - /* Scheduling algorithms. */ public static final int SCHED_OTHER = 0; public static final int SCHED_FIFO = 1; public static final int SCHED_RR = 2; // #ifdef __USE_GNU public static final int SCHED_BATCH = 3; +public static final int SCHED_ISO = 4; public static final int SCHED_IDLE = 5; +public static final int SCHED_DEADLINE = 6; public static final int SCHED_RESET_ON_FORK = 0x40000000; // #endif @@ -7391,6 +7354,8 @@ public static native void makecontext(ucontext_t __ucp, __func __func, public static final int CLONE_FS = 0x00000200; /* Set if fs info shared between processes. */ public static final int CLONE_FILES = 0x00000400; /* Set if open files shared between processes. */ public static final int CLONE_SIGHAND = 0x00000800; /* Set if signal handlers shared. */ +public static final int CLONE_PIDFD = 0x00001000; /* Set if a pidfd should be placed + in parent. */ public static final int CLONE_PTRACE = 0x00002000; /* Set if tracing continues on the child. */ public static final int CLONE_VFORK = 0x00004000; /* Set if the parent wants the child to wake it up on mm_release. */ @@ -7409,15 +7374,16 @@ public static native void makecontext(ucontext_t __ucp, __func __func, force CLONE_PTRACE on this clone. */ public static final int CLONE_CHILD_SETTID = 0x01000000; /* Store TID in userlevel buffer in the child. */ +public static final int CLONE_NEWCGROUP = 0x02000000; /* New cgroup namespace. */ public static final int CLONE_NEWUTS = 0x04000000; /* New utsname group. */ public static final int CLONE_NEWIPC = 0x08000000; /* New ipcs. */ public static final int CLONE_NEWUSER = 0x10000000; /* New user namespace. */ public static final int CLONE_NEWPID = 0x20000000; /* New pid namespace. */ public static final int CLONE_NEWNET = 0x40000000; /* New network namespace. */ -public static final int CLONE_IO = 0x80000000; -// Targeting ../linux/sched_param.java - +public static final int CLONE_IO = 0x80000000; /* Clone I/O context. */ +// #endif +// #include // Targeting ../linux/__fn_Pointer.java @@ -7430,120 +7396,22 @@ public static native int clone(__fn_Pointer __fn, Pointer __child_stack, /* Get index of currently used CPU. */ public static native int sched_getcpu(); +/* Get currently used CPU and NUMA node. */ +public static native int getcpu(@Cast("unsigned int*") IntPointer arg0, @Cast("unsigned int*") IntPointer arg1); +public static native int getcpu(@Cast("unsigned int*") IntBuffer arg0, @Cast("unsigned int*") IntBuffer arg1); +public static native int getcpu(@Cast("unsigned int*") int[] arg0, @Cast("unsigned int*") int[] arg1); + /* Switch process to namespace of type NSTYPE indicated by FD. */ public static native int setns(int __fd, int __nstype); // #endif - -// #endif /* need schedparam */ - -// #if !defined __defined_schedparam -// && (defined __need_schedparam || defined _SCHED_H) -public static final int __defined_schedparam = 1; -/* Data structure to describe a process' schedulability. */ -// # undef __need_schedparam -// #endif - - -// #if defined _SCHED_H && !defined __cpu_set_t_defined -// # define __cpu_set_t_defined -/* Size definition for CPU sets. */ -public static final int __CPU_SETSIZE = 1024; -public static native @MemberGetter int __NCPUBITS(); -public static final int __NCPUBITS = __NCPUBITS(); - -/* Type for array elements in 'cpu_set_t'. */ - -/* Basic access functions. */ -// # define __CPUELT(cpu) ((cpu) / __NCPUBITS) -// # define __CPUMASK(cpu) ((__cpu_mask) 1 << ((cpu) % __NCPUBITS)) -// Targeting ../linux/cpu_set_t.java - - - -/* Access functions for CPU masks. */ -// # if __GNUC_PREREQ (2, 91) -// # define __CPU_ZERO_S(setsize, cpusetp) -// do __builtin_memset (cpusetp, '\0', setsize); while (0) -// # else -// # define __CPU_ZERO_S(setsize, cpusetp) -// do { -// size_t __i; -// size_t __imax = (setsize) / sizeof (__cpu_mask); -// __cpu_mask *__bits = (cpusetp)->__bits; -// for (__i = 0; __i < __imax; ++__i) -// __bits[__i] = 0; -// } while (0) -// # endif -// # define __CPU_SET_S(cpu, setsize, cpusetp) -// (__extension__ -// ({ size_t __cpu = (cpu); -// __cpu < 8 * (setsize) -// ? (((__cpu_mask *) ((cpusetp)->__bits))[__CPUELT (__cpu)] -// |= __CPUMASK (__cpu)) -// : 0; })) -// # define __CPU_CLR_S(cpu, setsize, cpusetp) -// (__extension__ -// ({ size_t __cpu = (cpu); -// __cpu < 8 * (setsize) -// ? (((__cpu_mask *) ((cpusetp)->__bits))[__CPUELT (__cpu)] -// &= ~__CPUMASK (__cpu)) -// : 0; })) -// # define __CPU_ISSET_S(cpu, setsize, cpusetp) -// (__extension__ -// ({ size_t __cpu = (cpu); -// __cpu < 8 * (setsize) -// ? ((((const __cpu_mask *) ((cpusetp)->__bits))[__CPUELT (__cpu)] -// & __CPUMASK (__cpu))) != 0 -// : 0; })) - -// # define __CPU_COUNT_S(setsize, cpusetp) -// __sched_cpucount (setsize, cpusetp) - -// # if __GNUC_PREREQ (2, 91) -// # define __CPU_EQUAL_S(setsize, cpusetp1, cpusetp2) -// (__builtin_memcmp (cpusetp1, cpusetp2, setsize) == 0) -// # else -// # define __CPU_EQUAL_S(setsize, cpusetp1, cpusetp2) -// (__extension__ -// ({ const __cpu_mask *__arr1 = (cpusetp1)->__bits; -// const __cpu_mask *__arr2 = (cpusetp2)->__bits; -// size_t __imax = (setsize) / sizeof (__cpu_mask); -// size_t __i; -// for (__i = 0; __i < __imax; ++__i) -// if (__arr1[__i] != __arr2[__i]) -// break; -// __i == __imax; })) -// # endif - -// # define __CPU_OP_S(setsize, destset, srcset1, srcset2, op) -// (__extension__ -// ({ cpu_set_t *__dest = (destset); -// const __cpu_mask *__arr1 = (srcset1)->__bits; -// const __cpu_mask *__arr2 = (srcset2)->__bits; -// size_t __imax = (setsize) / sizeof (__cpu_mask); -// size_t __i; -// for (__i = 0; __i < __imax; ++__i) -// ((__cpu_mask *) __dest->__bits)[__i] = __arr1[__i] op __arr2[__i]; -// __dest; })) - -// # define __CPU_ALLOC_SIZE(count) -// ((((count) + __NCPUBITS - 1) / __NCPUBITS) * sizeof (__cpu_mask)) -// # define __CPU_ALLOC(count) __sched_cpualloc (count) -// # define __CPU_FREE(cpuset) __sched_cpufree (cpuset) - -public static native int __sched_cpucount(@Cast("size_t") long __setsize, @Const cpu_set_t __setp); -public static native cpu_set_t __sched_cpualloc(@Cast("size_t") long __count); -public static native void __sched_cpufree(cpu_set_t __set); - -// #endif +// #endif /* bits/sched.h */ // Parsed from sched.h /* Definitions for POSIX 1003.1b-1993 (aka POSIX.4) scheduling interface. - Copyright (C) 1996,1997,1999,2001-2004,2007,2010,2012 - Free Software Foundation, Inc. + Copyright (C) 1996-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -7558,7 +7426,7 @@ public static native int clone(__fn_Pointer __fn, Pointer __child_stack, You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ // #ifndef _SCHED_H public static final int _SCHED_H = 1; @@ -7569,21 +7437,25 @@ public static native int clone(__fn_Pointer __fn, Pointer __child_stack, // #include // #define __need_size_t +// #define __need_NULL // #include -// #define __need_time_t -// #define __need_timespec -// #include +// #include +// #include +// #ifndef __USE_XOPEN2K +// #endif // #ifndef __pid_t_defined // # define __pid_t_defined // #endif - /* Get system specific constant and data structure definitions. */ // #include -/* Define the real names for the elements of `struct sched_param'. */ -// #define sched_priority __sched_priority +// #include + +/* Backward compatibility. */ +// #define sched_priority sched_priority +// #define __sched_priority sched_priority /* Set scheduling parameters for a process. */ @@ -7667,7 +7539,7 @@ public static native int sched_getaffinity(@Cast("__pid_t") int __pid, @Cast("si // Parsed from spawn.h /* Definitions for POSIX spawn interface. - Copyright (C) 2000,2003,2004,2009,2011,2012 Free Software Foundation, Inc. + Copyright (C) 2000-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -7682,16 +7554,15 @@ public static native int sched_getaffinity(@Cast("__pid_t") int __pid, @Cast("si You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ // #ifndef _SPAWN_H public static final int _SPAWN_H = 1; // #include // #include -// #define __need_sigset_t -// #include // #include +// #include // Targeting ../linux/posix_spawnattr_t.java @@ -7709,6 +7580,7 @@ public static native int sched_getaffinity(@Cast("__pid_t") int __pid, @Cast("si public static final int POSIX_SPAWN_SETSCHEDULER = 0x20; // #ifdef __USE_GNU public static final int POSIX_SPAWN_USEVFORK = 0x40; +public static final int POSIX_SPAWN_SETSID = 0x80; // #endif @@ -7840,11 +7712,11 @@ public static native int posix_spawnattr_setpgroup(posix_spawnattr_t __attr, /* Get scheduling policy from the attribute structure. */ public static native int posix_spawnattr_getschedpolicy(@Const posix_spawnattr_t __attr, - @Cast("int*") IntPointer __schedpolicy); + IntPointer __schedpolicy); public static native int posix_spawnattr_getschedpolicy(@Const posix_spawnattr_t __attr, - @Cast("int*") IntBuffer __schedpolicy); + IntBuffer __schedpolicy); public static native int posix_spawnattr_getschedpolicy(@Const posix_spawnattr_t __attr, - @Cast("int*") int[] __schedpolicy); + int[] __schedpolicy); /* Store scheduling policy in the attribute structure. */ public static native int posix_spawnattr_setschedpolicy(posix_spawnattr_t __attr, @@ -7885,13 +7757,28 @@ public static native int posix_spawn_file_actions_addopen(posix_spawn_file_actio public static native int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t __file_actions, int __fd, int __newfd); +// #ifdef __USE_GNU +/* Add an action changing the directory to PATH during spawn. This + affects the subsequent file actions. */ +public static native int posix_spawn_file_actions_addchdir_np(posix_spawn_file_actions_t __actions, + @Cast("const char*") BytePointer __path); +public static native int posix_spawn_file_actions_addchdir_np(posix_spawn_file_actions_t __actions, + String __path); + +/* Add an action changing the directory to FD during spawn. This + affects the subsequent file actions. FD is not duplicated and must + be open when the file action is executed. */ +public static native int posix_spawn_file_actions_addfchdir_np(posix_spawn_file_actions_t arg0, + int __fd); +// #endif + // #endif /* spawn.h */ // Parsed from bits/posix_opt.h /* Define POSIX options for Linux. - Copyright (C) 1996-2004, 2006, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1996-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -7906,7 +7793,7 @@ License, or (at your option) any later version. You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; see the file COPYING.LIB. If - not, see . */ + not, see . */ // #ifndef _BITS_POSIX_OPT_H public static final int _BITS_POSIX_OPT_H = 1; @@ -7917,7 +7804,10 @@ License, or (at your option) any later version. /* Processes have a saved set-user-ID and a saved set-group-ID. */ public static final int _POSIX_SAVED_IDS = 1; -/* Priority scheduling is supported. */ +/* Priority scheduling is not supported with the correct semantics, + but GNU/Linux applications expect that the corresponding interfaces + are available, even though the semantics do not meet the POSIX + requirements. See glibc bug 14829. */ public static final long _POSIX_PRIORITY_SCHEDULING = 200809L; /* Synchronizing file data is supported. */ @@ -8080,17 +7970,13 @@ License, or (at your option) any later version. /* Typed memory objects are not available. */ public static final int _POSIX_TYPED_MEMORY_OBJECTS = -1; -/* Streams are not available. */ -public static final int _XOPEN_STREAMS = -1; - // #endif /* bits/posix_opt.h */ // Parsed from bits/confname.h /* `sysconf', `pathconf', and `confstr' NAME values. Generic version. - Copyright (C) 1993,1995-1998,2000,2001,2003,2004,2007,2009,2010 - Free Software Foundation, Inc. + Copyright (C) 1993-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -8105,7 +7991,7 @@ License, or (at your option) any later version. You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ // #ifndef _UNISTD_H // # error "Never use directly; include instead." @@ -8769,7 +8655,7 @@ License, or (at your option) any later version. // Parsed from unistd.h -/* Copyright (C) 1991-2009, 2010, 2011, 2012 Free Software Foundation, Inc. +/* Copyright (C) 1991-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -8784,7 +8670,7 @@ License, or (at your option) any later version. You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* * POSIX Standard: 2.10 Symbolic Constants @@ -8827,6 +8713,9 @@ License, or (at your option) any later version. public static native @MemberGetter long _POSIX2_VERSION(); public static final long _POSIX2_VERSION = _POSIX2_VERSION(); +/* This symbol was required until the 2001 edition of POSIX. */ +// #define _POSIX2_C_VERSION __POSIX2_THIS_VERSION + /* If defined, the implementation supports the C Language Bindings Option. */ public static native @MemberGetter long _POSIX2_C_BIND(); @@ -8866,9 +8755,6 @@ License, or (at your option) any later version. /* The X/Open Unix extensions are available. */ public static final int _XOPEN_UNIX = 1; -/* Encryption is present. */ -public static final int _XOPEN_CRYPT = 1; - /* The enhanced internationalization capabilities according to XPG4.2 are present. */ public static final int _XOPEN_ENH_I18N = 1; @@ -9016,13 +8902,13 @@ License, or (at your option) any later version. // # endif // #endif /* X/Open */ -// #if defined __USE_MISC || defined __USE_XOPEN_EXTENDED || defined __USE_XOPEN2K +// #if defined __USE_XOPEN_EXTENDED || defined __USE_XOPEN2K // # ifndef __intptr_t_defined // # define __intptr_t_defined // # endif // #endif -// #if defined __USE_BSD || defined __USE_XOPEN +// #if defined __USE_MISC || defined __USE_XOPEN // # ifndef __socklen_t_defined // # define __socklen_t_defined // # endif @@ -9063,7 +8949,7 @@ License, or (at your option) any later version. // # endif // #endif -// #if defined __USE_BSD && !defined L_SET +// #if defined __USE_MISC && !defined L_SET /* Old BSD names for the same constants; just for compatibility. */ // #endif @@ -9138,16 +9024,16 @@ or the end of the file (if WHENCE is SEEK_END). If successful, two file descriptors are stored in PIPEDES; bytes written on PIPEDES[1] can be read from PIPEDES[0]. Returns 0 if successful, -1 if not. */ -public static native int pipe(@Cast("int*") IntPointer __pipedes); -public static native int pipe(@Cast("int*") IntBuffer __pipedes); -public static native int pipe(@Cast("int*") int[] __pipedes); +public static native int pipe(IntPointer __pipedes); +public static native int pipe(IntBuffer __pipedes); +public static native int pipe(int[] __pipedes); // #ifdef __USE_GNU /* Same as pipe but apply flags passed in FLAGS to the new file descriptors. */ -public static native int pipe2(@Cast("int*") IntPointer __pipedes, int __flags); -public static native int pipe2(@Cast("int*") IntBuffer __pipedes, int __flags); -public static native int pipe2(@Cast("int*") int[] __pipedes, int __flags); +public static native int pipe2(IntPointer __pipedes, int __flags); +public static native int pipe2(IntBuffer __pipedes, int __flags); +public static native int pipe2(int[] __pipedes, int __flags); // #endif /* Schedule an alarm. In SECONDS seconds, the process will get a SIGALRM. @@ -9172,7 +9058,7 @@ than SECONDS which it actually slept (thus zero if it slept the full time). public static native @Cast("unsigned int") int sleep(@Cast("unsigned int") int __seconds); // #if (defined __USE_XOPEN_EXTENDED && !defined __USE_XOPEN2K8) -// || defined __USE_BSD +// || defined __USE_MISC /* Set an alarm to go off (generating a SIGALRM signal) in VALUE microseconds. If INTERVAL is nonzero, when the alarm goes off, the timer is reset to go off every INTERVAL microseconds thereafter. @@ -9200,7 +9086,7 @@ than SECONDS which it actually slept (thus zero if it slept the full time). public static native int chown(@Cast("const char*") BytePointer __file, @Cast("__uid_t") int __owner, @Cast("__gid_t") int __group); public static native int chown(String __file, @Cast("__uid_t") int __owner, @Cast("__gid_t") int __group); -// #if defined __USE_BSD || defined __USE_XOPEN_EXTENDED || defined __USE_XOPEN2K8 +// #if defined __USE_XOPEN_EXTENDED || defined __USE_XOPEN2K8 /* Change the owner and group of the file that FD is open on. */ public static native int fchown(int __fd, @Cast("__uid_t") int __owner, @Cast("__gid_t") int __group); @@ -9210,7 +9096,7 @@ than SECONDS which it actually slept (thus zero if it slept the full time). public static native int lchown(@Cast("const char*") BytePointer __file, @Cast("__uid_t") int __owner, @Cast("__gid_t") int __group); public static native int lchown(String __file, @Cast("__uid_t") int __owner, @Cast("__gid_t") int __group); -// #endif /* Use BSD || X/Open Unix. */ +// #endif /* Use X/Open Unix. */ // #ifdef __USE_ATFILE /* Change the owner and group of FILE relative to the directory FD is open @@ -9225,7 +9111,7 @@ public static native int fchownat(int __fd, String __file, @Cast("__uid_t") int public static native int chdir(@Cast("const char*") BytePointer __path); public static native int chdir(String __path); -// #if defined __USE_BSD || defined __USE_XOPEN_EXTENDED || defined __USE_XOPEN2K8 +// #if defined __USE_XOPEN_EXTENDED || defined __USE_XOPEN2K8 /* Change the process's working directory to the one FD is open on. */ public static native int fchdir(int __fd); // #endif @@ -9249,7 +9135,7 @@ public static native int fchownat(int __fd, String __file, @Cast("__uid_t") int // #endif // #if (defined __USE_XOPEN_EXTENDED && !defined __USE_XOPEN2K8) -// || defined __USE_BSD +// || defined __USE_MISC /* Put the absolute pathname of the current working directory in BUF. If successful, return BUF. If not, put an error message in BUF and return NULL. BUF should be at least PATH_MAX bytes long. */ @@ -9399,15 +9285,8 @@ public static native int execvpe(String __file, @Cast("char*const*") @ByPtrPtr b /* Get the process ID of the calling process's parent. */ public static native @Cast("__pid_t") int getppid(); -/* Get the process group ID of the calling process. - This function is different on old BSD. */ -// #ifndef __FAVOR_BSD +/* Get the process group ID of the calling process. */ public static native @Cast("__pid_t") int getpgrp(); -// #else -// # ifdef __REDIRECT_NTH -// # else -// # endif -// #endif /* Get the process group ID of process PID. */ public static native @Cast("__pid_t") int __getpgid(@Cast("__pid_t") int __pid); @@ -9421,7 +9300,7 @@ public static native int execvpe(String __file, @Cast("char*const*") @ByPtrPtr b If PGID is zero, the process ID of the process is used. */ public static native int setpgid(@Cast("__pid_t") int __pid, @Cast("__pid_t") int __pgid); -// #if defined __USE_SVID || defined __USE_BSD || defined __USE_XOPEN_EXTENDED +// #if defined __USE_MISC || defined __USE_XOPEN_EXTENDED /* Both System V and BSD have `setpgrp' functions, but with different calling conventions. The BSD function is the same as POSIX.1 `setpgid' (above). The System V function takes no arguments and puts the calling @@ -9429,24 +9308,13 @@ public static native int execvpe(String __file, @Cast("char*const*") @ByPtrPtr b New programs should always use `setpgid' instead. - The default in GNU is to provide the System V function. The BSD - function is available under -D_BSD_SOURCE. */ - -// # ifndef __FAVOR_BSD + GNU provides the POSIX.1 function. */ /* Set the process group ID of the calling process to its own PID. This is exactly the same as `setpgid (0, 0)'. */ public static native int setpgrp(); -// # else - -/* Another name for `setpgid' (above). */ -// # ifdef __REDIRECT_NTH -// # else -// # endif - -// # endif /* Favor BSD. */ -// #endif /* Use SVID or BSD. */ +// #endif /* Use misc or X/Open. */ /* Create a new session with the calling process as its leader. The process group IDs of the session and the calling process @@ -9488,16 +9356,16 @@ public static native int execvpe(String __file, @Cast("char*const*") @ByPtrPtr b if not, the effective user ID is set to UID. */ public static native int setuid(@Cast("__uid_t") int __uid); -// #if defined __USE_BSD || defined __USE_XOPEN_EXTENDED +// #if defined __USE_MISC || defined __USE_XOPEN_EXTENDED /* Set the real user ID of the calling process to RUID, and the effective user ID of the calling process to EUID. */ public static native int setreuid(@Cast("__uid_t") int __ruid, @Cast("__uid_t") int __euid); // #endif -// #if defined __USE_BSD || defined __USE_XOPEN2K +// #ifdef __USE_XOPEN2K /* Set the effective user ID of the calling process to UID. */ public static native int seteuid(@Cast("__uid_t") int __uid); -// #endif /* Use BSD. */ +// #endif /* Use POSIX.1-2001. */ /* Set the group ID of the calling process to GID. If the calling process is the super-user, set the real @@ -9505,16 +9373,16 @@ public static native int execvpe(String __file, @Cast("char*const*") @ByPtrPtr b if not, the effective group ID is set to GID. */ public static native int setgid(@Cast("__gid_t") int __gid); -// #if defined __USE_BSD || defined __USE_XOPEN_EXTENDED +// #if defined __USE_MISC || defined __USE_XOPEN_EXTENDED /* Set the real group ID of the calling process to RGID, and the effective group ID of the calling process to EGID. */ public static native int setregid(@Cast("__gid_t") int __rgid, @Cast("__gid_t") int __egid); // #endif -// #if defined __USE_BSD || defined __USE_XOPEN2K +// #ifdef __USE_XOPEN2K /* Set the effective group ID of the calling process to GID. */ public static native int setegid(@Cast("__gid_t") int __gid); -// #endif /* Use BSD. */ +// #endif /* Use POSIX.1-2001. */ // #ifdef __USE_GNU /* Fetch the real user ID, effective user ID, and saved-set user ID, @@ -9545,13 +9413,13 @@ public static native int execvpe(String __file, @Cast("char*const*") @ByPtrPtr b public static native @Cast("__pid_t") int fork(); // #if (defined __USE_XOPEN_EXTENDED && !defined __USE_XOPEN2K8) -// || defined __USE_BSD +// || defined __USE_MISC /* Clone the calling process, but without copying the whole address space. The calling process is suspended until the new process exits or is replaced by a call to `execve'. Return -1 for errors, 0 to the new process, and the process ID of the new process to the old process. */ public static native @Cast("__pid_t") int vfork(); -// #endif /* Use BSD or XPG < 7. */ +// #endif /* Use misc or XPG < 7. */ /* Return the pathname of the terminal FD is open on, or NULL on errors. @@ -9568,11 +9436,9 @@ public static native int execvpe(String __file, @Cast("char*const*") @ByPtrPtr b with a terminal, zero if not. */ public static native int isatty(int __fd); -// #if defined __USE_BSD -// || (defined __USE_XOPEN_EXTENDED && !defined __USE_UNIX98) +// #ifdef __USE_MISC /* Return the index into the active-logins file (utmp) for the controlling terminal. */ -public static native int ttyslot(); // #endif @@ -9589,7 +9455,7 @@ public static native int linkat(int __fromfd, String __from, int __tofd, String __to, int __flags); // #endif -// #if defined __USE_BSD || defined __USE_XOPEN_EXTENDED || defined __USE_XOPEN2K +// #if defined __USE_XOPEN_EXTENDED || defined __USE_XOPEN2K /* Make a symbolic link to FROM named TO. */ public static native int symlink(@Cast("const char*") BytePointer __from, @Cast("const char*") BytePointer __to); public static native int symlink(String __from, String __to); @@ -9609,7 +9475,7 @@ public static native int linkat(int __fromfd, String __from, int __tofd, @Cast("char*") ByteBuffer __buf, @Cast("size_t") long __len); public static native @Cast("ssize_t") long readlink(String __path, @Cast("char*") byte[] __buf, @Cast("size_t") long __len); -// #endif /* Use BSD. */ +// #endif /* Use POSIX.1-2001. */ // #ifdef __USE_ATFILE /* Like symlink but a relative path in TO is interpreted relative to TOFD. */ @@ -9660,7 +9526,7 @@ public static native int symlinkat(String __from, int __tofd, This function is a possible cancellation point and therefore not marked with __THROW. */ public static native @Cast("char*") BytePointer getlogin(); -// #if defined __USE_REENTRANT || defined __USE_POSIX199506 +// #ifdef __USE_POSIX199506 /* Return at most NAME_LEN characters of the login name of the user in NAME. If it cannot be determined or some other error occurred, return the error code. Otherwise return 0. @@ -9672,7 +9538,7 @@ public static native int symlinkat(String __from, int __tofd, public static native int getlogin_r(@Cast("char*") byte[] __name, @Cast("size_t") long __name_len); // #endif -// #ifdef __USE_BSD +// #ifdef __USE_MISC /* Set the login name returned by `getlogin'. */ // #endif @@ -9682,12 +9548,11 @@ public static native int symlinkat(String __from, int __tofd, /* Get definitions and prototypes for functions to process the arguments in ARGV (ARGC of them, minus the program name) for options given in OPTS. */ -// # define __need_getopt -// # include +// # include // #endif -// #if defined __USE_BSD || defined __USE_UNIX98 || defined __USE_XOPEN2K +// #if defined __USE_XOPEN_EXTENDED || defined __USE_XOPEN2K /* Put the name of the current host in no more than LEN bytes of NAME. The result is null-terminated if LEN is large enough for the full name and the terminator. */ @@ -9697,7 +9562,7 @@ arguments in ARGV (ARGC of them, minus the program name) for // #endif -// #if defined __USE_BSD || (defined __USE_XOPEN && !defined __USE_UNIX98) +// #if defined __USE_MISC /* Set the name of the current host to NAME, which is LEN bytes long. This call is restricted to the super-user. */ public static native int sethostname(@Cast("const char*") BytePointer __name, @Cast("size_t") long __len); @@ -9757,10 +9622,10 @@ a record for each process as it terminates, to this file. If NAME is NULL, terminal. If NOCHDIR is zero, do `chdir ("/")'. If NOCLOSE is zero, redirects stdin, stdout, and stderr to /dev/null. */ public static native int daemon(int __nochdir, int __noclose); -// #endif /* Use BSD || X/Open. */ +// #endif /* Use misc. */ -// #if defined __USE_BSD || (defined __USE_XOPEN && !defined __USE_XOPEN2K) +// #if defined __USE_MISC || (defined __USE_XOPEN && !defined __USE_XOPEN2K) /* Make PATH be the root directory (the starting point for absolute paths). This call is restricted to the super-user. */ public static native int chroot(@Cast("const char*") BytePointer __path); @@ -9770,7 +9635,7 @@ a record for each process as it terminates, to this file. If NAME is NULL, Uses /dev/tty if possible; otherwise stderr and stdin. */ public static native @Cast("char*") BytePointer getpass(@Cast("const char*") BytePointer __prompt); public static native @Cast("char*") ByteBuffer getpass(String __prompt); -// #endif /* Use BSD || X/Open. */ +// #endif /* Use misc || X/Open. */ /* Make all changes done to FD actually appear on disk. @@ -9787,7 +9652,7 @@ a record for each process as it terminates, to this file. If NAME is NULL, // #endif -// #if defined __USE_BSD || defined __USE_XOPEN_EXTENDED +// #if defined __USE_MISC || defined __USE_XOPEN_EXTENDED /* Return identifier for the current host. */ public static native long gethostid(); @@ -9796,7 +9661,7 @@ a record for each process as it terminates, to this file. If NAME is NULL, public static native void sync(); -// # if defined __USE_BSD || !defined __USE_XOPEN2K +// # if defined __USE_MISC || !defined __USE_XOPEN2K /* Return the number of bytes in a page. This is the system's page size, which is not necessarily the same as the hardware page size. */ public static native int getpagesize(); @@ -9807,10 +9672,10 @@ a record for each process as it terminates, to this file. If NAME is NULL, public static native int getdtablesize(); // # endif -// #endif /* Use BSD || X/Open Unix. */ +// #endif /* Use misc || X/Open Unix. */ -// #if defined __USE_BSD || defined __USE_XOPEN_EXTENDED || defined __USE_XOPEN2K8 +// #if defined __USE_XOPEN_EXTENDED || defined __USE_XOPEN2K8 /* Truncate FILE to LENGTH bytes. */ // # ifndef __USE_FILE_OFFSET64 @@ -9823,9 +9688,9 @@ a record for each process as it terminates, to this file. If NAME is NULL, public static native int truncate64(String __file, @Cast("__off64_t") long __length); // # endif -// #endif /* Use BSD || X/Open Unix || POSIX 2008. */ +// #endif /* Use X/Open Unix || POSIX 2008. */ -// #if defined __USE_BSD || defined __USE_POSIX199309 +// #if defined __USE_POSIX199309 // || defined __USE_XOPEN_EXTENDED || defined __USE_XOPEN2K /* Truncate the file FD is open on to LENGTH bytes. */ @@ -9837,7 +9702,7 @@ a record for each process as it terminates, to this file. If NAME is NULL, public static native int ftruncate64(int __fd, @Cast("__off64_t") long __length); // # endif -// #endif /* Use BSD || POSIX.1b || X/Open Unix || XPG6. */ +// #endif /* Use POSIX.1b || X/Open Unix || XPG6. */ // #if (defined __USE_XOPEN_EXTENDED && !defined __USE_XOPEN2K) @@ -9902,7 +9767,18 @@ error code (zero for success). */ // do __result = (long int) (expression); // while (__result == -1L && errno == EINTR); // __result; })) -// #endif + +/* Copy LENGTH bytes from INFD to OUTFD. */ +public static native @Cast("ssize_t") long copy_file_range(int __infd, @Cast("__off64_t*") LongPointer __pinoff, + int __outfd, @Cast("__off64_t*") LongPointer __poutoff, + @Cast("size_t") long __length, @Cast("unsigned int") int __flags); +public static native @Cast("ssize_t") long copy_file_range(int __infd, @Cast("__off64_t*") LongBuffer __pinoff, + int __outfd, @Cast("__off64_t*") LongBuffer __poutoff, + @Cast("size_t") long __length, @Cast("unsigned int") int __flags); +public static native @Cast("ssize_t") long copy_file_range(int __infd, @Cast("__off64_t*") long[] __pinoff, + int __outfd, @Cast("__off64_t*") long[] __poutoff, + @Cast("size_t") long __length, @Cast("unsigned int") int __flags); +// #endif /* __USE_GNU */ // #if defined __USE_POSIX199309 || defined __USE_UNIX98 /* Synchronize at least the data part of a file with the underlying @@ -9910,21 +9786,17 @@ error code (zero for success). */ public static native int fdatasync(int __fildes); // #endif /* Use POSIX199309 */ - -/* XPG4.2 specifies that prototypes for the encryption functions must - be defined here. */ -// #ifdef __USE_XOPEN -/* Encrypt at most 8 characters from KEY using salt to perturb DES. */ +// #ifdef __USE_MISC +/* One-way hash PHRASE, returning a string suitable for storage in the + user database. SALT selects the one-way function to use, and + ensures that no two users' hashes are the same, even if they use + the same passphrase. The return value points to static storage + which will be overwritten by the next call to crypt. */ public static native @Cast("char*") BytePointer crypt(@Cast("const char*") BytePointer __key, @Cast("const char*") BytePointer __salt); public static native @Cast("char*") ByteBuffer crypt(String __key, String __salt); +// #endif -/* Encrypt data in BLOCK in place if EDFLAG is zero; otherwise decrypt - block in place. */ -public static native void encrypt(@Cast("char*") BytePointer __block, int __edflag); -public static native void encrypt(@Cast("char*") ByteBuffer __block, int __edflag); -public static native void encrypt(@Cast("char*") byte[] __block, int __edflag); - - +// #ifdef __USE_XOPEN /* Swab pairs bytes in the first N bytes of the area pointed to by FROM and copy the result to TO. The value of TO must not be in the range [FROM - N + 1, FROM - 1]. If N is odd the first byte in FROM @@ -9934,28 +9806,54 @@ public static native void swab(@Const Pointer __from, Pointer __to, // #endif -/* The Single Unix specification demands this prototype to be here. - It is also found in . */ +/* Prior to Issue 6, the Single Unix Specification required these + prototypes to appear in this header. They are also found in + . */ // #if defined __USE_XOPEN && !defined __USE_XOPEN2K /* Return the name of the controlling terminal. */ public static native @Cast("char*") BytePointer ctermid(@Cast("char*") BytePointer __s); public static native @Cast("char*") ByteBuffer ctermid(@Cast("char*") ByteBuffer __s); public static native @Cast("char*") byte[] ctermid(@Cast("char*") byte[] __s); + +/* Return the name of the current user. */ +public static native @Cast("char*") BytePointer cuserid(@Cast("char*") BytePointer __s); +public static native @Cast("char*") ByteBuffer cuserid(@Cast("char*") ByteBuffer __s); +public static native @Cast("char*") byte[] cuserid(@Cast("char*") byte[] __s); +// Targeting ../linux/__prepare.java + + +// Targeting ../linux/__parent.java + + +// Targeting ../linux/__child.java + + +public static native int pthread_atfork(__prepare __prepare, + __parent __parent, + __child __child); // #endif +// #ifdef __USE_MISC +/* Write LENGTH bytes of randomness starting at BUFFER. Return 0 on + success or -1 on error. */ +public static native int getentropy(Pointer __buffer, @Cast("size_t") long __length); +// #endif /* Define some macros helping to catch buffer overflows. */ // #if __USE_FORTIFY_LEVEL > 0 && defined __fortify_function // # include // #endif +/* System-specific extensions. */ +// #include + // #endif /* unistd.h */ // Parsed from sys/poll.h /* Compatibility definitions for System V `poll' interface. - Copyright (C) 1994,1996-2001,2004-2006,2012 Free Software Foundation, Inc. + Copyright (C) 1994-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -9970,7 +9868,7 @@ public static native void swab(@Const Pointer __from, Pointer __to, You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ // #ifndef _SYS_POLL_H public static final int _SYS_POLL_H = 1; @@ -9980,11 +9878,8 @@ public static native void swab(@Const Pointer __from, Pointer __to, /* Get the platform dependent bits of `poll'. */ // #include // #ifdef __USE_GNU -/* Get the __sigset_t definition. */ -// # include -/* Get the timespec definition. */ -// # define __need_timespec -// # include +// # include +// # include // #endif @@ -10026,7 +9921,7 @@ public static native int ppoll(pollfd __fds, @Cast("nfds_t") long __nfds, // Parsed from sys/reboot.h -/* Copyright (C) 1996-2012 Free Software Foundation, Inc. +/* Copyright (C) 1996-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -10041,7 +9936,7 @@ public static native int ppoll(pollfd __fds, @Cast("nfds_t") long __nfds, You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* This file should define RB_* macros to be used as flag bits in the argument to the `reboot' system call. */ @@ -10081,7 +9976,7 @@ public static native int ppoll(pollfd __fds, @Cast("nfds_t") long __nfds, // Parsed from bits/resource.h /* Bit values & structures for resource limits. Linux version. - Copyright (C) 1994-2012 Free Software Foundation, Inc. + Copyright (C) 1994-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -10096,7 +9991,7 @@ public static native int ppoll(pollfd __fds, @Cast("nfds_t") long __nfds, You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ // #ifndef _SYS_RESOURCE_H // # error "Never use directly; include instead." @@ -10188,7 +10083,7 @@ public static native int ppoll(pollfd __fds, @Cast("nfds_t") long __nfds, __RLIMIT_RTPRIO = 14; public static final int RLIMIT_RTPRIO = __RLIMIT_RTPRIO; - /* Maximum CPU time in ??s that a process scheduled under a real-time + /* Maximum CPU time in µs that a process scheduled under a real-time scheduling policy may consume without making a blocking system call before being forcibly descheduled. */ public static final int @@ -10249,11 +10144,8 @@ public static native int ppoll(pollfd __fds, @Cast("nfds_t") long __nfds, public static final int RUSAGE_LWP = RUSAGE_THREAD; // #endif -// #define __need_timeval -// #include -// Targeting ../linux/rusage.java - - +// #include +// #include /* Priority limits. */ public static final int PRIO_MIN = -20; /* Minimum priority a process can have. */ @@ -10290,8 +10182,7 @@ public static native int prlimit64(@Cast("__pid_t") int __pid, @Cast("__rlimit_r // Parsed from sys/resource.h -/* Copyright (C) 1992,94,1996-2000,2002,2004,2012 - Free Software Foundation, Inc. +/* Copyright (C) 1992-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -10306,7 +10197,7 @@ public static native int prlimit64(@Cast("__pid_t") int __pid, @Cast("__rlimit_r You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ // #ifndef _SYS_RESOURCE_H public static final int _SYS_RESOURCE_H = 1; @@ -10373,7 +10264,7 @@ priority. Priorities range from PRIO_MIN to PRIO_MAX (above). */ // Parsed from bits/waitflags.h /* Definitions of flag bits for `waitpid' et al. - Copyright (C) 1992,1996,1997,2000,2004,2005 Free Software Foundation, Inc. + Copyright (C) 1992-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -10388,7 +10279,7 @@ priority. Priorities range from PRIO_MIN to PRIO_MAX (above). */ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ // #if !defined _SYS_WAIT_H && !defined _STDLIB_H // # error "Never include directly; use instead." @@ -10400,21 +10291,41 @@ priority. Priorities range from PRIO_MIN to PRIO_MAX (above). */ public static final int WUNTRACED = 2; /* Report status of stopped children. */ /* Bits in the fourth argument to `waitid'. */ +// #if defined __USE_XOPEN_EXTENDED || defined __USE_XOPEN2K8 public static final int WSTOPPED = 2; /* Report stopped child (same as WUNTRACED). */ -public static final int WEXITED = 4; /* Report dead child. */ +public static final int WEXITED = 4; /* Report dead child. */ public static final int WCONTINUED = 8; /* Report continued child. */ -public static final int WNOWAIT = 0x01000000; /* Don't reap, just poll status. */ +public static final int WNOWAIT = 0x01000000; /* Don't reap, just poll status. */ +// #endif public static final int __WNOTHREAD = 0x20000000; /* Don't wait on children of other threads in this group */ public static final int __WALL = 0x40000000; /* Wait for any child. */ public static final int __WCLONE = 0x80000000; /* Wait for cloned process. */ +/* The following values are used by the `waitid' function. */ +// #if defined __USE_XOPEN_EXTENDED || defined __USE_XOPEN2K8 +// # ifndef __ENUM_IDTYPE_T +public static final int __ENUM_IDTYPE_T = 1; + +/* The Linux kernel defines these bare, rather than an enum, + which causes a conflict if the include order is reversed. */ +// # undef P_ALL +// # undef P_PID +// # undef P_PGID + +/** enum idtype_t */ +public static final int + P_ALL = 0, /* Wait for any child. */ + P_PID = 1, /* Wait for specified process. */ + P_PGID = 2; /* Wait for members of process group. */ +// # endif +// #endif + // Parsed from sys/wait.h -/* Copyright (C) 1991-1994,1996-2001,2003,2004,2005,2007,2009,2010,2011,2012 - Free Software Foundation, Inc. +/* Copyright (C) 1991-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -10429,7 +10340,7 @@ priority. Priorities range from PRIO_MIN to PRIO_MAX (above). */ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* * POSIX Standard: 3.2.1 Wait for Process Termination @@ -10440,7 +10351,17 @@ priority. Priorities range from PRIO_MIN to PRIO_MAX (above). */ // #include -// #include +// #include +// #ifndef __pid_t_defined +// # define __pid_t_defined +// #endif + +// #if defined __USE_XOPEN_EXTENDED || defined __USE_XOPEN2K8 +// # include +// #endif + +// #if defined __USE_XOPEN_EXTENDED && !defined __USE_XOPEN2K8 +// #endif /* These macros could also be defined in . */ // #if !defined _STDLIB_H || (!defined __USE_XOPEN && !defined __USE_XOPEN2K8) @@ -10448,74 +10369,38 @@ priority. Priorities range from PRIO_MIN to PRIO_MAX (above). */ bits to `waitpid', `wait3', and `wait4'. */ // # include -// # ifdef __USE_BSD - -/* Lots of hair to allow traditional BSD use of `union wait' - as well as POSIX.1 use of `int' for the status word. */ - -// # if defined __GNUC__ && !defined __cplusplus -// # define __WAIT_INT(status) -// (__extension__ (((union { __typeof(status) __in; int __i; }) -// { .__in = (status) }).__i)) -// # else -// # define __WAIT_INT(status) (*(const int *) &(status)) -// # endif - -/* This is the type of the argument to `wait'. The funky union - causes redeclarations with either `int *' or `union wait *' to be - allowed without complaint. __WAIT_STATUS_DEFN is the type used in - the actual function definitions. */ - -// # if !defined __GNUC__ || __GNUC__ < 2 || defined __cplusplus -// # define __WAIT_STATUS void * -// # define __WAIT_STATUS_DEFN void * -// # else -// # endif - -// # else /* Don't use BSD. */ - -// # endif /* Use BSD. */ - /* This will define all the `__W*' macros. */ // # include -// # define WEXITSTATUS(status) __WEXITSTATUS (__WAIT_INT (status)) -// # define WTERMSIG(status) __WTERMSIG (__WAIT_INT (status)) -// # define WSTOPSIG(status) __WSTOPSIG (__WAIT_INT (status)) -// # define WIFEXITED(status) __WIFEXITED (__WAIT_INT (status)) -// # define WIFSIGNALED(status) __WIFSIGNALED (__WAIT_INT (status)) -// # define WIFSTOPPED(status) __WIFSTOPPED (__WAIT_INT (status)) +// # define WEXITSTATUS(status) __WEXITSTATUS (status) +// # define WTERMSIG(status) __WTERMSIG (status) +// # define WSTOPSIG(status) __WSTOPSIG (status) +// # define WIFEXITED(status) __WIFEXITED (status) +// # define WIFSIGNALED(status) __WIFSIGNALED (status) +// # define WIFSTOPPED(status) __WIFSTOPPED (status) // # ifdef __WIFCONTINUED -// # define WIFCONTINUED(status) __WIFCONTINUED (__WAIT_INT (status)) +// # define WIFCONTINUED(status) __WIFCONTINUED (status) // # endif // #endif /* not included. */ -// #ifdef __USE_BSD +// #ifdef __USE_MISC public static native @MemberGetter int WCOREFLAG(); public static final int WCOREFLAG = WCOREFLAG(); -// # define WCOREDUMP(status) __WCOREDUMP (__WAIT_INT (status)) +// # define WCOREDUMP(status) __WCOREDUMP (status) // # define W_EXITCODE(ret, sig) __W_EXITCODE (ret, sig) // # define W_STOPCODE(sig) __W_STOPCODE (sig) // #endif -/* The following values are used by the `waitid' function. */ -// #if defined __USE_SVID || defined __USE_XOPEN || defined __USE_XOPEN2K8 -/** enum idtype_t */ -public static final int - P_ALL = 0, /* Wait for any child. */ - P_PID = 1, /* Wait for specified process. */ - P_PGID = 2; /* Wait for members of process group. */ -// #endif - - /* Wait for a child to die. When one does, put its status in *STAT_LOC and return its process ID. For errors, return (pid_t) -1. This function is a cancellation point and therefore not marked with __THROW. */ -public static native @Cast("__pid_t") @Name("wait") int _wait(Pointer __stat_loc); +public static native @Cast("__pid_t") @Name("wait") int _wait(IntPointer __stat_loc); +public static native @Cast("__pid_t") @Name("wait") int _wait(IntBuffer __stat_loc); +public static native @Cast("__pid_t") @Name("wait") int _wait(int[] __stat_loc); -// #ifdef __USE_BSD +// #ifdef __USE_MISC /* Special values for the PID argument to `waitpid' and `wait4'. */ public static final int WAIT_ANY = (-1); /* Any process. */ public static final int WAIT_MYPGRP = 0; /* Any process in my process group. */ @@ -10536,18 +10421,16 @@ is not already dead, return (pid_t) 0. If successful, This function is a cancellation point and therefore not marked with __THROW. */ -public static native @Cast("__pid_t") int waitpid(@Cast("__pid_t") int __pid, @Cast("int*") IntPointer __stat_loc, int __options); -public static native @Cast("__pid_t") int waitpid(@Cast("__pid_t") int __pid, @Cast("int*") IntBuffer __stat_loc, int __options); -public static native @Cast("__pid_t") int waitpid(@Cast("__pid_t") int __pid, @Cast("int*") int[] __stat_loc, int __options); +public static native @Cast("__pid_t") int waitpid(@Cast("__pid_t") int __pid, IntPointer __stat_loc, int __options); +public static native @Cast("__pid_t") int waitpid(@Cast("__pid_t") int __pid, IntBuffer __stat_loc, int __options); +public static native @Cast("__pid_t") int waitpid(@Cast("__pid_t") int __pid, int[] __stat_loc, int __options); -// #if defined __USE_SVID || defined __USE_XOPEN || defined __USE_XOPEN2K8 +// #if defined __USE_XOPEN_EXTENDED || defined __USE_XOPEN2K8 // # ifndef __id_t_defined -// # include // # define __id_t_defined // # endif -// # define __need_siginfo_t -// # include +// # include /* Wait for a childing matching IDTYPE and ID to change the status and place appropriate information in *INFOP. @@ -10562,34 +10445,41 @@ is not already dead, return (pid_t) 0. If successful, __THROW. */ public static native int waitid(@Cast("idtype_t") int __idtype, @Cast("__id_t") int __id, siginfo_t __infop, int __options); -// #endif +// Targeting ../linux/rusage.java + -// #if defined __USE_BSD || defined __USE_XOPEN_EXTENDED -/* This being here makes the prototypes valid whether or not - we have already included to define `struct rusage'. */ /* Wait for a child to exit. When one does, put its status in *STAT_LOC and return its process ID. For errors return (pid_t) -1. If USAGE is not nil, store information about the child's resource usage there. If the WUNTRACED bit is set in OPTIONS, return status for stopped children; otherwise don't. */ -public static native @Cast("__pid_t") int wait3(Pointer __stat_loc, int __options, +public static native @Cast("__pid_t") int wait3(IntPointer __stat_loc, int __options, + rusage __usage); +public static native @Cast("__pid_t") int wait3(IntBuffer __stat_loc, int __options, + rusage __usage); +public static native @Cast("__pid_t") int wait3(int[] __stat_loc, int __options, rusage __usage); // #endif -// #ifdef __USE_BSD +// #ifdef __USE_MISC /* PID is like waitpid. Other args are like wait3. */ -public static native @Cast("__pid_t") int wait4(@Cast("__pid_t") int __pid, Pointer __stat_loc, int __options, +public static native @Cast("__pid_t") int wait4(@Cast("__pid_t") int __pid, IntPointer __stat_loc, int __options, rusage __usage); -// #endif /* Use BSD. */ +public static native @Cast("__pid_t") int wait4(@Cast("__pid_t") int __pid, IntBuffer __stat_loc, int __options, + rusage __usage); +public static native @Cast("__pid_t") int wait4(@Cast("__pid_t") int __pid, int[] __stat_loc, int __options, + rusage __usage); +// #endif /* Use misc. */ // #endif /* sys/wait.h */ -// Parsed from bits/ipc.h +// Parsed from bits/ipc-perm.h -/* Copyright (C) 1995-2012 Free Software Foundation, Inc. +/* struct ipc_perm definition. + Copyright (C) 2019-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -10606,6 +10496,32 @@ public static native int waitid(@Cast("idtype_t") int __idtype, @Cast("__id_t") License along with the GNU C Library; if not, see . */ +// #ifndef _SYS_IPC_H +// # error "Never use directly; include instead." +// Targeting ../linux/ipc_perm.java + + + + +// Parsed from bits/ipc.h + +/* Copyright (C) 1995-2020 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, see + . */ + // #ifndef _SYS_IPC_H // # error "Never use directly; include instead." // #endif @@ -10626,15 +10542,14 @@ public static native int waitid(@Cast("idtype_t") int __idtype, @Cast("__id_t") // #endif /* Special key values. */ -public static final int IPC_PRIVATE = ((int) 0); -// Targeting ../linux/ipc_perm.java - +public static final int IPC_PRIVATE = ((int) 0); /* Private key. */ +// #include // Parsed from sys/ipc.h -/* Copyright (C) 1995,1996,1997,1999,2002,2012 Free Software Foundation, Inc. +/* Copyright (C) 1995-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -10649,17 +10564,13 @@ public static native int waitid(@Cast("idtype_t") int __idtype, @Cast("__id_t") You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ // #ifndef _SYS_IPC_H public static final int _SYS_IPC_H = 1; // #include -// #if !defined __USE_SVID && !defined __USE_XOPEN && __GNUC__ >= 2 -// # warning "Files using this header must be compiled with _SVID_SOURCE or _XOPEN_SOURCE" -// #endif - /* Get system dependent definition of `struct ipc_perm' and more. */ // #include // #include @@ -10689,7 +10600,7 @@ public static native int waitid(@Cast("idtype_t") int __idtype, @Cast("__id_t") // Parsed from bits/shm.h -/* Copyright (C) 1995-2012 Free Software Foundation, Inc. +/* Copyright (C) 1995-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -10704,13 +10615,16 @@ public static native int waitid(@Cast("idtype_t") int __idtype, @Cast("__id_t") You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ // #ifndef _SYS_SHM_H // # error "Never include directly; use instead." // #endif // #include +// #include +// #include +// #include /* Permission flag for shmget. */ public static final int SHM_R = 0400; /* or S_IRUGO from */ @@ -10726,13 +10640,17 @@ public static native int waitid(@Cast("idtype_t") int __idtype, @Cast("__id_t") public static final int SHM_LOCK = 11; /* lock segment (root only) */ public static final int SHM_UNLOCK = 12; /* unlock segment (root only) */ -/* Segment low boundary address multiple. */ -public static native @MemberGetter int SHMLBA(); -public static final int SHMLBA = SHMLBA(); -public static native int __getpagesize(); - - /* Type to count number of attaches. */ + +// #if __SHM_PAD_BEFORE_TIME +// # define __SHM_PAD_TIME(NAME, RES) +// unsigned long int __glibc_reserved ## RES; __time_t NAME +// #elif __SHM_PAD_AFTER_TIME +// # define __SHM_PAD_TIME(NAME, RES) +// __time_t NAME; unsigned long int __glibc_reserved ## RES +// #else +// # define __SHM_PAD_TIME(NAME, RES) +// __time_t NAME // Targeting ../linux/shmid_ds.java @@ -10762,7 +10680,7 @@ public static native int waitid(@Cast("idtype_t") int __idtype, @Cast("__id_t") // Parsed from sys/shm.h -/* Copyright (C) 1995-1999, 2000, 2002, 2012 Free Software Foundation, Inc. +/* Copyright (C) 1995-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -10777,7 +10695,7 @@ public static native int waitid(@Cast("idtype_t") int __idtype, @Cast("__id_t") You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ // #ifndef _SYS_SHM_H public static final int _SYS_SHM_H = 1; @@ -10794,8 +10712,7 @@ public static native int waitid(@Cast("idtype_t") int __idtype, @Cast("__id_t") // #include /* Define types required by the standard. */ -// #define __need_time_t -// #include +// #include // #ifdef __USE_XOPEN // # ifndef __pid_t_defined @@ -10824,6 +10741,7 @@ public static native int waitid(@Cast("idtype_t") int __idtype, @Cast("__id_t") // Parsed from linux/sysinfo.h +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ // #ifndef _LINUX_SYSINFO_H // #define _LINUX_SYSINFO_H @@ -10839,25 +10757,19 @@ public static native int waitid(@Cast("idtype_t") int __idtype, @Cast("__id_t") // Parsed from linux/kernel.h +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ // #ifndef _LINUX_KERNEL_H // #define _LINUX_KERNEL_H // #include - -/* - * 'kernel.h' contains some often-used function prototypes etc - */ -// #define __ALIGN_KERNEL(x, a) __ALIGN_KERNEL_MASK(x, (typeof(x))(a) - 1) -// #define __ALIGN_KERNEL_MASK(x, mask) (((x) + (mask)) & ~(mask)) - -// #define __KERNEL_DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d)) +// #include // #endif /* _LINUX_KERNEL_H */ // Parsed from sys/sysinfo.h -/* Copyright (C) 1996, 1999, 2001 Free Software Foundation, Inc. +/* Copyright (C) 1996-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -10872,7 +10784,7 @@ public static native int waitid(@Cast("idtype_t") int __idtype, @Cast("__id_t") You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ // #ifndef _SYS_SYSINFO_H public static final int _SYS_SYSINFO_H = 1; diff --git a/systems/src/gen/java/org/bytedeco/systems/global/macosx.java b/systems/src/gen/java/org/bytedeco/systems/global/macosx.java index dface14242a..dbb760b8195 100644 --- a/systems/src/gen/java/org/bytedeco/systems/global/macosx.java +++ b/systems/src/gen/java/org/bytedeco/systems/global/macosx.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.global; @@ -212,6 +212,7 @@ public class macosx extends org.bytedeco.systems.presets.macosx { public static final int bit_PCONFIG = 0x00040000; public static final int bit_IBT = 0x00100000; public static final int bit_AMXBF16 = 0x00400000; +public static final int bit_AVX512FP16 = 0x00800000; public static final int bit_AMXTILE = 0x01000000; public static final int bit_AMXINT8 = 0x02000000; @@ -993,7 +994,7 @@ public static native int __get_cpuid_count(@Cast("unsigned int") int __leaf, // Parsed from sys/socket.h /* - * Copyright (c) 2000-2019 Apple Inc. All rights reserved. + * Copyright (c) 2000-2022 Apple Inc. All rights reserved. * * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ * @@ -1068,10 +1069,12 @@ public static native int __get_cpuid_count(@Cast("unsigned int") int __leaf, // #include // #include +// #include // #include // #include + // #include /* @@ -1122,6 +1125,7 @@ public static native int __get_cpuid_count(@Cast("unsigned int") int __leaf, // #if !defined(_POSIX_C_SOURCE) || defined(_DARWIN_C_SOURCE) public static final int SO_USELOOPBACK = 0x0040; /* bypass hardware when possible */ public static final int SO_LINGER = 0x0080; /* linger on close if data present (in ticks) */ +public static final int SO_LINGER_SEC = 0x1080; /* linger on close if data present (in seconds) */ // #else // #endif /* (!_POSIX_C_SOURCE || _DARWIN_C_SOURCE) */ public static final int SO_OOBINLINE = 0x0100; /* leave received OOB data in line */ @@ -1165,7 +1169,6 @@ public static native int __get_cpuid_count(@Cast("unsigned int") int __leaf, public static final int SO_NOTIFYCONFLICT = 0x1026; /* APPLE: send notification if there is a bind on a port which is already in use */ public static final int SO_UPCALLCLOSEWAIT = 0x1027; /* APPLE: block on close until an upcall returns */ // #endif -public static final int SO_LINGER_SEC = 0x1080; /* linger on close if data present (in seconds) */ public static final int SO_RANDOMPORT = 0x1082; /* APPLE: request local port randomization */ public static final int SO_NP_EXTENSIONS = 0x1083; /* To turn off some POSIX behavior */ // #endif @@ -1176,6 +1179,12 @@ public static native int __get_cpuid_count(@Cast("unsigned int") int __leaf, public static final int SO_NETSVC_MARKING_LEVEL = 0x1119; /* Get QoS marking in effect for socket */ + +public static final int SO_RESOLVER_SIGNATURE = 0x1131; /* A signed data blob from the system resolver */ + + +/* When adding new socket-options, you need to make sure MPTCP supports these as well! */ + /* * Network Service Type for option SO_NET_SERVICE_TYPE * @@ -1368,6 +1377,10 @@ public static native int __get_cpuid_count(@Cast("unsigned int") int __leaf, +// Targeting ../macosx/__sockaddr_header.java + + + // #if !defined(_POSIX_C_SOURCE) || defined(_DARWIN_C_SOURCE) public static final int SOCK_MAXADDRLEN = 255; // Targeting ../macosx/sockproto.java @@ -1389,6 +1402,7 @@ public static native int __get_cpuid_count(@Cast("unsigned int") int __leaf, + /* * Protocol families, same as address families for now. */ @@ -2379,15 +2393,8 @@ public static native void qsort(Pointer __base, @Cast("size_t") long __nel, @Cas public static native @Cast("unsigned long long") long strtoull(String __str, @Cast("char**") @ByPtrPtr byte[] __endptr, int __base); // #endif /* !__DARWIN_NO_LONG_LONG */ -// #if TARGET_OS_IPHONE -// #define __swift_unavailable_on(osx_msg, ios_msg) __swift_unavailable(ios_msg) -// #else -// #define __swift_unavailable_on(osx_msg, ios_msg) __swift_unavailable(osx_msg) -// #endif - -// #undef __swift_unavailable_on public static native @Cast("size_t") long wcstombs(@Cast("char*") BytePointer arg0, @Cast("const wchar_t*") CharPointer arg1, @Cast("size_t") long arg2); public static native @Cast("size_t") long wcstombs(@Cast("char*") ByteBuffer arg0, @Cast("const wchar_t*") IntPointer arg1, @Cast("size_t") long arg2); @@ -2438,6 +2445,8 @@ public static native void qsort(Pointer __base, @Cast("size_t") long __nel, @Cas public static native void lcong48(@Cast("unsigned short*") ShortBuffer arg0); public static native void lcong48(@Cast("unsigned short*") short[] arg0); public static native long lrand48(); +// #if !defined(_POSIX_C_SOURCE) +// #endif public static native @Cast("char*") BytePointer mktemp(@Cast("char*") BytePointer arg0); public static native @Cast("char*") ByteBuffer mktemp(@Cast("char*") ByteBuffer arg0); public static native @Cast("char*") byte[] mktemp(@Cast("char*") byte[] arg0); @@ -2808,6 +2817,7 @@ public static native int sradixsort(@Cast("const unsigned char**") @ByPtrPtr byt // #include // #include + /* * [XSI] The fd_set type shall be defined as described in . * The timespec structure shall be defined as described in @@ -3652,6 +3662,10 @@ public static native int setitimer(int arg0, @Const itimerval arg1, public static native int fstatat(int arg0, String arg1, stat arg2, int arg3); public static native int mkdirat(int arg0, @Cast("const char*") BytePointer arg1, @Cast("mode_t") short arg2); public static native int mkdirat(int arg0, String arg1, @Cast("mode_t") short arg2); +public static native int mkfifoat(int arg0, @Cast("const char*") BytePointer arg1, @Cast("mode_t") short arg2); +public static native int mkfifoat(int arg0, String arg1, @Cast("mode_t") short arg2); +public static native int mknodat(int arg0, @Cast("const char*") BytePointer arg1, @Cast("mode_t") short arg2, @Cast("dev_t") int arg3); +public static native int mknodat(int arg0, String arg1, @Cast("mode_t") short arg2, @Cast("dev_t") int arg3); public static final int UTIME_NOW = -1; public static final int UTIME_OMIT = -2; @@ -4738,6 +4752,7 @@ public static native int sigaction(int arg0, @Const sigaction arg1, /* skip ((cpu_type_t) 20 */ /* skip ((cpu_type_t) 21 */ /* skip ((cpu_type_t) 22 */ +/* skip ((cpu_type_t) 23 */ /* * Machine subtypes (these are defined here, instead of in a machine @@ -5031,7 +5046,10 @@ public static native int sigaction(int arg0, @Const sigaction arg1, public static final int CPUFAMILY_ARM_VORTEX_TEMPEST = 0x07d34b9f; public static final int CPUFAMILY_ARM_LIGHTNING_THUNDER = 0x462504d2; public static final int CPUFAMILY_ARM_FIRESTORM_ICESTORM = 0x1b588bb3; +public static final int CPUFAMILY_ARM_BLIZZARD_AVALANCHE = 0xda33d83d; +public static final int CPUFAMILY_ARM_EVEREST_SAWTOOTH = 0x8765edea; +/* Described in rdar://64125549 */ public static final int CPUSUBFAMILY_UNKNOWN = 0; public static final int CPUSUBFAMILY_ARM_HP = 1; public static final int CPUSUBFAMILY_ARM_HG = 2; @@ -5370,8 +5388,6 @@ public static native int posix_spawnattr_setspecialport_np(@Cast("posix_spawnatt public static native int posix_spawnattr_setspecialport_np(@Cast("posix_spawnattr_t*") PointerPointer arg0, @Cast("mach_port_t") int arg1, int arg2); - - public static native int posix_spawnattr_setnosmt_np(@Cast("const posix_spawnattr_t*") @ByPtrPtr posix_spawnattr_t attr); public static native int posix_spawnattr_setnosmt_np(@Cast("const posix_spawnattr_t*") PointerPointer attr); @@ -5637,6 +5653,7 @@ public static native int posix_spawn_file_actions_addfchdir_np(@Cast("posix_spaw // #include // #include +// #include // #include <_types/_uint64_t.h> // #include <_types/_uint32_t.h> // #include @@ -5646,6 +5663,9 @@ public static native int posix_spawn_file_actions_addfchdir_np(@Cast("posix_spaw public static native int getattrlistat(int arg0, String arg1, Pointer arg2, Pointer arg3, @Cast("size_t") long arg4, @Cast("unsigned long") long arg5); public static native int setattrlistat(int arg0, @Cast("const char*") BytePointer arg1, Pointer arg2, Pointer arg3, @Cast("size_t") long arg4, @Cast("uint32_t") int arg5); public static native int setattrlistat(int arg0, String arg1, Pointer arg2, Pointer arg3, @Cast("size_t") long arg4, @Cast("uint32_t") int arg5); +public static native @Cast("ssize_t") long freadlink(int arg0, @Cast("char*") BytePointer arg1, @Cast("size_t") long arg2); +public static native @Cast("ssize_t") long freadlink(int arg0, @Cast("char*") ByteBuffer arg1, @Cast("size_t") long arg2); +public static native @Cast("ssize_t") long freadlink(int arg0, @Cast("char*") byte[] arg1, @Cast("size_t") long arg2); // #endif /* __DARWIN_C_LEVEL >= __DARWIN_C_FULL */ @@ -6319,6 +6339,9 @@ public static native int posix_spawn_file_actions_addfchdir_np(@Cast("posix_spaw public static native int truncate(String arg0, @Cast("off_t") long arg1); public static native @Cast("useconds_t") int ualarm(@Cast("useconds_t") int arg0, @Cast("useconds_t") int arg1); public static native int usleep(@Cast("useconds_t") int arg0); + +// #if !defined(_POSIX_C_SOURCE) +// #endif public static native @Cast("pid_t") int vfork(); /* End XSI */ @@ -6771,6 +6794,7 @@ public static native int posix_spawn_file_actions_addfchdir_np(@Cast("posix_spaw public static final int RB_QUICK = 0x400; /* quick and ungraceful reboot with file system caches flushed*/ public static final int RB_PANIC = 0x800; /* panic the kernel */ public static final int RB_PANIC_ZPRINT = 0x1000; /* add zprint info to panic string */ +public static final int RB_PANIC_FORCERESET = 0x2000; /* do force-reset panic */ /* userspace reboot control */ public static native int usrctl(@Cast("uint32_t") int flags); @@ -6980,7 +7004,8 @@ public static native int posix_spawn_file_actions_addfchdir_np(@Cast("posix_spaw public static final int RUSAGE_INFO_V3 = 3; public static final int RUSAGE_INFO_V4 = 4; public static final int RUSAGE_INFO_V5 = 5; -public static final int RUSAGE_INFO_CURRENT = RUSAGE_INFO_V5; +public static final int RUSAGE_INFO_V6 = 6; +public static final int RUSAGE_INFO_CURRENT = RUSAGE_INFO_V6; /* * Flags for RUSAGE_INFO_V5 @@ -7007,6 +7032,9 @@ public static native int posix_spawn_file_actions_addfchdir_np(@Cast("posix_spaw // Targeting ../macosx/rusage_info_v5.java +// Targeting ../macosx/rusage_info_v6.java + + // Targeting ../macosx/rusage_info_current.java @@ -7099,6 +7127,8 @@ public static native int posix_spawn_file_actions_addfchdir_np(@Cast("posix_spaw public static final int IOPOL_TYPE_VFS_IGNORE_CONTENT_PROTECTION = 6; public static final int IOPOL_TYPE_VFS_IGNORE_PERMISSIONS = 7; public static final int IOPOL_TYPE_VFS_SKIP_MTIME_UPDATE = 8; +public static final int IOPOL_TYPE_VFS_ALLOW_LOW_SPACE_WRITES = 9; +public static final int IOPOL_TYPE_VFS_DISALLOW_RW_FOR_O_EVTONLY = 10; /* scope */ public static final int IOPOL_SCOPE_PROCESS = 0; @@ -7140,6 +7170,12 @@ public static native int posix_spawn_file_actions_addfchdir_np(@Cast("posix_spaw public static final int IOPOL_VFS_SKIP_MTIME_UPDATE_OFF = 0; public static final int IOPOL_VFS_SKIP_MTIME_UPDATE_ON = 1; +public static final int IOPOL_VFS_ALLOW_LOW_SPACE_WRITES_OFF = 0; +public static final int IOPOL_VFS_ALLOW_LOW_SPACE_WRITES_ON = 1; + +public static final int IOPOL_VFS_DISALLOW_RW_FOR_O_EVTONLY_DEFAULT = 0; +public static final int IOPOL_VFS_DISALLOW_RW_FOR_O_EVTONLY_ON = 1; + // #endif /* __DARWIN_C_LEVEL >= __DARWIN_C_FULL */ @@ -7160,7 +7196,7 @@ public static native int posix_spawn_file_actions_addfchdir_np(@Cast("posix_spaw // Parsed from sys/sysctl.h /* - * Copyright (c) 2000-2019 Apple Inc. All rights reserved. + * Copyright (c) 2000-2021 Apple Inc. All rights reserved. * * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ * diff --git a/systems/src/gen/java/org/bytedeco/systems/global/windows.java b/systems/src/gen/java/org/bytedeco/systems/global/windows.java index 7a43d9088eb..bdd294676a5 100644 --- a/systems/src/gen/java/org/bytedeco/systems/global/windows.java +++ b/systems/src/gen/java/org/bytedeco/systems/global/windows.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.global; @@ -2120,9 +2120,19 @@ public class windows extends org.bytedeco.systems.presets.windows { // // #define DEFAULT_UNREACHABLE -// Targeting ..\windows\_ENUM_FLAG_INTEGER_FOR_SIZE.java +// #endif + +// #ifdef __cplusplus + +// Define operator overloads to enable bit operations on enum values that are +// used to define flags. Use DEFINE_ENUM_FLAG_OPERATORS(YOUR_TYPE) to enable these +// operators on YOUR_TYPE. + +// Moved here from objbase.w. +// Templates are defined here in order to avoid a dependency on C++ header file, +// or on compiler-specific contructs. // used as an approximation of std::underlying_type diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/Dl_info.java b/systems/src/gen/java/org/bytedeco/systems/linux/Dl_info.java index 4758c212408..27cf5195d78 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/Dl_info.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/Dl_info.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/Dl_serinfo.java b/systems/src/gen/java/org/bytedeco/systems/linux/Dl_serinfo.java index f6bc93f9c4c..b5831cd4903 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/Dl_serinfo.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/Dl_serinfo.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; @@ -33,6 +33,9 @@ public class Dl_serinfo extends Pointer { public native @Cast("size_t") long dls_size(); public native Dl_serinfo dls_size(long setter); /* Size in bytes of the whole buffer. */ public native @Cast("unsigned int") int dls_cnt(); public native Dl_serinfo dls_cnt(int setter); /* Number of elements in `dls_serpath'. */ +// # if __GNUC_PREREQ (3, 0) +// # else public native @ByRef Dl_serpath dls_serpath(int i); public native Dl_serinfo dls_serpath(int i, Dl_serpath setter); @MemberGetter public native Dl_serpath dls_serpath(); /* Actually longer, dls_cnt elements. */ +// # endif } diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/Dl_serpath.java b/systems/src/gen/java/org/bytedeco/systems/linux/Dl_serpath.java index dd37528ad0a..ce1d32845af 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/Dl_serpath.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/Dl_serpath.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/__child.java b/systems/src/gen/java/org/bytedeco/systems/linux/__child.java new file mode 100644 index 00000000000..5cba99e96c5 --- /dev/null +++ b/systems/src/gen/java/org/bytedeco/systems/linux/__child.java @@ -0,0 +1,21 @@ +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE + +package org.bytedeco.systems.linux; + +import java.nio.*; +import org.bytedeco.javacpp.*; +import org.bytedeco.javacpp.annotation.*; + +import static org.bytedeco.javacpp.presets.javacpp.*; + +import static org.bytedeco.systems.global.linux.*; + +@Properties(inherit = org.bytedeco.systems.presets.linux.class) +public class __child extends FunctionPointer { + static { Loader.load(); } + /** Pointer cast constructor. Invokes {@link Pointer#Pointer(Pointer)}. */ + public __child(Pointer p) { super(p); } + protected __child() { allocate(); } + private native void allocate(); + public native void call(); +} diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/__compar_d_fn_t.java b/systems/src/gen/java/org/bytedeco/systems/linux/__compar_d_fn_t.java index acbe3fdb1fc..4396fafed61 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/__compar_d_fn_t.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/__compar_d_fn_t.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/__compar_fn_t.java b/systems/src/gen/java/org/bytedeco/systems/linux/__compar_fn_t.java index 9c29dc8947d..bb00a2d9fce 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/__compar_fn_t.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/__compar_fn_t.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/__fn_Pointer.java b/systems/src/gen/java/org/bytedeco/systems/linux/__fn_Pointer.java index e279bd4beb5..bcd69b5011d 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/__fn_Pointer.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/__fn_Pointer.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/__func.java b/systems/src/gen/java/org/bytedeco/systems/linux/__func.java index 46709d2730d..13124fcecc3 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/__func.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/__func.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/__func_int_Pointer.java b/systems/src/gen/java/org/bytedeco/systems/linux/__func_int_Pointer.java index d0938c69759..2cc70346cea 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/__func_int_Pointer.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/__func_int_Pointer.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; @@ -13,6 +13,7 @@ // #if defined __USE_ISOC11 || defined __USE_ISOCXX11 // #endif + // #ifdef __USE_MISC /* Register a function to be called with the status given to `exit' and the given argument. */ diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/__parent.java b/systems/src/gen/java/org/bytedeco/systems/linux/__parent.java new file mode 100644 index 00000000000..818ef8c2f4a --- /dev/null +++ b/systems/src/gen/java/org/bytedeco/systems/linux/__parent.java @@ -0,0 +1,21 @@ +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE + +package org.bytedeco.systems.linux; + +import java.nio.*; +import org.bytedeco.javacpp.*; +import org.bytedeco.javacpp.annotation.*; + +import static org.bytedeco.javacpp.presets.javacpp.*; + +import static org.bytedeco.systems.global.linux.*; + +@Properties(inherit = org.bytedeco.systems.presets.linux.class) +public class __parent extends FunctionPointer { + static { Loader.load(); } + /** Pointer cast constructor. Invokes {@link Pointer#Pointer(Pointer)}. */ + public __parent(Pointer p) { super(p); } + protected __parent() { allocate(); } + private native void allocate(); + public native void call(); +} diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/__prepare.java b/systems/src/gen/java/org/bytedeco/systems/linux/__prepare.java new file mode 100644 index 00000000000..17ff62079d3 --- /dev/null +++ b/systems/src/gen/java/org/bytedeco/systems/linux/__prepare.java @@ -0,0 +1,27 @@ +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE + +package org.bytedeco.systems.linux; + +import java.nio.*; +import org.bytedeco.javacpp.*; +import org.bytedeco.javacpp.annotation.*; + +import static org.bytedeco.javacpp.presets.javacpp.*; + +import static org.bytedeco.systems.global.linux.*; + +// #endif + + +/* Unix98 requires this function to be declared here. In other + standards it is in . */ +// #if defined __USE_UNIX98 && !defined __USE_XOPEN2K +@Properties(inherit = org.bytedeco.systems.presets.linux.class) +public class __prepare extends FunctionPointer { + static { Loader.load(); } + /** Pointer cast constructor. Invokes {@link Pointer#Pointer(Pointer)}. */ + public __prepare(Pointer p) { super(p); } + protected __prepare() { allocate(); } + private native void allocate(); + public native void call(); +} diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/__sighandler_t.java b/systems/src/gen/java/org/bytedeco/systems/linux/__sighandler_t.java index 4762d8fb3ad..fb4660d6561 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/__sighandler_t.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/__sighandler_t.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/cmsghdr.java b/systems/src/gen/java/org/bytedeco/systems/linux/cmsghdr.java index 5be7e6eebbc..c3843dc82cc 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/cmsghdr.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/cmsghdr.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; @@ -25,7 +25,7 @@ public class cmsghdr extends Pointer { with this. */ public native int cmsg_level(); public native cmsghdr cmsg_level(int setter); /* Originating protocol. */ public native int cmsg_type(); public native cmsghdr cmsg_type(int setter); /* Protocol specific type. */ -// #if (!defined __STRICT_ANSI__ && __GNUC__ >= 2) || __STDC_VERSION__ >= 199901L +// #if __glibc_c99_flexarr_available /* Ancillary data. */ // #endif } diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/cpu_set_t.java b/systems/src/gen/java/org/bytedeco/systems/linux/cpu_set_t.java index 5839afdc972..7e661b539f0 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/cpu_set_t.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/cpu_set_t.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; @@ -31,5 +31,5 @@ public class cpu_set_t extends Pointer { } public native @Cast("__cpu_mask") long __bits(int i); public native cpu_set_t __bits(int i, long setter); - @MemberGetter public native @Cast("__cpu_mask*") CLongPointer __bits(); + @MemberGetter public native @Cast("__cpu_mask*") SizeTPointer __bits(); } diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/div_t.java b/systems/src/gen/java/org/bytedeco/systems/linux/div_t.java index c2f40401444..fe0601f377d 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/div_t.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/div_t.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; @@ -10,8 +10,6 @@ import static org.bytedeco.systems.global.linux.*; -// # endif -// #endif /* X/Open or XPG7 and not included. */ /* Returned by `div'. */ @Properties(inherit = org.bytedeco.systems.presets.linux.class) diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/drand48_data.java b/systems/src/gen/java/org/bytedeco/systems/linux/drand48_data.java index 0ce45f12188..b7806ecd021 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/drand48_data.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/drand48_data.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; @@ -39,5 +39,6 @@ public class drand48_data extends Pointer { @MemberGetter public native @Cast("unsigned short int*") ShortPointer __old_x(); /* Old state. */ public native @Cast("unsigned short int") short __c(); public native drand48_data __c(short setter); /* Additive const. in congruential formula. */ public native @Cast("unsigned short int") short __init(); public native drand48_data __init(short setter); /* Flag for initializing. */ - public native @Cast("unsigned long long int") long __a(); public native drand48_data __a(long setter); /* Factor in congruential formula. */ + public native @Cast("unsigned long long int") long __a(); public native drand48_data __a(long setter); /* Factor in congruential + formula. */ } diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/group.java b/systems/src/gen/java/org/bytedeco/systems/linux/group.java index 04a3f3f1711..ceca7da44e4 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/group.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/group.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/iovec.java b/systems/src/gen/java/org/bytedeco/systems/linux/iovec.java index b87cbea85d4..a73f4955614 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/iovec.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/iovec.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; @@ -11,7 +11,6 @@ import static org.bytedeco.systems.global.linux.*; - /* Structure for scatter/gather I/O. */ @Properties(inherit = org.bytedeco.systems.presets.linux.class) public class iovec extends Pointer { diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/ipc_perm.java b/systems/src/gen/java/org/bytedeco/systems/linux/ipc_perm.java index 90cda28ba2e..5f0b0281ef1 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/ipc_perm.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/ipc_perm.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; @@ -9,10 +9,14 @@ import static org.bytedeco.javacpp.presets.javacpp.*; import static org.bytedeco.systems.global.linux.*; - /* Private key. */ +// #endif -/* Data structure used to pass permission information to IPC operations. */ +/* Data structure used to pass permission information to IPC operations. + It follows the kernel ipc64_perm size so the syscall can be made directly + without temporary buffer copy. However, since glibc defines the MODE + field as mode_t per POSIX definition (BZ#18231), it omits the __PAD1 field + (since glibc does not export mode_t as 16-bit for any architecture). */ @Properties(inherit = org.bytedeco.systems.presets.linux.class) public class ipc_perm extends Pointer { static { Loader.load(); } @@ -30,15 +34,12 @@ public class ipc_perm extends Pointer { @Override public ipc_perm getPointer(long i) { return new ipc_perm((Pointer)this).offsetAddress(i); } - /* Key. */ - public native @Cast("__uid_t") int uid(); public native ipc_perm uid(int setter); /* Owner's user ID. */ - public native @Cast("__gid_t") int gid(); public native ipc_perm gid(int setter); /* Owner's group ID. */ - public native @Cast("__uid_t") int cuid(); public native ipc_perm cuid(int setter); /* Creator's user ID. */ - public native @Cast("__gid_t") int cgid(); public native ipc_perm cgid(int setter); /* Creator's group ID. */ - public native @Cast("unsigned short int") short mode(); public native ipc_perm mode(short setter); /* Read/write permission. */ - public native @Cast("unsigned short int") short __pad1(); public native ipc_perm __pad1(short setter); - public native @Cast("unsigned short int") short __seq(); public native ipc_perm __seq(short setter); /* Sequence number. */ - public native @Cast("unsigned short int") short __pad2(); public native ipc_perm __pad2(short setter); - public native @Cast("__syscall_ulong_t") long __unused1(); public native ipc_perm __unused1(long setter); - public native @Cast("__syscall_ulong_t") long __unused2(); public native ipc_perm __unused2(long setter); - } + /* Key. */ + public native @Cast("__uid_t") int uid(); public native ipc_perm uid(int setter); /* Owner's user ID. */ + public native @Cast("__gid_t") int gid(); public native ipc_perm gid(int setter); /* Owner's group ID. */ + public native @Cast("__uid_t") int cuid(); public native ipc_perm cuid(int setter); /* Creator's user ID. */ + public native @Cast("__gid_t") int cgid(); public native ipc_perm cgid(int setter); /* Creator's group ID. */ + public native @Cast("__mode_t") int mode(); public native ipc_perm mode(int setter); /* Read/write permission. */ + public native @Cast("unsigned short int") short __seq(); public native ipc_perm __seq(short setter); /* Sequence number. */ + public native @Cast("unsigned short int") short __pad2(); public native ipc_perm __pad2(short setter); +} diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/itimerspec.java b/systems/src/gen/java/org/bytedeco/systems/linux/itimerspec.java index b2863b29214..256079d9b7a 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/itimerspec.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/itimerspec.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; @@ -10,11 +10,7 @@ import static org.bytedeco.systems.global.linux.*; -// #if defined __USE_XOPEN || defined __USE_POSIX || defined __USE_MISC -// #endif - -// # ifdef __USE_POSIX199309 /* POSIX.1b structure for timer start values and intervals. */ @Properties(inherit = org.bytedeco.systems.presets.linux.class) public class itimerspec extends Pointer { diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/itimerval.java b/systems/src/gen/java/org/bytedeco/systems/linux/itimerval.java index f12ed479a0a..6fcf35841e7 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/itimerval.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/itimerval.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/lconv.java b/systems/src/gen/java/org/bytedeco/systems/linux/lconv.java index 6b79334afab..97fa7b28aed 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/lconv.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/lconv.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/ldiv_t.java b/systems/src/gen/java/org/bytedeco/systems/linux/ldiv_t.java index 78df04ec45b..a0b5832fc66 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/ldiv_t.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/ldiv_t.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/linger.java b/systems/src/gen/java/org/bytedeco/systems/linux/linger.java index 70c030aaae9..1dccd0adaed 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/linger.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/linger.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; @@ -10,22 +10,7 @@ import static org.bytedeco.systems.global.linux.*; - -// #if !defined __USE_MISC && !defined __USE_GNU -// # ifdef __SYS_SOCKET_H_undef_FIOGETOWN -// # endif -// # ifdef __SYS_SOCKET_H_undef_FIOSETOWN -// # endif -// # ifdef __SYS_SOCKET_H_undef_SIOCATMARK -// # endif -// # ifdef __SYS_SOCKET_H_undef_SIOCGPGRP -// # endif -// # ifdef __SYS_SOCKET_H_undef_SIOCGSTAMP -// # endif -// # ifdef __SYS_SOCKET_H_undef_SIOCGSTAMPNS -// # endif -// # ifdef __SYS_SOCKET_H_undef_SIOCSPGRP -// # endif +// #else // #endif /* Structure used to manipulate the SO_LINGER option. */ diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/lldiv_t.java b/systems/src/gen/java/org/bytedeco/systems/linux/lldiv_t.java index 9bf887bdf46..a2d0a42163b 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/lldiv_t.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/lldiv_t.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; @@ -11,6 +11,7 @@ import static org.bytedeco.systems.global.linux.*; // #endif + // #if defined __USE_ISOC99 && !defined __lldiv_t_defined /* Returned by `lldiv'. */ @Properties(inherit = org.bytedeco.systems.presets.linux.class) diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/locale_t.java b/systems/src/gen/java/org/bytedeco/systems/linux/locale_t.java index 393c4d17bb8..c47ce548838 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/locale_t.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/locale_t.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; @@ -11,10 +11,11 @@ import static org.bytedeco.systems.global.linux.*; -/* Structure for reentrant locale using functions. This is an - (almost) opaque type for the user level programs. The file and - this data structure is not standardized. Don't rely on it. It can - go away without warning. */ +/* POSIX.1-2008: the locale_t type, representing a locale context + (implementation-namespace version). This type should be treated + as opaque by applications; some details are exposed for the sake of + efficiency in e.g. ctype functions. */ + @Name("__locale_struct") @Properties(inherit = org.bytedeco.systems.presets.linux.class) public class locale_t extends Pointer { static { Loader.load(); } diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/mcontext_t.java b/systems/src/gen/java/org/bytedeco/systems/linux/mcontext_t.java index 880d57b9052..8d80f72a500 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/mcontext_t.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/mcontext_t.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/mmsghdr.java b/systems/src/gen/java/org/bytedeco/systems/linux/mmsghdr.java index e59dd1521bc..df40aeb5108 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/mmsghdr.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/mmsghdr.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/msghdr.java b/systems/src/gen/java/org/bytedeco/systems/linux/msghdr.java index 59c3be5ea01..4f40537c0f2 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/msghdr.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/msghdr.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/nl_catd.java b/systems/src/gen/java/org/bytedeco/systems/linux/nl_catd.java index 9dc95e133b9..3b476584539 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/nl_catd.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/nl_catd.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/passwd.java b/systems/src/gen/java/org/bytedeco/systems/linux/passwd.java index 1aeda699450..e2a02b13d83 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/passwd.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/passwd.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; @@ -13,7 +13,7 @@ // # endif // #endif -/* The passwd structure. */ +/* A record in the user database. */ @Properties(inherit = org.bytedeco.systems.presets.linux.class) public class passwd extends Pointer { static { Loader.load(); } @@ -33,7 +33,8 @@ public class passwd extends Pointer { } public native @Cast("char*") BytePointer pw_name(); public native passwd pw_name(BytePointer setter); /* Username. */ - public native @Cast("char*") BytePointer pw_passwd(); public native passwd pw_passwd(BytePointer setter); /* Password. */ + public native @Cast("char*") BytePointer pw_passwd(); public native passwd pw_passwd(BytePointer setter); /* Hashed passphrase, if shadow database + not in use (see shadow.h). */ public native @Cast("__uid_t") int pw_uid(); public native passwd pw_uid(int setter); /* User ID. */ public native @Cast("__gid_t") int pw_gid(); public native passwd pw_gid(int setter); /* Group ID. */ public native @Cast("char*") BytePointer pw_gecos(); public native passwd pw_gecos(BytePointer setter); /* Real name. */ diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/pollfd.java b/systems/src/gen/java/org/bytedeco/systems/linux/pollfd.java index 1a53b12422d..69bcbb9a85f 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/pollfd.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/pollfd.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/posix_spawn_file_actions_t.java b/systems/src/gen/java/org/bytedeco/systems/linux/posix_spawn_file_actions_t.java index 140e6882743..8978e5bb4ba 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/posix_spawn_file_actions_t.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/posix_spawn_file_actions_t.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; @@ -36,5 +36,5 @@ public class posix_spawn_file_actions_t extends Pointer { public native int __used(); public native posix_spawn_file_actions_t __used(int setter); public native @Cast("__spawn_action*") Pointer __actions(); public native posix_spawn_file_actions_t __actions(Pointer setter); public native int __pad(int i); public native posix_spawn_file_actions_t __pad(int i, int setter); - @MemberGetter public native @Cast("int*") IntPointer __pad(); + @MemberGetter public native IntPointer __pad(); } diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/posix_spawnattr_t.java b/systems/src/gen/java/org/bytedeco/systems/linux/posix_spawnattr_t.java index 7602cd491bf..200d8feb59e 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/posix_spawnattr_t.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/posix_spawnattr_t.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; @@ -38,5 +38,5 @@ public class posix_spawnattr_t extends Pointer { public native @ByRef sched_param __sp(); public native posix_spawnattr_t __sp(sched_param setter); public native int __policy(); public native posix_spawnattr_t __policy(int setter); public native int __pad(int i); public native posix_spawnattr_t __pad(int i, int setter); - @MemberGetter public native @Cast("int*") IntPointer __pad(); + @MemberGetter public native IntPointer __pad(); } diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/random_data.java b/systems/src/gen/java/org/bytedeco/systems/linux/random_data.java index 14eac63d291..00760f1c685 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/random_data.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/random_data.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/rlimit.java b/systems/src/gen/java/org/bytedeco/systems/linux/rlimit.java index 4dc6acf2cb7..044552cdd5f 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/rlimit.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/rlimit.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/rlimit64.java b/systems/src/gen/java/org/bytedeco/systems/linux/rlimit64.java index 869629df3ae..9cae451052b 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/rlimit64.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/rlimit64.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/rusage.java b/systems/src/gen/java/org/bytedeco/systems/linux/rusage.java index 8c0aeb04ea6..769f2100d7c 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/rusage.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/rusage.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; @@ -9,83 +9,17 @@ import static org.bytedeco.javacpp.presets.javacpp.*; import static org.bytedeco.systems.global.linux.*; - /* For `struct timeval'. */ -/* Structure which says how much of each resource has been used. */ +// #endif -/* The purpose of all the unions is to have the kernel-compatible layout - while keeping the API type as 'long int', and among machines where - __syscall_slong_t is not 'long int', this only does the right thing - for little-endian ones, like x32. */ -@Properties(inherit = org.bytedeco.systems.presets.linux.class) +// #if defined __USE_MISC +// || (defined __USE_XOPEN_EXTENDED && !defined __USE_XOPEN2K) +/* This being here makes the prototypes valid whether or not + we have already included to define `struct rusage'. */ +@Opaque @Properties(inherit = org.bytedeco.systems.presets.linux.class) public class rusage extends Pointer { - static { Loader.load(); } - /** Default native constructor. */ - public rusage() { super((Pointer)null); allocate(); } - /** Native array allocator. Access with {@link Pointer#position(long)}. */ - public rusage(long size) { super((Pointer)null); allocateArray(size); } + /** Empty constructor. Calls {@code super((Pointer)null)}. */ + public rusage() { super((Pointer)null); } /** Pointer cast constructor. Invokes {@link Pointer#Pointer(Pointer)}. */ public rusage(Pointer p) { super(p); } - private native void allocate(); - private native void allocateArray(long size); - @Override public rusage position(long position) { - return (rusage)super.position(position); - } - @Override public rusage getPointer(long i) { - return new rusage((Pointer)this).offsetAddress(i); - } - - /* Total amount of user time used. */ - public native @ByRef timeval ru_utime(); public native rusage ru_utime(timeval setter); - /* Total amount of system time used. */ - public native @ByRef timeval ru_stime(); public native rusage ru_stime(timeval setter); - /* Maximum resident set size (in kilobytes). */ - public native long ru_maxrss(); public native rusage ru_maxrss(long setter); - public native @Cast("__syscall_slong_t") long __ru_maxrss_word(); public native rusage __ru_maxrss_word(long setter); - /* Amount of sharing of text segment memory - with other processes (kilobyte-seconds). */ - /* Maximum resident set size (in kilobytes). */ - public native long ru_ixrss(); public native rusage ru_ixrss(long setter); - public native @Cast("__syscall_slong_t") long __ru_ixrss_word(); public native rusage __ru_ixrss_word(long setter); - /* Amount of data segment memory used (kilobyte-seconds). */ - public native long ru_idrss(); public native rusage ru_idrss(long setter); - public native @Cast("__syscall_slong_t") long __ru_idrss_word(); public native rusage __ru_idrss_word(long setter); - /* Amount of stack memory used (kilobyte-seconds). */ - public native long ru_isrss(); public native rusage ru_isrss(long setter); - public native @Cast("__syscall_slong_t") long __ru_isrss_word(); public native rusage __ru_isrss_word(long setter); - /* Number of soft page faults (i.e. those serviced by reclaiming - a page from the list of pages awaiting reallocation. */ - public native long ru_minflt(); public native rusage ru_minflt(long setter); - public native @Cast("__syscall_slong_t") long __ru_minflt_word(); public native rusage __ru_minflt_word(long setter); - /* Number of hard page faults (i.e. those that required I/O). */ - public native long ru_majflt(); public native rusage ru_majflt(long setter); - public native @Cast("__syscall_slong_t") long __ru_majflt_word(); public native rusage __ru_majflt_word(long setter); - /* Number of times a process was swapped out of physical memory. */ - public native long ru_nswap(); public native rusage ru_nswap(long setter); - public native @Cast("__syscall_slong_t") long __ru_nswap_word(); public native rusage __ru_nswap_word(long setter); - /* Number of input operations via the file system. Note: This - and `ru_oublock' do not include operations with the cache. */ - public native long ru_inblock(); public native rusage ru_inblock(long setter); - public native @Cast("__syscall_slong_t") long __ru_inblock_word(); public native rusage __ru_inblock_word(long setter); - /* Number of output operations via the file system. */ - public native long ru_oublock(); public native rusage ru_oublock(long setter); - public native @Cast("__syscall_slong_t") long __ru_oublock_word(); public native rusage __ru_oublock_word(long setter); - /* Number of IPC messages sent. */ - public native long ru_msgsnd(); public native rusage ru_msgsnd(long setter); - public native @Cast("__syscall_slong_t") long __ru_msgsnd_word(); public native rusage __ru_msgsnd_word(long setter); - /* Number of IPC messages received. */ - public native long ru_msgrcv(); public native rusage ru_msgrcv(long setter); - public native @Cast("__syscall_slong_t") long __ru_msgrcv_word(); public native rusage __ru_msgrcv_word(long setter); - /* Number of signals delivered. */ - public native long ru_nsignals(); public native rusage ru_nsignals(long setter); - public native @Cast("__syscall_slong_t") long __ru_nsignals_word(); public native rusage __ru_nsignals_word(long setter); - /* Number of voluntary context switches, i.e. because the process - gave up the process before it had to (usually to wait for some - resource to be available). */ - public native long ru_nvcsw(); public native rusage ru_nvcsw(long setter); - public native @Cast("__syscall_slong_t") long __ru_nvcsw_word(); public native rusage __ru_nvcsw_word(long setter); - /* Number of involuntary context switches, i.e. a higher priority process - became runnable or the current process used up its time slice. */ - public native long ru_nivcsw(); public native rusage ru_nivcsw(long setter); - public native @Cast("__syscall_slong_t") long __ru_nivcsw_word(); public native rusage __ru_nivcsw_word(long setter); - } +} diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/sched_param.java b/systems/src/gen/java/org/bytedeco/systems/linux/sched_param.java index 9ae1fedf4ac..b07e6622f79 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/sched_param.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/sched_param.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; @@ -9,10 +9,9 @@ import static org.bytedeco.javacpp.presets.javacpp.*; import static org.bytedeco.systems.global.linux.*; - /* Clone I/O context. */ -// #endif -/* The official definition. */ + +/* Data structure to describe a process' schedulability. */ @Properties(inherit = org.bytedeco.systems.presets.linux.class) public class sched_param extends Pointer { static { Loader.load(); } @@ -31,4 +30,4 @@ public class sched_param extends Pointer { return new sched_param((Pointer)this).offsetAddress(i); } - } +} diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/shm_info.java b/systems/src/gen/java/org/bytedeco/systems/linux/shm_info.java index 079fed28874..085d7823de8 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/shm_info.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/shm_info.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/shmid_ds.java b/systems/src/gen/java/org/bytedeco/systems/linux/shmid_ds.java index 2c2fd1dc624..6c58c5fe1d2 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/shmid_ds.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/shmid_ds.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; @@ -10,6 +10,7 @@ import static org.bytedeco.systems.global.linux.*; +// #endif /* Data structure describing a shared memory segment. */ @Name("struct shmid_ds") @Properties(inherit = org.bytedeco.systems.presets.linux.class) @@ -31,19 +32,15 @@ public class shmid_ds extends Pointer { } public native @ByRef ipc_perm shm_perm(); public native shmid_ds shm_perm(ipc_perm setter); /* operation permission struct */ +// #if !__SHM_SEGSZ_AFTER_TIME public native @Cast("size_t") long shm_segsz(); public native shmid_ds shm_segsz(long setter); /* size of segment in bytes */ - public native @Cast("__time_t") long shm_atime(); public native shmid_ds shm_atime(long setter); /* time of last shmat() */ -// #ifndef __x86_64__ -// #endif - public native @Cast("__time_t") long shm_dtime(); public native shmid_ds shm_dtime(long setter); /* time of last shmdt() */ -// #ifndef __x86_64__ +// #endif public native @Cast("__time_t") long shm_atime(); public native shmid_ds shm_atime(long setter); /* time of last shmat() */ public native @Cast("__time_t") long shm_dtime(); public native shmid_ds shm_dtime(long setter); /* time of last shmdt() */ public native @Cast("__time_t") long shm_ctime(); public native shmid_ds shm_ctime(long setter); /* time of last change by shmctl() */ +// #if __SHM_PAD_BETWEEN_TIME_AND_SEGSZ // #endif - public native @Cast("__time_t") long shm_ctime(); public native shmid_ds shm_ctime(long setter); /* time of last change by shmctl() */ -// #ifndef __x86_64__ +// #if __SHM_SEGSZ_AFTER_TIME /* size of segment in bytes */ // #endif public native @Cast("__pid_t") int shm_cpid(); public native shmid_ds shm_cpid(int setter); /* pid of creator */ public native @Cast("__pid_t") int shm_lpid(); public native shmid_ds shm_lpid(int setter); /* pid of last shmop */ public native @Cast("shmatt_t") long shm_nattch(); public native shmid_ds shm_nattch(long setter); /* number of current attaches */ - public native @Cast("__syscall_ulong_t") long __unused4(); public native shmid_ds __unused4(long setter); - public native @Cast("__syscall_ulong_t") long __unused5(); public native shmid_ds __unused5(long setter); + public native @Cast("__syscall_ulong_t") long __glibc_reserved6(); public native shmid_ds __glibc_reserved6(long setter); } diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/shminfo.java b/systems/src/gen/java/org/bytedeco/systems/linux/shminfo.java index d60bb1f3c96..3ac2723e8fc 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/shminfo.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/shminfo.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; @@ -34,8 +34,4 @@ public class shminfo extends Pointer { public native @Cast("__syscall_ulong_t") long shmmni(); public native shminfo shmmni(long setter); public native @Cast("__syscall_ulong_t") long shmseg(); public native shminfo shmseg(long setter); public native @Cast("__syscall_ulong_t") long shmall(); public native shminfo shmall(long setter); - public native @Cast("__syscall_ulong_t") long __unused1(); public native shminfo __unused1(long setter); - public native @Cast("__syscall_ulong_t") long __unused2(); public native shminfo __unused2(long setter); - public native @Cast("__syscall_ulong_t") long __unused3(); public native shminfo __unused3(long setter); - public native @Cast("__syscall_ulong_t") long __unused4(); public native shminfo __unused4(long setter); } diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/sigaction.java b/systems/src/gen/java/org/bytedeco/systems/linux/sigaction.java index 570d12db589..798c31d506d 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/sigaction.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/sigaction.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; @@ -32,7 +32,7 @@ public class sigaction extends Pointer { } /* Signal handler. */ -// #ifdef __USE_POSIX199309 +// #if defined __USE_POSIX199309 || defined __USE_XOPEN_EXTENDED /* Used if SA_SIGINFO is not set. */ public native __sighandler_t sa_handler(); public native sigaction sa_handler(__sighandler_t setter); /* Used if SA_SIGINFO is set. */ diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/sigevent_t.java b/systems/src/gen/java/org/bytedeco/systems/linux/sigevent_t.java index 445ee44eadd..7646015f7f8 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/sigevent_t.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/sigevent_t.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; @@ -10,45 +10,10 @@ import static org.bytedeco.systems.global.linux.*; -// # endif - -@Properties(inherit = org.bytedeco.systems.presets.linux.class) +@Name("struct sigevent") @Opaque @Properties(inherit = org.bytedeco.systems.presets.linux.class) public class sigevent_t extends Pointer { - static { Loader.load(); } - /** Default native constructor. */ - public sigevent_t() { super((Pointer)null); allocate(); } - /** Native array allocator. Access with {@link Pointer#position(long)}. */ - public sigevent_t(long size) { super((Pointer)null); allocateArray(size); } + /** Empty constructor. Calls {@code super((Pointer)null)}. */ + public sigevent_t() { super((Pointer)null); } /** Pointer cast constructor. Invokes {@link Pointer#Pointer(Pointer)}. */ public sigevent_t(Pointer p) { super(p); } - private native void allocate(); - private native void allocateArray(long size); - @Override public sigevent_t position(long position) { - return (sigevent_t)super.position(position); - } - @Override public sigevent_t getPointer(long i) { - return new sigevent_t((Pointer)this).offsetAddress(i); - } - - public native @ByRef sigval sigev_value(); public native sigevent_t sigev_value(sigval setter); - public native int sigev_signo(); public native sigevent_t sigev_signo(int setter); - public native int sigev_notify(); public native sigevent_t sigev_notify(int setter); - - @Name("_sigev_un._pad") public native int _sigev_un__pad(int i); public native sigevent_t _sigev_un__pad(int i, int setter); - @Name("_sigev_un._pad") @MemberGetter public native @Cast("int*") IntPointer _sigev_un__pad(); - - /* When SIGEV_SIGNAL and SIGEV_THREAD_ID set, LWP ID of the - thread to receive the signal. */ - @Name("_sigev_un._tid") public native @Cast("__pid_t") int _sigev_un__tid(); public native sigevent_t _sigev_un__tid(int setter); - - public static class _function_sigval extends FunctionPointer { - static { Loader.load(); } - /** Pointer cast constructor. Invokes {@link Pointer#Pointer(Pointer)}. */ - public _function_sigval(Pointer p) { super(p); } - protected _function_sigval() { allocate(); } - private native void allocate(); - public native void call(@ByVal sigval arg0); - } - @Name("_sigev_un._sigev_thread._function") public native _function_sigval _sigev_un__sigev_thread__function(); public native sigevent_t _sigev_un__sigev_thread__function(_function_sigval setter); /* Function to start. */ - @Name("_sigev_un._sigev_thread._attribute") public native pthread_attr_t _sigev_un__sigev_thread__attribute(); public native sigevent_t _sigev_un__sigev_thread__attribute(pthread_attr_t setter); /* Thread attributes. */ - } +} diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/siginfo_t.java b/systems/src/gen/java/org/bytedeco/systems/linux/siginfo_t.java index 6a53fce19b6..6b754105a55 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/siginfo_t.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/siginfo_t.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; @@ -9,8 +9,8 @@ import static org.bytedeco.javacpp.presets.javacpp.*; import static org.bytedeco.systems.global.linux.*; - -// # endif + /* nothing */ +// #endif @Properties(inherit = org.bytedeco.systems.presets.linux.class) public class siginfo_t extends Pointer { static { Loader.load(); } diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/sigset_t.java b/systems/src/gen/java/org/bytedeco/systems/linux/sigset_t.java index 9382d427a9d..4b894ed2a3f 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/sigset_t.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/sigset_t.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; @@ -28,6 +28,6 @@ public class sigset_t extends Pointer { return new sigset_t((Pointer)this).offsetAddress(i); } - public native @Cast("unsigned long int") long __val(int i); public native sigset_t __val(int i, long setter); - @MemberGetter public native @Cast("unsigned long int*") CLongPointer __val(); - } + public native @Cast("unsigned long int") long __val(int i); public native sigset_t __val(int i, long setter); + @MemberGetter public native @Cast("unsigned long int*") CLongPointer __val(); +} diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/sigval.java b/systems/src/gen/java/org/bytedeco/systems/linux/sigval.java index 593070f6a47..17308a3b059 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/sigval.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/sigval.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; @@ -12,7 +12,8 @@ /* Type for data associated with a signal. */ -@Name("sigval_t") @Properties(inherit = org.bytedeco.systems.presets.linux.class) +// #ifdef __USE_POSIX199309 +@Properties(inherit = org.bytedeco.systems.presets.linux.class) public class sigval extends Pointer { static { Loader.load(); } /** Default native constructor. */ @@ -30,6 +31,6 @@ public class sigval extends Pointer { return new sigval((Pointer)this).offsetAddress(i); } - public native int sival_int(); public native sigval sival_int(int setter); - public native Pointer sival_ptr(); public native sigval sival_ptr(Pointer setter); - } + public native int sival_int(); public native sigval sival_int(int setter); + public native Pointer sival_ptr(); public native sigval sival_ptr(Pointer setter); +} diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/sockaddr.java b/systems/src/gen/java/org/bytedeco/systems/linux/sockaddr.java index 0a8795e1fe2..76cac48cbc4 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/sockaddr.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/sockaddr.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/sockaddr_storage.java b/systems/src/gen/java/org/bytedeco/systems/linux/sockaddr_storage.java index bbe35514df1..e324ff702c9 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/sockaddr_storage.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/sockaddr_storage.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/stack_t.java b/systems/src/gen/java/org/bytedeco/systems/linux/stack_t.java index 81f0ae32145..055fb77e2e5 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/stack_t.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/stack_t.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; @@ -11,8 +11,7 @@ import static org.bytedeco.systems.global.linux.*; - -/* Alternate, preferred interface. */ +/* Structure describing a signal stack. */ @Properties(inherit = org.bytedeco.systems.presets.linux.class) public class stack_t extends Pointer { static { Loader.load(); } diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/stat.java b/systems/src/gen/java/org/bytedeco/systems/linux/stat.java index f741c12b1de..83bcf4117f9 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/stat.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/stat.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; @@ -58,7 +58,7 @@ public class stat extends Pointer { public native @Cast("__blkcnt_t") long st_blocks(); public native stat st_blocks(long setter); /* Number 512-byte blocks allocated. */ // #else /* Number 512-byte blocks allocated. */ // #endif -// #if defined __USE_MISC || defined __USE_XOPEN2K8 +// #ifdef __USE_XOPEN2K8 /* Nanosecond resolution timestamps are stored in a format equivalent to 'struct timespec'. This is the type used whenever possible but the Unix namespace rules do not allow the @@ -71,8 +71,8 @@ public class stat extends Pointer { // #else // #endif // #ifdef __x86_64__ - public native @Cast("__syscall_slong_t") long __unused(int i); public native stat __unused(int i, long setter); - @MemberGetter public native @Cast("__syscall_slong_t*") SizeTPointer __unused(); + public native @Cast("__syscall_slong_t") long __glibc_reserved(int i); public native stat __glibc_reserved(int i, long setter); + @MemberGetter public native @Cast("__syscall_slong_t*") SizeTPointer __glibc_reserved(); // #else // #endif } diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/stat64.java b/systems/src/gen/java/org/bytedeco/systems/linux/stat64.java index f5684a333ee..7fbf8d8b07e 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/stat64.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/stat64.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; @@ -48,7 +48,7 @@ public class stat64 extends Pointer { // # endif public native @Cast("__blksize_t") long st_blksize(); public native stat64 st_blksize(long setter); /* Optimal block size for I/O. */ public native @Cast("__blkcnt64_t") long st_blocks(); public native stat64 st_blocks(long setter); /* Nr. 512-byte blocks allocated. */ -// # if defined __USE_MISC || defined __USE_XOPEN2K8 +// # ifdef __USE_XOPEN2K8 /* Nanosecond resolution timestamps are stored in a format equivalent to 'struct timespec'. This is the type used whenever possible but the Unix namespace rules do not allow the @@ -61,8 +61,8 @@ public class stat64 extends Pointer { // # else // # endif // # ifdef __x86_64__ - public native @Cast("__syscall_slong_t") long __unused(int i); public native stat64 __unused(int i, long setter); - @MemberGetter public native @Cast("__syscall_slong_t*") SizeTPointer __unused(); + public native @Cast("__syscall_slong_t") long __glibc_reserved(int i); public native stat64 __glibc_reserved(int i, long setter); + @MemberGetter public native @Cast("__syscall_slong_t*") SizeTPointer __glibc_reserved(); // # else // # endif } diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/sysinfo.java b/systems/src/gen/java/org/bytedeco/systems/linux/sysinfo.java index e9b591debae..4d37d3d6467 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/sysinfo.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/sysinfo.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/timespec.java b/systems/src/gen/java/org/bytedeco/systems/linux/timespec.java index 241ad6f895d..5b662cd342b 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/timespec.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/timespec.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; @@ -9,7 +9,7 @@ import static org.bytedeco.javacpp.presets.javacpp.*; import static org.bytedeco.systems.global.linux.*; - /* This defines __time_t for us. */ + /* POSIX.1b structure for a time value. This is like a `struct timeval' but has nanoseconds instead of microseconds. */ @@ -31,6 +31,16 @@ public class timespec extends Pointer { return new timespec((Pointer)this).offsetAddress(i); } - public native @Cast("__time_t") long tv_sec(); public native timespec tv_sec(long setter); /* Seconds. */ - public native @Cast("__syscall_slong_t") long tv_nsec(); public native timespec tv_nsec(long setter); /* Nanoseconds. */ - } + public native @Cast("__time_t") long tv_sec(); public native timespec tv_sec(long setter); /* Seconds. */ +// #if __WORDSIZE == 64 +// || (defined __SYSCALL_WORDSIZE && __SYSCALL_WORDSIZE == 64) +// || __TIMESIZE == 32 + public native @Cast("__syscall_slong_t") long tv_nsec(); public native timespec tv_nsec(long setter); /* Nanoseconds. */ +// #else +// # if __BYTE_ORDER == __BIG_ENDIAN + /* Padding. */ /* Nanoseconds. */ +// # else /* Nanoseconds. */ + /* Padding. */ +// # endif +// #endif +} diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/timeval.java b/systems/src/gen/java/org/bytedeco/systems/linux/timeval.java index 5360448d23c..632bb4f2614 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/timeval.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/timeval.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; @@ -31,6 +31,6 @@ public class timeval extends Pointer { return new timeval((Pointer)this).offsetAddress(i); } - public native @Cast("__time_t") long tv_sec(); public native timeval tv_sec(long setter); /* Seconds. */ - public native @Cast("__suseconds_t") long tv_usec(); public native timeval tv_usec(long setter); /* Microseconds. */ - } + public native @Cast("__time_t") long tv_sec(); public native timeval tv_sec(long setter); /* Seconds. */ + public native @Cast("__suseconds_t") long tv_usec(); public native timeval tv_usec(long setter); /* Microseconds. */ +} diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/timezone.java b/systems/src/gen/java/org/bytedeco/systems/linux/timezone.java index b605d8fd889..17f02ed5206 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/timezone.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/timezone.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; @@ -13,7 +13,7 @@ // #endif -// #ifdef __USE_BSD +// #ifdef __USE_MISC /* Structure crudely representing a timezone. This is obsolete and should never be used. */ @Name("struct timezone") @Properties(inherit = org.bytedeco.systems.presets.linux.class) diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/tm.java b/systems/src/gen/java/org/bytedeco/systems/linux/tm.java index bd76e87b786..4dedddad551 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/tm.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/tm.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; @@ -11,9 +11,7 @@ import static org.bytedeco.systems.global.linux.*; - -// #ifdef _TIME_H -/* Used by other time functions. */ +/* ISO C `broken-down time' structure. */ @Properties(inherit = org.bytedeco.systems.presets.linux.class) public class tm extends Pointer { static { Loader.load(); } @@ -42,7 +40,7 @@ public class tm extends Pointer { public native int tm_yday(); public native tm tm_yday(int setter); /* Days in year.[0-365] */ public native int tm_isdst(); public native tm tm_isdst(int setter); /* DST. [-1/0/1]*/ -// # ifdef __USE_BSD +// # ifdef __USE_MISC public native long tm_gmtoff(); public native tm tm_gmtoff(long setter); /* Seconds east of UTC. */ public native @Cast("const char*") BytePointer tm_zone(); public native tm tm_zone(BytePointer setter); /* Timezone abbreviation. */ // # else diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/ucontext_t.java b/systems/src/gen/java/org/bytedeco/systems/linux/ucontext_t.java index b3956b87a1a..c49e29be17c 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/ucontext_t.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/ucontext_t.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; @@ -36,4 +36,6 @@ public class ucontext_t extends Pointer { public native @ByRef mcontext_t uc_mcontext(); public native ucontext_t uc_mcontext(mcontext_t setter); public native @ByRef sigset_t uc_sigmask(); public native ucontext_t uc_sigmask(sigset_t setter); public native @ByRef @Cast("_libc_fpstate*") Pointer __fpregs_mem(); public native ucontext_t __fpregs_mem(Pointer setter); + public native @Cast("unsigned long long int") long __ssp(int i); public native ucontext_t __ssp(int i, long setter); + @MemberGetter public native @Cast("unsigned long long int*") LongPointer __ssp(); } diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/ucred.java b/systems/src/gen/java/org/bytedeco/systems/linux/ucred.java index 27f4130c328..683fc287e5f 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/ucred.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/ucred.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; diff --git a/systems/src/gen/java/org/bytedeco/systems/linux/utimbuf.java b/systems/src/gen/java/org/bytedeco/systems/linux/utimbuf.java index 46498543d88..cb95a23f9ad 100644 --- a/systems/src/gen/java/org/bytedeco/systems/linux/utimbuf.java +++ b/systems/src/gen/java/org/bytedeco/systems/linux/utimbuf.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.linux; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/Arg1_int.java b/systems/src/gen/java/org/bytedeco/systems/macosx/Arg1_int.java index 952c0395801..5bbd5e18a5f 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/Arg1_int.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/Arg1_int.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/Dl_info.java b/systems/src/gen/java/org/bytedeco/systems/macosx/Dl_info.java index 998d592296a..2263b6cede0 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/Dl_info.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/Dl_info.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/_Nonnull.java b/systems/src/gen/java/org/bytedeco/systems/macosx/_Nonnull.java index f1c1918e947..21877462136 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/_Nonnull.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/_Nonnull.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/_Nonnull__compar_Pointer_Pointer.java b/systems/src/gen/java/org/bytedeco/systems/macosx/_Nonnull__compar_Pointer_Pointer.java index bc4208014ce..decf69a5303 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/_Nonnull__compar_Pointer_Pointer.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/_Nonnull__compar_Pointer_Pointer.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/_Nonnull__compar_Pointer_Pointer_Pointer.java b/systems/src/gen/java/org/bytedeco/systems/macosx/_Nonnull__compar_Pointer_Pointer_Pointer.java index a576d180bb3..f4f11f2414c 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/_Nonnull__compar_Pointer_Pointer_Pointer.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/_Nonnull__compar_Pointer_Pointer_Pointer.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/__nl_cat_d.java b/systems/src/gen/java/org/bytedeco/systems/macosx/__nl_cat_d.java index ac5cb3a3fbd..86813e2af94 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/__nl_cat_d.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/__nl_cat_d.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/__sigaction.java b/systems/src/gen/java/org/bytedeco/systems/macosx/__sigaction.java index e9a1da03d73..879e3b5e84d 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/__sigaction.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/__sigaction.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/__sigaction_u.java b/systems/src/gen/java/org/bytedeco/systems/macosx/__sigaction_u.java index c43866737ef..dc4a5442e0d 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/__sigaction_u.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/__sigaction_u.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/__sockaddr_header.java b/systems/src/gen/java/org/bytedeco/systems/macosx/__sockaddr_header.java new file mode 100644 index 00000000000..ddfb457fa52 --- /dev/null +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/__sockaddr_header.java @@ -0,0 +1,39 @@ +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE + +package org.bytedeco.systems.macosx; + +import java.nio.*; +import org.bytedeco.javacpp.*; +import org.bytedeco.javacpp.annotation.*; + +import static org.bytedeco.javacpp.presets.javacpp.*; + +import static org.bytedeco.systems.global.macosx.*; + + +/* + * Least amount of information that a sockaddr requires. + * Sockaddr_header is a compatible prefix structure of + * all sockaddr objects. + */ +@Properties(inherit = org.bytedeco.systems.presets.macosx.class) +public class __sockaddr_header extends Pointer { + static { Loader.load(); } + /** Default native constructor. */ + public __sockaddr_header() { super((Pointer)null); allocate(); } + /** Native array allocator. Access with {@link Pointer#position(long)}. */ + public __sockaddr_header(long size) { super((Pointer)null); allocateArray(size); } + /** Pointer cast constructor. Invokes {@link Pointer#Pointer(Pointer)}. */ + public __sockaddr_header(Pointer p) { super(p); } + private native void allocate(); + private native void allocateArray(long size); + @Override public __sockaddr_header position(long position) { + return (__sockaddr_header)super.position(position); + } + @Override public __sockaddr_header getPointer(long i) { + return new __sockaddr_header((Pointer)this).offsetAddress(i); + } + + public native @Cast("__uint8_t") byte sa_len(); public native __sockaddr_header sa_len(byte setter); + public native @Cast("sa_family_t") byte sa_family(); public native __sockaddr_header sa_family(byte setter); +} diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/_filesec.java b/systems/src/gen/java/org/bytedeco/systems/macosx/_filesec.java index 3f29cf37c4a..0b93b55b5b0 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/_filesec.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/_filesec.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/_xlocale.java b/systems/src/gen/java/org/bytedeco/systems/macosx/_xlocale.java index abe4d7db940..a7db83f3d9f 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/_xlocale.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/_xlocale.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/accessx_descriptor.java b/systems/src/gen/java/org/bytedeco/systems/macosx/accessx_descriptor.java index 347c408dfca..1123cfdf7ef 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/accessx_descriptor.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/accessx_descriptor.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/clockinfo.java b/systems/src/gen/java/org/bytedeco/systems/macosx/clockinfo.java index 48044c75845..7cd8a2e4a34 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/clockinfo.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/clockinfo.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/cmsghdr.java b/systems/src/gen/java/org/bytedeco/systems/macosx/cmsghdr.java index bd14114c461..562373f14f8 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/cmsghdr.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/cmsghdr.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/ctlname.java b/systems/src/gen/java/org/bytedeco/systems/macosx/ctlname.java index 4ea7d4ac92d..758db3cfe4e 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/ctlname.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/ctlname.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/div_t.java b/systems/src/gen/java/org/bytedeco/systems/macosx/div_t.java index 30a462f7fe4..b0171e48971 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/div_t.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/div_t.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/fssearchblock.java b/systems/src/gen/java/org/bytedeco/systems/macosx/fssearchblock.java index 0e60616258a..7dc1ea1eae3 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/fssearchblock.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/fssearchblock.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/group.java b/systems/src/gen/java/org/bytedeco/systems/macosx/group.java index 2735fcfa4ed..621635815f8 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/group.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/group.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/iovec.java b/systems/src/gen/java/org/bytedeco/systems/macosx/iovec.java index 29e78c753e7..f20383823aa 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/iovec.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/iovec.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/ipc_perm.java b/systems/src/gen/java/org/bytedeco/systems/macosx/ipc_perm.java index b748ac1faf4..b498249e16c 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/ipc_perm.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/ipc_perm.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/itimerval.java b/systems/src/gen/java/org/bytedeco/systems/macosx/itimerval.java index 4ca45643544..7d6b998093b 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/itimerval.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/itimerval.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/lconv.java b/systems/src/gen/java/org/bytedeco/systems/macosx/lconv.java index 36e832630bf..16da28e10f9 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/lconv.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/lconv.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/ldiv_t.java b/systems/src/gen/java/org/bytedeco/systems/macosx/ldiv_t.java index a9b605dda87..4b4c4d2c3b5 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/ldiv_t.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/ldiv_t.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/linger.java b/systems/src/gen/java/org/bytedeco/systems/macosx/linger.java index 0c969d56044..f8c75b74cda 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/linger.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/linger.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/lldiv_t.java b/systems/src/gen/java/org/bytedeco/systems/macosx/lldiv_t.java index 4de395799ce..430e67ce2c0 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/lldiv_t.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/lldiv_t.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/msghdr.java b/systems/src/gen/java/org/bytedeco/systems/macosx/msghdr.java index 30d2c0cbbf9..bc378af2db6 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/msghdr.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/msghdr.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/ostat.java b/systems/src/gen/java/org/bytedeco/systems/macosx/ostat.java index 17f3962be99..81721cba72a 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/ostat.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/ostat.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/passwd.java b/systems/src/gen/java/org/bytedeco/systems/macosx/passwd.java index 6f43f1e7b66..b86142a316e 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/passwd.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/passwd.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/pollfd.java b/systems/src/gen/java/org/bytedeco/systems/macosx/pollfd.java index 682b44aaed8..eafe6bf8e09 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/pollfd.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/pollfd.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/posix_cred.java b/systems/src/gen/java/org/bytedeco/systems/macosx/posix_cred.java index ec9706e8db4..5bf5c8f2d5e 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/posix_cred.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/posix_cred.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/posix_spawn_file_actions_t.java b/systems/src/gen/java/org/bytedeco/systems/macosx/posix_spawn_file_actions_t.java index 70d90926d12..dbb37ecaa7e 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/posix_spawn_file_actions_t.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/posix_spawn_file_actions_t.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/posix_spawnattr_t.java b/systems/src/gen/java/org/bytedeco/systems/macosx/posix_spawnattr_t.java index 3c8dd5e922a..08f7daf3536 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/posix_spawnattr_t.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/posix_spawnattr_t.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/proc_rlimit_control_wakeupmon.java b/systems/src/gen/java/org/bytedeco/systems/macosx/proc_rlimit_control_wakeupmon.java index 48d55c64487..1e389aca6a5 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/proc_rlimit_control_wakeupmon.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/proc_rlimit_control_wakeupmon.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/rlimit.java b/systems/src/gen/java/org/bytedeco/systems/macosx/rlimit.java index 46994a7fcda..8589177bec5 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/rlimit.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/rlimit.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/rusage.java b/systems/src/gen/java/org/bytedeco/systems/macosx/rusage.java index edb64a8fd61..cc9ee99ecb8 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/rusage.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/rusage.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_current.java b/systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_current.java index ef0abbaef4d..b1f27fcafff 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_current.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_current.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_t.java b/systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_t.java index 4796abb0731..1d5ee22fef1 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_t.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_t.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_v0.java b/systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_v0.java index 6caf65a1a62..f6e753c1d6f 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_v0.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_v0.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_v1.java b/systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_v1.java index c08d355d366..a848366d602 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_v1.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_v1.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_v2.java b/systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_v2.java index cef1568ac37..24bfe1d6ef5 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_v2.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_v2.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_v3.java b/systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_v3.java index 080083e021d..c40163e68fa 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_v3.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_v3.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_v4.java b/systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_v4.java index 22f1ba3a8a6..190e1f30905 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_v4.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_v4.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_v5.java b/systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_v5.java index e75729f3b3e..cf50d47fa87 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_v5.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_v5.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_v6.java b/systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_v6.java new file mode 100644 index 00000000000..ba0d02b1690 --- /dev/null +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/rusage_info_v6.java @@ -0,0 +1,78 @@ +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE + +package org.bytedeco.systems.macosx; + +import java.nio.*; +import org.bytedeco.javacpp.*; +import org.bytedeco.javacpp.annotation.*; + +import static org.bytedeco.javacpp.presets.javacpp.*; + +import static org.bytedeco.systems.global.macosx.*; + + +@Properties(inherit = org.bytedeco.systems.presets.macosx.class) +public class rusage_info_v6 extends Pointer { + static { Loader.load(); } + /** Default native constructor. */ + public rusage_info_v6() { super((Pointer)null); allocate(); } + /** Native array allocator. Access with {@link Pointer#position(long)}. */ + public rusage_info_v6(long size) { super((Pointer)null); allocateArray(size); } + /** Pointer cast constructor. Invokes {@link Pointer#Pointer(Pointer)}. */ + public rusage_info_v6(Pointer p) { super(p); } + private native void allocate(); + private native void allocateArray(long size); + @Override public rusage_info_v6 position(long position) { + return (rusage_info_v6)super.position(position); + } + @Override public rusage_info_v6 getPointer(long i) { + return new rusage_info_v6((Pointer)this).offsetAddress(i); + } + + public native @Cast("uint8_t") byte ri_uuid(int i); public native rusage_info_v6 ri_uuid(int i, byte setter); + @MemberGetter public native @Cast("uint8_t*") BytePointer ri_uuid(); + public native @Cast("uint64_t") long ri_user_time(); public native rusage_info_v6 ri_user_time(long setter); + public native @Cast("uint64_t") long ri_system_time(); public native rusage_info_v6 ri_system_time(long setter); + public native @Cast("uint64_t") long ri_pkg_idle_wkups(); public native rusage_info_v6 ri_pkg_idle_wkups(long setter); + public native @Cast("uint64_t") long ri_interrupt_wkups(); public native rusage_info_v6 ri_interrupt_wkups(long setter); + public native @Cast("uint64_t") long ri_pageins(); public native rusage_info_v6 ri_pageins(long setter); + public native @Cast("uint64_t") long ri_wired_size(); public native rusage_info_v6 ri_wired_size(long setter); + public native @Cast("uint64_t") long ri_resident_size(); public native rusage_info_v6 ri_resident_size(long setter); + public native @Cast("uint64_t") long ri_phys_footprint(); public native rusage_info_v6 ri_phys_footprint(long setter); + public native @Cast("uint64_t") long ri_proc_start_abstime(); public native rusage_info_v6 ri_proc_start_abstime(long setter); + public native @Cast("uint64_t") long ri_proc_exit_abstime(); public native rusage_info_v6 ri_proc_exit_abstime(long setter); + public native @Cast("uint64_t") long ri_child_user_time(); public native rusage_info_v6 ri_child_user_time(long setter); + public native @Cast("uint64_t") long ri_child_system_time(); public native rusage_info_v6 ri_child_system_time(long setter); + public native @Cast("uint64_t") long ri_child_pkg_idle_wkups(); public native rusage_info_v6 ri_child_pkg_idle_wkups(long setter); + public native @Cast("uint64_t") long ri_child_interrupt_wkups(); public native rusage_info_v6 ri_child_interrupt_wkups(long setter); + public native @Cast("uint64_t") long ri_child_pageins(); public native rusage_info_v6 ri_child_pageins(long setter); + public native @Cast("uint64_t") long ri_child_elapsed_abstime(); public native rusage_info_v6 ri_child_elapsed_abstime(long setter); + public native @Cast("uint64_t") long ri_diskio_bytesread(); public native rusage_info_v6 ri_diskio_bytesread(long setter); + public native @Cast("uint64_t") long ri_diskio_byteswritten(); public native rusage_info_v6 ri_diskio_byteswritten(long setter); + public native @Cast("uint64_t") long ri_cpu_time_qos_default(); public native rusage_info_v6 ri_cpu_time_qos_default(long setter); + public native @Cast("uint64_t") long ri_cpu_time_qos_maintenance(); public native rusage_info_v6 ri_cpu_time_qos_maintenance(long setter); + public native @Cast("uint64_t") long ri_cpu_time_qos_background(); public native rusage_info_v6 ri_cpu_time_qos_background(long setter); + public native @Cast("uint64_t") long ri_cpu_time_qos_utility(); public native rusage_info_v6 ri_cpu_time_qos_utility(long setter); + public native @Cast("uint64_t") long ri_cpu_time_qos_legacy(); public native rusage_info_v6 ri_cpu_time_qos_legacy(long setter); + public native @Cast("uint64_t") long ri_cpu_time_qos_user_initiated(); public native rusage_info_v6 ri_cpu_time_qos_user_initiated(long setter); + public native @Cast("uint64_t") long ri_cpu_time_qos_user_interactive(); public native rusage_info_v6 ri_cpu_time_qos_user_interactive(long setter); + public native @Cast("uint64_t") long ri_billed_system_time(); public native rusage_info_v6 ri_billed_system_time(long setter); + public native @Cast("uint64_t") long ri_serviced_system_time(); public native rusage_info_v6 ri_serviced_system_time(long setter); + public native @Cast("uint64_t") long ri_logical_writes(); public native rusage_info_v6 ri_logical_writes(long setter); + public native @Cast("uint64_t") long ri_lifetime_max_phys_footprint(); public native rusage_info_v6 ri_lifetime_max_phys_footprint(long setter); + public native @Cast("uint64_t") long ri_instructions(); public native rusage_info_v6 ri_instructions(long setter); + public native @Cast("uint64_t") long ri_cycles(); public native rusage_info_v6 ri_cycles(long setter); + public native @Cast("uint64_t") long ri_billed_energy(); public native rusage_info_v6 ri_billed_energy(long setter); + public native @Cast("uint64_t") long ri_serviced_energy(); public native rusage_info_v6 ri_serviced_energy(long setter); + public native @Cast("uint64_t") long ri_interval_max_phys_footprint(); public native rusage_info_v6 ri_interval_max_phys_footprint(long setter); + public native @Cast("uint64_t") long ri_runnable_time(); public native rusage_info_v6 ri_runnable_time(long setter); + public native @Cast("uint64_t") long ri_flags(); public native rusage_info_v6 ri_flags(long setter); + public native @Cast("uint64_t") long ri_user_ptime(); public native rusage_info_v6 ri_user_ptime(long setter); + public native @Cast("uint64_t") long ri_system_ptime(); public native rusage_info_v6 ri_system_ptime(long setter); + public native @Cast("uint64_t") long ri_pinstructions(); public native rusage_info_v6 ri_pinstructions(long setter); + public native @Cast("uint64_t") long ri_pcycles(); public native rusage_info_v6 ri_pcycles(long setter); + public native @Cast("uint64_t") long ri_energy_nj(); public native rusage_info_v6 ri_energy_nj(long setter); + public native @Cast("uint64_t") long ri_penergy_nj(); public native rusage_info_v6 ri_penergy_nj(long setter); + public native @Cast("uint64_t") long ri_reserved(int i); public native rusage_info_v6 ri_reserved(int i, long setter); + @MemberGetter public native @Cast("uint64_t*") LongPointer ri_reserved(); +} diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/sa_endpoints_t.java b/systems/src/gen/java/org/bytedeco/systems/macosx/sa_endpoints_t.java index 871b9de8adb..ed52e25ac59 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/sa_endpoints_t.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/sa_endpoints_t.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/sched_param.java b/systems/src/gen/java/org/bytedeco/systems/macosx/sched_param.java index 4eadcc059c1..376de38bcf2 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/sched_param.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/sched_param.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/searchstate.java b/systems/src/gen/java/org/bytedeco/systems/macosx/searchstate.java index 27e4cdbf8f0..de7a79357ec 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/searchstate.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/searchstate.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/sf_hdtr.java b/systems/src/gen/java/org/bytedeco/systems/macosx/sf_hdtr.java index d42c93f107a..0f0679fda43 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/sf_hdtr.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/sf_hdtr.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/sig_t.java b/systems/src/gen/java/org/bytedeco/systems/macosx/sig_t.java index 388dee4497a..97957005b7e 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/sig_t.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/sig_t.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/sigaction.java b/systems/src/gen/java/org/bytedeco/systems/macosx/sigaction.java index 8836915eeac..d4766390658 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/sigaction.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/sigaction.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/sigevent.java b/systems/src/gen/java/org/bytedeco/systems/macosx/sigevent.java index a426a3726f8..78309468ac4 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/sigevent.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/sigevent.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/siginfo_t.java b/systems/src/gen/java/org/bytedeco/systems/macosx/siginfo_t.java index af3192f3352..304512882f1 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/siginfo_t.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/siginfo_t.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/sigstack.java b/systems/src/gen/java/org/bytedeco/systems/macosx/sigstack.java index 114826f3b66..c3a0b3217d5 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/sigstack.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/sigstack.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/sigval.java b/systems/src/gen/java/org/bytedeco/systems/macosx/sigval.java index f3fc05ab2d5..32f2437e258 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/sigval.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/sigval.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/sigvec.java b/systems/src/gen/java/org/bytedeco/systems/macosx/sigvec.java index 08cd61992d7..61845a89afa 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/sigvec.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/sigvec.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/so_np_extensions.java b/systems/src/gen/java/org/bytedeco/systems/macosx/so_np_extensions.java index 72915a98afb..f3a8a3dd3fb 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/so_np_extensions.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/so_np_extensions.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/sockaddr.java b/systems/src/gen/java/org/bytedeco/systems/macosx/sockaddr.java index 4d71e87a7d2..af2bc1ec0f1 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/sockaddr.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/sockaddr.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; @@ -35,6 +35,9 @@ public class sockaddr extends Pointer { public native @Cast("__uint8_t") byte sa_len(); public native sockaddr sa_len(byte setter); /* total length */ public native @Cast("sa_family_t") byte sa_family(); public native sockaddr sa_family(byte setter); /* [XSI] address family */ +// #if __has_ptrcheck public native @Cast("char") byte sa_data(int i); public native sockaddr sa_data(int i, byte setter); - @MemberGetter public native @Cast("char*") BytePointer sa_data(); /* [XSI] addr value (actually larger) */ + @MemberGetter public native @Cast("char*") BytePointer sa_data(); +// #else /* [XSI] addr value (actually smaller or larger) */ +// #endif } diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/sockaddr_storage.java b/systems/src/gen/java/org/bytedeco/systems/macosx/sockaddr_storage.java index 388197c6584..f5bf18fd992 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/sockaddr_storage.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/sockaddr_storage.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/sockproto.java b/systems/src/gen/java/org/bytedeco/systems/macosx/sockproto.java index 595287a5f54..27d51e82c1c 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/sockproto.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/sockproto.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/stack_t.java b/systems/src/gen/java/org/bytedeco/systems/macosx/stack_t.java index 0df68890c4a..5cd46291ed4 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/stack_t.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/stack_t.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/stat.java b/systems/src/gen/java/org/bytedeco/systems/macosx/stat.java index 8e3eff886fd..5edb0855eab 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/stat.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/stat.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/stat64.java b/systems/src/gen/java/org/bytedeco/systems/macosx/stat64.java index ad77a17aad7..a32a576640b 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/stat64.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/stat64.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/timespec.java b/systems/src/gen/java/org/bytedeco/systems/macosx/timespec.java index b0113bf1d69..9ce34905ea2 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/timespec.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/timespec.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/timeval.java b/systems/src/gen/java/org/bytedeco/systems/macosx/timeval.java index 50838ca07d0..e60d87026e4 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/timeval.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/timeval.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/timezone.java b/systems/src/gen/java/org/bytedeco/systems/macosx/timezone.java index 00ac8abff37..881db88bd26 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/timezone.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/timezone.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/tm.java b/systems/src/gen/java/org/bytedeco/systems/macosx/tm.java index bf297cab1e9..a6baffce8dc 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/tm.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/tm.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/ucred.java b/systems/src/gen/java/org/bytedeco/systems/macosx/ucred.java index 635abf8b6f8..14c54177ef0 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/ucred.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/ucred.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/utimbuf.java b/systems/src/gen/java/org/bytedeco/systems/macosx/utimbuf.java index a533f00386a..fb62337aa90 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/utimbuf.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/utimbuf.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/macosx/wait.java b/systems/src/gen/java/org/bytedeco/systems/macosx/wait.java index 2904996931a..c6090db213a 100644 --- a/systems/src/gen/java/org/bytedeco/systems/macosx/wait.java +++ b/systems/src/gen/java/org/bytedeco/systems/macosx/wait.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.macosx; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_ALLOWED_ACE.java b/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_ALLOWED_ACE.java index 3171246d9a5..74faa167fc7 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_ALLOWED_ACE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_ALLOWED_ACE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_ALLOWED_CALLBACK_ACE.java b/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_ALLOWED_CALLBACK_ACE.java index 24d3573851d..e557469d794 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_ALLOWED_CALLBACK_ACE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_ALLOWED_CALLBACK_ACE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_ALLOWED_CALLBACK_OBJECT_ACE.java b/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_ALLOWED_CALLBACK_OBJECT_ACE.java index ce701c90b1d..e284a2a47eb 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_ALLOWED_CALLBACK_OBJECT_ACE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_ALLOWED_CALLBACK_OBJECT_ACE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_ALLOWED_OBJECT_ACE.java b/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_ALLOWED_OBJECT_ACE.java index 85d8789c239..ab39165fc43 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_ALLOWED_OBJECT_ACE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_ALLOWED_OBJECT_ACE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_DENIED_ACE.java b/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_DENIED_ACE.java index 0f63fc3af2a..8884fcfcdca 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_DENIED_ACE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_DENIED_ACE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_DENIED_CALLBACK_ACE.java b/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_DENIED_CALLBACK_ACE.java index 592462fe77f..2d089ceb84d 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_DENIED_CALLBACK_ACE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_DENIED_CALLBACK_ACE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_DENIED_CALLBACK_OBJECT_ACE.java b/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_DENIED_CALLBACK_OBJECT_ACE.java index 5b01c3d8feb..5fc5ff5844a 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_DENIED_CALLBACK_OBJECT_ACE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_DENIED_CALLBACK_OBJECT_ACE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_DENIED_OBJECT_ACE.java b/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_DENIED_OBJECT_ACE.java index af15af99df6..d74f7e75f1d 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_DENIED_OBJECT_ACE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_DENIED_OBJECT_ACE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_REASONS.java b/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_REASONS.java index fa3f6aa422e..1de91bfb1b0 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_REASONS.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ACCESS_REASONS.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ACE_HEADER.java b/systems/src/gen/java/org/bytedeco/systems/windows/ACE_HEADER.java index 61a25cbf1b1..b2c58d63d0a 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ACE_HEADER.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ACE_HEADER.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ACL.java b/systems/src/gen/java/org/bytedeco/systems/windows/ACL.java index 42d0684304c..9e33523d340 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ACL.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ACL.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ACL_REVISION_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/ACL_REVISION_INFORMATION.java index f78945266b0..a5dd3ff0d2d 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ACL_REVISION_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ACL_REVISION_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ACL_SIZE_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/ACL_SIZE_INFORMATION.java index b3afd8850f4..8377d62698a 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ACL_SIZE_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ACL_SIZE_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ACTCTXA.java b/systems/src/gen/java/org/bytedeco/systems/windows/ACTCTXA.java index d5a6d0f9e68..7af3b8717bc 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ACTCTXA.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ACTCTXA.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ACTCTXW.java b/systems/src/gen/java/org/bytedeco/systems/windows/ACTCTXW.java index c3c56adbc12..3c87d286902 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ACTCTXW.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ACTCTXW.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ACTCTX_SECTION_KEYED_DATA.java b/systems/src/gen/java/org/bytedeco/systems/windows/ACTCTX_SECTION_KEYED_DATA.java index 4843864a48f..0e2f534cc42 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ACTCTX_SECTION_KEYED_DATA.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ACTCTX_SECTION_KEYED_DATA.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ACTCTX_SECTION_KEYED_DATA_2600.java b/systems/src/gen/java/org/bytedeco/systems/windows/ACTCTX_SECTION_KEYED_DATA_2600.java index 487e5951321..aea2056461e 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ACTCTX_SECTION_KEYED_DATA_2600.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ACTCTX_SECTION_KEYED_DATA_2600.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA.java b/systems/src/gen/java/org/bytedeco/systems/windows/ACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA.java index 044edfdeba6..0b30dd963f8 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ACTCTX_SECTION_KEYED_DATA_ASSEMBLY_METADATA.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION.java index af0a44470a0..e9954fbfdb0 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ACTIVATION_CONTEXT_BASIC_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/ACTIVATION_CONTEXT_BASIC_INFORMATION.java index 568e20eb54f..79ed1e61e8d 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ACTIVATION_CONTEXT_BASIC_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ACTIVATION_CONTEXT_BASIC_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ACTIVATION_CONTEXT_COMPATIBILITY_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/ACTIVATION_CONTEXT_COMPATIBILITY_INFORMATION.java index 4457d2d2ea1..19f8817652f 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ACTIVATION_CONTEXT_COMPATIBILITY_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ACTIVATION_CONTEXT_COMPATIBILITY_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ACTIVATION_CONTEXT_DETAILED_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/ACTIVATION_CONTEXT_DETAILED_INFORMATION.java index f766026063d..04dd97eea5f 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ACTIVATION_CONTEXT_DETAILED_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ACTIVATION_CONTEXT_DETAILED_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ACTIVATION_CONTEXT_QUERY_INDEX.java b/systems/src/gen/java/org/bytedeco/systems/windows/ACTIVATION_CONTEXT_QUERY_INDEX.java index 704e23b5a57..116a82e1433 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ACTIVATION_CONTEXT_QUERY_INDEX.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ACTIVATION_CONTEXT_QUERY_INDEX.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/ACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION.java index fb1e2f4fdc6..2f60654a62a 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ADMINISTRATOR_POWER_POLICY.java b/systems/src/gen/java/org/bytedeco/systems/windows/ADMINISTRATOR_POWER_POLICY.java index d8a9b1c4684..ca9822bda24 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ADMINISTRATOR_POWER_POLICY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ADMINISTRATOR_POWER_POLICY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ANON_OBJECT_HEADER.java b/systems/src/gen/java/org/bytedeco/systems/windows/ANON_OBJECT_HEADER.java index 16cf1e84cb9..6327f7fcca6 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ANON_OBJECT_HEADER.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ANON_OBJECT_HEADER.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ANON_OBJECT_HEADER_BIGOBJ.java b/systems/src/gen/java/org/bytedeco/systems/windows/ANON_OBJECT_HEADER_BIGOBJ.java index aef8b3d8e51..92386fb1c45 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ANON_OBJECT_HEADER_BIGOBJ.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ANON_OBJECT_HEADER_BIGOBJ.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ANON_OBJECT_HEADER_V2.java b/systems/src/gen/java/org/bytedeco/systems/windows/ANON_OBJECT_HEADER_V2.java index 5584308822a..a6fd1552064 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ANON_OBJECT_HEADER_V2.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ANON_OBJECT_HEADER_V2.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/APC_CALLBACK_FUNCTION.java b/systems/src/gen/java/org/bytedeco/systems/windows/APC_CALLBACK_FUNCTION.java index 24b9f48f5fb..669c4ddd19a 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/APC_CALLBACK_FUNCTION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/APC_CALLBACK_FUNCTION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/APPLICATIONLAUNCH_SETTING_VALUE.java b/systems/src/gen/java/org/bytedeco/systems/windows/APPLICATIONLAUNCH_SETTING_VALUE.java index ea02bd96716..9954dca34ee 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/APPLICATIONLAUNCH_SETTING_VALUE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/APPLICATIONLAUNCH_SETTING_VALUE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/APPLICATION_RECOVERY_CALLBACK.java b/systems/src/gen/java/org/bytedeco/systems/windows/APPLICATION_RECOVERY_CALLBACK.java index 8a121c136ef..ffeded82412 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/APPLICATION_RECOVERY_CALLBACK.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/APPLICATION_RECOVERY_CALLBACK.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ASSEMBLY_FILE_DETAILED_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/ASSEMBLY_FILE_DETAILED_INFORMATION.java index 4949a2aeb7a..16373addfa6 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ASSEMBLY_FILE_DETAILED_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ASSEMBLY_FILE_DETAILED_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/BATTERY_REPORTING_SCALE.java b/systems/src/gen/java/org/bytedeco/systems/windows/BATTERY_REPORTING_SCALE.java index d501e39ebae..e8178186058 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/BATTERY_REPORTING_SCALE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/BATTERY_REPORTING_SCALE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/BY_HANDLE_FILE_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/BY_HANDLE_FILE_INFORMATION.java index ebc5780e201..92626972816 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/BY_HANDLE_FILE_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/BY_HANDLE_FILE_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/CACHE_DESCRIPTOR.java b/systems/src/gen/java/org/bytedeco/systems/windows/CACHE_DESCRIPTOR.java index 2ee50d24495..6d8f4463d79 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/CACHE_DESCRIPTOR.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/CACHE_DESCRIPTOR.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/CACHE_RELATIONSHIP.java b/systems/src/gen/java/org/bytedeco/systems/windows/CACHE_RELATIONSHIP.java index 6318b9ead0d..1d41136b876 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/CACHE_RELATIONSHIP.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/CACHE_RELATIONSHIP.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/CLAIM_SECURITY_ATTRIBUTES_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/CLAIM_SECURITY_ATTRIBUTES_INFORMATION.java index 533ee092415..335b77e7e42 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/CLAIM_SECURITY_ATTRIBUTES_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/CLAIM_SECURITY_ATTRIBUTES_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/CLAIM_SECURITY_ATTRIBUTE_FQBN_VALUE.java b/systems/src/gen/java/org/bytedeco/systems/windows/CLAIM_SECURITY_ATTRIBUTE_FQBN_VALUE.java index 5e6dd781166..fa58228a737 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/CLAIM_SECURITY_ATTRIBUTE_FQBN_VALUE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/CLAIM_SECURITY_ATTRIBUTE_FQBN_VALUE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE.java b/systems/src/gen/java/org/bytedeco/systems/windows/CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE.java index a7691364703..6ff3e2d6d18 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1.java b/systems/src/gen/java/org/bytedeco/systems/windows/CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1.java index 0711b94e958..6ec1cb05d57 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/CLAIM_SECURITY_ATTRIBUTE_V1.java b/systems/src/gen/java/org/bytedeco/systems/windows/CLAIM_SECURITY_ATTRIBUTE_V1.java index 6a273927cac..b05e79a042d 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/CLAIM_SECURITY_ATTRIBUTE_V1.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/CLAIM_SECURITY_ATTRIBUTE_V1.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/CM_POWER_DATA.java b/systems/src/gen/java/org/bytedeco/systems/windows/CM_POWER_DATA.java index 99f964ee90f..dbd3253874b 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/CM_POWER_DATA.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/CM_POWER_DATA.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/COMMCONFIG.java b/systems/src/gen/java/org/bytedeco/systems/windows/COMMCONFIG.java index 50db2c5aaea..b80be5c2942 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/COMMCONFIG.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/COMMCONFIG.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/COMMPROP.java b/systems/src/gen/java/org/bytedeco/systems/windows/COMMPROP.java index cdfc1a366c4..b5ec57bea02 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/COMMPROP.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/COMMPROP.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/COMMTIMEOUTS.java b/systems/src/gen/java/org/bytedeco/systems/windows/COMMTIMEOUTS.java index e09c7f4166b..bbacb25c073 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/COMMTIMEOUTS.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/COMMTIMEOUTS.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/COMPATIBILITY_CONTEXT_ELEMENT.java b/systems/src/gen/java/org/bytedeco/systems/windows/COMPATIBILITY_CONTEXT_ELEMENT.java index 354c9522f97..fef5a68cfb9 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/COMPATIBILITY_CONTEXT_ELEMENT.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/COMPATIBILITY_CONTEXT_ELEMENT.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/COMSTAT.java b/systems/src/gen/java/org/bytedeco/systems/windows/COMSTAT.java index 448e77867d8..35276cb732a 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/COMSTAT.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/COMSTAT.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/CONTEXT.java b/systems/src/gen/java/org/bytedeco/systems/windows/CONTEXT.java index 67d8dacd25f..f63ddaf1403 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/CONTEXT.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/CONTEXT.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/COPYFILE2_EXTENDED_PARAMETERS.java b/systems/src/gen/java/org/bytedeco/systems/windows/COPYFILE2_EXTENDED_PARAMETERS.java index 16720d5a374..811b5cdd175 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/COPYFILE2_EXTENDED_PARAMETERS.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/COPYFILE2_EXTENDED_PARAMETERS.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/COPYFILE2_MESSAGE.java b/systems/src/gen/java/org/bytedeco/systems/windows/COPYFILE2_MESSAGE.java index 7bd62c7ffa2..5873e486e01 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/COPYFILE2_MESSAGE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/COPYFILE2_MESSAGE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/CREATE_PROCESS_DEBUG_INFO.java b/systems/src/gen/java/org/bytedeco/systems/windows/CREATE_PROCESS_DEBUG_INFO.java index e6dba2b7124..a8707af3833 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/CREATE_PROCESS_DEBUG_INFO.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/CREATE_PROCESS_DEBUG_INFO.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/CREATE_THREAD_DEBUG_INFO.java b/systems/src/gen/java/org/bytedeco/systems/windows/CREATE_THREAD_DEBUG_INFO.java index 07eb165305d..6a9ab397aeb 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/CREATE_THREAD_DEBUG_INFO.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/CREATE_THREAD_DEBUG_INFO.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/DCB.java b/systems/src/gen/java/org/bytedeco/systems/windows/DCB.java index 6c9d4b0445f..f2e97c0f2e1 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/DCB.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/DCB.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/DEBUG_EVENT.java b/systems/src/gen/java/org/bytedeco/systems/windows/DEBUG_EVENT.java index aac25be6f43..a52c3d60463 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/DEBUG_EVENT.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/DEBUG_EVENT.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/DRVCALLBACK.java b/systems/src/gen/java/org/bytedeco/systems/windows/DRVCALLBACK.java index 98f4634233e..866eb80bc85 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/DRVCALLBACK.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/DRVCALLBACK.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/DYNAMIC_TIME_ZONE_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/DYNAMIC_TIME_ZONE_INFORMATION.java index 6e04ddb3272..b7f19ff927d 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/DYNAMIC_TIME_ZONE_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/DYNAMIC_TIME_ZONE_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ENLISTMENT_BASIC_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/ENLISTMENT_BASIC_INFORMATION.java index 5a1a935c621..13520a8ab1c 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ENLISTMENT_BASIC_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ENLISTMENT_BASIC_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ENLISTMENT_CRM_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/ENLISTMENT_CRM_INFORMATION.java index b556db97789..9454088df84 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ENLISTMENT_CRM_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ENLISTMENT_CRM_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ENUMRESLANGPROCA.java b/systems/src/gen/java/org/bytedeco/systems/windows/ENUMRESLANGPROCA.java index ac642e6d977..bacb6e3ca26 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ENUMRESLANGPROCA.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ENUMRESLANGPROCA.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ENUMRESLANGPROCW.java b/systems/src/gen/java/org/bytedeco/systems/windows/ENUMRESLANGPROCW.java index 8fefaa632eb..7315c46eafc 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ENUMRESLANGPROCW.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ENUMRESLANGPROCW.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ENUMRESNAMEPROCA.java b/systems/src/gen/java/org/bytedeco/systems/windows/ENUMRESNAMEPROCA.java index 8c1f6cf6792..98bb85378e0 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ENUMRESNAMEPROCA.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ENUMRESNAMEPROCA.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ENUMRESNAMEPROCW.java b/systems/src/gen/java/org/bytedeco/systems/windows/ENUMRESNAMEPROCW.java index fde35231000..407ca31f9e4 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ENUMRESNAMEPROCW.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ENUMRESNAMEPROCW.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ENUMRESTYPEPROCA.java b/systems/src/gen/java/org/bytedeco/systems/windows/ENUMRESTYPEPROCA.java index 5f1260a6886..7f732e06dc5 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ENUMRESTYPEPROCA.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ENUMRESTYPEPROCA.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ENUMRESTYPEPROCW.java b/systems/src/gen/java/org/bytedeco/systems/windows/ENUMRESTYPEPROCW.java index d59240745e2..492d2a84976 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ENUMRESTYPEPROCW.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ENUMRESTYPEPROCW.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ENUMUILANG.java b/systems/src/gen/java/org/bytedeco/systems/windows/ENUMUILANG.java index c7113edfcbd..c3b99fdf456 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ENUMUILANG.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ENUMUILANG.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ENUM_PAGE_FILE_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/ENUM_PAGE_FILE_INFORMATION.java index 2b8ed480566..0496e84685d 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ENUM_PAGE_FILE_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ENUM_PAGE_FILE_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/EVENTLOGRECORD.java b/systems/src/gen/java/org/bytedeco/systems/windows/EVENTLOGRECORD.java index 8379b03530e..80c29065f28 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/EVENTLOGRECORD.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/EVENTLOGRECORD.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/EVENTLOG_FULL_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/EVENTLOG_FULL_INFORMATION.java index 076a21e1032..b413ebce84b 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/EVENTLOG_FULL_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/EVENTLOG_FULL_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/EVENTSFORLOGFILE.java b/systems/src/gen/java/org/bytedeco/systems/windows/EVENTSFORLOGFILE.java index a9b5e6479b0..a395ae72424 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/EVENTSFORLOGFILE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/EVENTSFORLOGFILE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/EXCEPTION_DEBUG_INFO.java b/systems/src/gen/java/org/bytedeco/systems/windows/EXCEPTION_DEBUG_INFO.java index 2415b03bec2..67da5612cad 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/EXCEPTION_DEBUG_INFO.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/EXCEPTION_DEBUG_INFO.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/EXCEPTION_POINTERS.java b/systems/src/gen/java/org/bytedeco/systems/windows/EXCEPTION_POINTERS.java index d3c050e7e7e..31aed743539 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/EXCEPTION_POINTERS.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/EXCEPTION_POINTERS.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/EXCEPTION_RECORD.java b/systems/src/gen/java/org/bytedeco/systems/windows/EXCEPTION_RECORD.java index 33d9c880bb9..c64efd15b13 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/EXCEPTION_RECORD.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/EXCEPTION_RECORD.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/EXCEPTION_RECORD32.java b/systems/src/gen/java/org/bytedeco/systems/windows/EXCEPTION_RECORD32.java index 0bc2269873f..3d3077fdb64 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/EXCEPTION_RECORD32.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/EXCEPTION_RECORD32.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/EXCEPTION_RECORD64.java b/systems/src/gen/java/org/bytedeco/systems/windows/EXCEPTION_RECORD64.java index 3dd416834f2..9fc11d15d05 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/EXCEPTION_RECORD64.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/EXCEPTION_RECORD64.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/EXCEPTION_REGISTRATION_RECORD.java b/systems/src/gen/java/org/bytedeco/systems/windows/EXCEPTION_REGISTRATION_RECORD.java index 62fcadc0b0f..002b785923a 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/EXCEPTION_REGISTRATION_RECORD.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/EXCEPTION_REGISTRATION_RECORD.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/EXCEPTION_ROUTINE.java b/systems/src/gen/java/org/bytedeco/systems/windows/EXCEPTION_ROUTINE.java index 6f30e9119aa..217475b237f 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/EXCEPTION_ROUTINE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/EXCEPTION_ROUTINE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/EXIT_PROCESS_DEBUG_INFO.java b/systems/src/gen/java/org/bytedeco/systems/windows/EXIT_PROCESS_DEBUG_INFO.java index 7a8c7da5677..25754595a0c 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/EXIT_PROCESS_DEBUG_INFO.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/EXIT_PROCESS_DEBUG_INFO.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/EXIT_THREAD_DEBUG_INFO.java b/systems/src/gen/java/org/bytedeco/systems/windows/EXIT_THREAD_DEBUG_INFO.java index 198539ad110..b84887b3f06 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/EXIT_THREAD_DEBUG_INFO.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/EXIT_THREAD_DEBUG_INFO.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/FARPROC.java b/systems/src/gen/java/org/bytedeco/systems/windows/FARPROC.java index d8f54f72424..135cd047fd1 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/FARPROC.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/FARPROC.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/FILETIME.java b/systems/src/gen/java/org/bytedeco/systems/windows/FILETIME.java index d305e515173..dbbf0bca9b9 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/FILETIME.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/FILETIME.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_ALLOCATION_INFO.java b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_ALLOCATION_INFO.java index a3e05772688..36d9d5ac593 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_ALLOCATION_INFO.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_ALLOCATION_INFO.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_ATTRIBUTE_TAG_INFO.java b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_ATTRIBUTE_TAG_INFO.java index b2eea5c3153..ca96c941c3f 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_ATTRIBUTE_TAG_INFO.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_ATTRIBUTE_TAG_INFO.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_BASIC_INFO.java b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_BASIC_INFO.java index 09cf9c86cee..e5b9e85990e 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_BASIC_INFO.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_BASIC_INFO.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_COMPRESSION_INFO.java b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_COMPRESSION_INFO.java index f5692fd7409..4f63077f69d 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_COMPRESSION_INFO.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_COMPRESSION_INFO.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_DISPOSITION_INFO.java b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_DISPOSITION_INFO.java index c3631ac9cac..b8cf2cfac60 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_DISPOSITION_INFO.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_DISPOSITION_INFO.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_END_OF_FILE_INFO.java b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_END_OF_FILE_INFO.java index a5b964e9197..de497c04ac7 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_END_OF_FILE_INFO.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_END_OF_FILE_INFO.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_FULL_DIR_INFO.java b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_FULL_DIR_INFO.java index 21f3c285a1b..553b9b0dbb9 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_FULL_DIR_INFO.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_FULL_DIR_INFO.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_ID_128.java b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_ID_128.java index 35ccd1a6413..f80c7f3f092 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_ID_128.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_ID_128.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_ID_BOTH_DIR_INFO.java b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_ID_BOTH_DIR_INFO.java index fe9bfb86ec2..3f7f3c78a28 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_ID_BOTH_DIR_INFO.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_ID_BOTH_DIR_INFO.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_ID_DESCRIPTOR.java b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_ID_DESCRIPTOR.java index 66e388bff72..b87bdbfffed 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_ID_DESCRIPTOR.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_ID_DESCRIPTOR.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_IO_PRIORITY_HINT_INFO.java b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_IO_PRIORITY_HINT_INFO.java index c02b4546c24..b3593df4e4a 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_IO_PRIORITY_HINT_INFO.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_IO_PRIORITY_HINT_INFO.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_NAME_INFO.java b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_NAME_INFO.java index d3c0178d18b..be59e964670 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_NAME_INFO.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_NAME_INFO.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_NOTIFY_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_NOTIFY_INFORMATION.java index c6d8bf3c71a..4aae0b4cfff 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_NOTIFY_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_NOTIFY_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_REMOTE_PROTOCOL_INFO.java b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_REMOTE_PROTOCOL_INFO.java index 5833c254a0a..1d06c937c9d 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_REMOTE_PROTOCOL_INFO.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_REMOTE_PROTOCOL_INFO.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_RENAME_INFO.java b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_RENAME_INFO.java index 3c90aeaf14f..d191dcd41ce 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_RENAME_INFO.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_RENAME_INFO.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_SEGMENT_ELEMENT.java b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_SEGMENT_ELEMENT.java index abd389dbfbb..f7908d99925 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_SEGMENT_ELEMENT.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_SEGMENT_ELEMENT.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_STANDARD_INFO.java b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_STANDARD_INFO.java index 804b3d6b2e6..befbd1bf447 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_STANDARD_INFO.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_STANDARD_INFO.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_STREAM_INFO.java b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_STREAM_INFO.java index c94a2dc7324..d6ca21d9cf1 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/FILE_STREAM_INFO.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/FILE_STREAM_INFO.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/FLOAT128.java b/systems/src/gen/java/org/bytedeco/systems/windows/FLOAT128.java index 92d7ae58806..50f01a50c3a 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/FLOAT128.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/FLOAT128.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/FPO_DATA.java b/systems/src/gen/java/org/bytedeco/systems/windows/FPO_DATA.java index 9abe17ea6d3..19a72831304 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/FPO_DATA.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/FPO_DATA.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/GENERIC_MAPPING.java b/systems/src/gen/java/org/bytedeco/systems/windows/GENERIC_MAPPING.java index e14f867303a..3903bd152c5 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/GENERIC_MAPPING.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/GENERIC_MAPPING.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/GROUP_AFFINITY.java b/systems/src/gen/java/org/bytedeco/systems/windows/GROUP_AFFINITY.java index 10e6e66c818..2547e3edc3b 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/GROUP_AFFINITY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/GROUP_AFFINITY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/GROUP_RELATIONSHIP.java b/systems/src/gen/java/org/bytedeco/systems/windows/GROUP_RELATIONSHIP.java index 26da538d141..8d513583598 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/GROUP_RELATIONSHIP.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/GROUP_RELATIONSHIP.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/GUID.java b/systems/src/gen/java/org/bytedeco/systems/windows/GUID.java index 84cc6fbb4cd..992c29bbce7 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/GUID.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/GUID.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/HANDLE.java b/systems/src/gen/java/org/bytedeco/systems/windows/HANDLE.java index 59184e33e5e..8234d16662d 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/HANDLE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/HANDLE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/HARDWARE_COUNTER_DATA.java b/systems/src/gen/java/org/bytedeco/systems/windows/HARDWARE_COUNTER_DATA.java index f09a29d374b..3aaabbe0580 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/HARDWARE_COUNTER_DATA.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/HARDWARE_COUNTER_DATA.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/HDRVR__.java b/systems/src/gen/java/org/bytedeco/systems/windows/HDRVR__.java index 208d2559c9e..3e9f0666285 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/HDRVR__.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/HDRVR__.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/HEAPENTRY32.java b/systems/src/gen/java/org/bytedeco/systems/windows/HEAPENTRY32.java index b6681edbc06..bf9b15e3feb 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/HEAPENTRY32.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/HEAPENTRY32.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/HEAPLIST32.java b/systems/src/gen/java/org/bytedeco/systems/windows/HEAPLIST32.java index 2fd4a5a0b47..0376ed586af 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/HEAPLIST32.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/HEAPLIST32.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/HEAP_SUMMARY.java b/systems/src/gen/java/org/bytedeco/systems/windows/HEAP_SUMMARY.java index 8aecf1e0c6c..4d391fcd6ae 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/HEAP_SUMMARY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/HEAP_SUMMARY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/HW_PROFILE_INFOA.java b/systems/src/gen/java/org/bytedeco/systems/windows/HW_PROFILE_INFOA.java index 25a60ac4dcb..ceda675a77d 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/HW_PROFILE_INFOA.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/HW_PROFILE_INFOA.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/HW_PROFILE_INFOW.java b/systems/src/gen/java/org/bytedeco/systems/windows/HW_PROFILE_INFOW.java index a798a2ea6d4..aa11062aa31 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/HW_PROFILE_INFOW.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/HW_PROFILE_INFOW.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_ALPHA64_RUNTIME_FUNCTION_ENTRY.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_ALPHA64_RUNTIME_FUNCTION_ENTRY.java index c5cdf61d415..feee9ddae7f 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_ALPHA64_RUNTIME_FUNCTION_ENTRY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_ALPHA64_RUNTIME_FUNCTION_ENTRY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY.java index a839438f22f..80289659d4f 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_ARCHITECTURE_ENTRY.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_ARCHITECTURE_ENTRY.java index 4d04fd5ee24..9a92c0dae08 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_ARCHITECTURE_ENTRY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_ARCHITECTURE_ENTRY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_ARCHITECTURE_HEADER.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_ARCHITECTURE_HEADER.java index 39aa24186e4..0556313c5cf 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_ARCHITECTURE_HEADER.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_ARCHITECTURE_HEADER.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_ARCHIVE_MEMBER_HEADER.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_ARCHIVE_MEMBER_HEADER.java index 986c8d6f964..daf8a7ce727 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_ARCHIVE_MEMBER_HEADER.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_ARCHIVE_MEMBER_HEADER.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_ARM_RUNTIME_FUNCTION_ENTRY.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_ARM_RUNTIME_FUNCTION_ENTRY.java index 01fc02e1235..bba28952498 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_ARM_RUNTIME_FUNCTION_ENTRY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_ARM_RUNTIME_FUNCTION_ENTRY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_AUX_SYMBOL.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_AUX_SYMBOL.java index 552bbcb4cd5..9a5bc61ef79 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_AUX_SYMBOL.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_AUX_SYMBOL.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_AUX_SYMBOL_EX.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_AUX_SYMBOL_EX.java index 737206698e3..6f69e112b17 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_AUX_SYMBOL_EX.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_AUX_SYMBOL_EX.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_AUX_SYMBOL_TOKEN_DEF.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_AUX_SYMBOL_TOKEN_DEF.java index 7b6883021fe..6bf3b701f1f 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_AUX_SYMBOL_TOKEN_DEF.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_AUX_SYMBOL_TOKEN_DEF.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_BASE_RELOCATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_BASE_RELOCATION.java index e9902f22a54..4adab6c26fd 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_BASE_RELOCATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_BASE_RELOCATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_BOUND_FORWARDER_REF.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_BOUND_FORWARDER_REF.java index 072278a7e20..2cb9cd687ff 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_BOUND_FORWARDER_REF.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_BOUND_FORWARDER_REF.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_BOUND_IMPORT_DESCRIPTOR.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_BOUND_IMPORT_DESCRIPTOR.java index 975623d981d..93a86a65c55 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_BOUND_IMPORT_DESCRIPTOR.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_BOUND_IMPORT_DESCRIPTOR.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_CE_RUNTIME_FUNCTION_ENTRY.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_CE_RUNTIME_FUNCTION_ENTRY.java index a2d67cab494..6256cf3c609 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_CE_RUNTIME_FUNCTION_ENTRY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_CE_RUNTIME_FUNCTION_ENTRY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_COFF_SYMBOLS_HEADER.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_COFF_SYMBOLS_HEADER.java index 41ea0072575..eea09c97f07 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_COFF_SYMBOLS_HEADER.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_COFF_SYMBOLS_HEADER.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_COR20_HEADER.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_COR20_HEADER.java index a99c6d4aa8e..6d5a13ed0a4 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_COR20_HEADER.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_COR20_HEADER.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_DATA_DIRECTORY.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_DATA_DIRECTORY.java index a0fe75bfc43..af80a09e2b3 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_DATA_DIRECTORY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_DATA_DIRECTORY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_DEBUG_DIRECTORY.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_DEBUG_DIRECTORY.java index 230b7dd3e23..5949b0040df 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_DEBUG_DIRECTORY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_DEBUG_DIRECTORY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_DEBUG_MISC.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_DEBUG_MISC.java index dbe570bfcc9..e43d78385d8 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_DEBUG_MISC.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_DEBUG_MISC.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_DELAYLOAD_DESCRIPTOR.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_DELAYLOAD_DESCRIPTOR.java index 4d767f331d4..554439b2e8b 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_DELAYLOAD_DESCRIPTOR.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_DELAYLOAD_DESCRIPTOR.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_DOS_HEADER.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_DOS_HEADER.java index 825ad960dae..ddf8c9a0a98 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_DOS_HEADER.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_DOS_HEADER.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_EXPORT_DIRECTORY.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_EXPORT_DIRECTORY.java index 85e562d84c8..5db0f9074cb 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_EXPORT_DIRECTORY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_EXPORT_DIRECTORY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_FILE_HEADER.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_FILE_HEADER.java index 520af35292e..9c7f09609af 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_FILE_HEADER.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_FILE_HEADER.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_FUNCTION_ENTRY.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_FUNCTION_ENTRY.java index 0a35e990717..963aee6eb2c 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_FUNCTION_ENTRY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_FUNCTION_ENTRY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_FUNCTION_ENTRY64.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_FUNCTION_ENTRY64.java index 20de0804bf9..9779ccbd4d4 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_FUNCTION_ENTRY64.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_FUNCTION_ENTRY64.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_IMPORT_BY_NAME.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_IMPORT_BY_NAME.java index cddec2ec9b5..059c41b8da8 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_IMPORT_BY_NAME.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_IMPORT_BY_NAME.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_IMPORT_DESCRIPTOR.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_IMPORT_DESCRIPTOR.java index ec773d1449e..c4df8ca3175 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_IMPORT_DESCRIPTOR.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_IMPORT_DESCRIPTOR.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_LINENUMBER.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_LINENUMBER.java index 0b2d4735f9d..ce16011b636 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_LINENUMBER.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_LINENUMBER.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_LOAD_CONFIG_DIRECTORY32.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_LOAD_CONFIG_DIRECTORY32.java index f51750c7527..b4a1f34923f 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_LOAD_CONFIG_DIRECTORY32.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_LOAD_CONFIG_DIRECTORY32.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_LOAD_CONFIG_DIRECTORY64.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_LOAD_CONFIG_DIRECTORY64.java index 51a6efe7287..67a22be99e2 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_LOAD_CONFIG_DIRECTORY64.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_LOAD_CONFIG_DIRECTORY64.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_NT_HEADERS32.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_NT_HEADERS32.java index b3c53ba2db8..33dc8b491bd 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_NT_HEADERS32.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_NT_HEADERS32.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_NT_HEADERS64.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_NT_HEADERS64.java index 7fd8356fdc8..0602ae350bd 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_NT_HEADERS64.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_NT_HEADERS64.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_OPTIONAL_HEADER32.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_OPTIONAL_HEADER32.java index 4bbc091f487..f60bc7786a1 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_OPTIONAL_HEADER32.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_OPTIONAL_HEADER32.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_OPTIONAL_HEADER64.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_OPTIONAL_HEADER64.java index 6534371600f..3139c08d1a2 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_OPTIONAL_HEADER64.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_OPTIONAL_HEADER64.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_OS2_HEADER.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_OS2_HEADER.java index aeb5505d363..ebeb709ba00 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_OS2_HEADER.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_OS2_HEADER.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_RELOCATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_RELOCATION.java index 03a469ec22b..ae085ae74bf 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_RELOCATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_RELOCATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_RESOURCE_DATA_ENTRY.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_RESOURCE_DATA_ENTRY.java index 3890093ac2d..0ea57338029 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_RESOURCE_DATA_ENTRY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_RESOURCE_DATA_ENTRY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_RESOURCE_DIRECTORY.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_RESOURCE_DIRECTORY.java index 83a469f4fb5..94beda30fec 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_RESOURCE_DIRECTORY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_RESOURCE_DIRECTORY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_RESOURCE_DIRECTORY_ENTRY.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_RESOURCE_DIRECTORY_ENTRY.java index 56a9cdd4a16..f0395cd3d45 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_RESOURCE_DIRECTORY_ENTRY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_RESOURCE_DIRECTORY_ENTRY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_RESOURCE_DIRECTORY_STRING.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_RESOURCE_DIRECTORY_STRING.java index 0fea58e3f35..9bd5c730858 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_RESOURCE_DIRECTORY_STRING.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_RESOURCE_DIRECTORY_STRING.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_RESOURCE_DIR_STRING_U.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_RESOURCE_DIR_STRING_U.java index 0a223976ae8..4c26b1628a1 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_RESOURCE_DIR_STRING_U.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_RESOURCE_DIR_STRING_U.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_ROM_HEADERS.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_ROM_HEADERS.java index 3ab36b4b226..0710662b715 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_ROM_HEADERS.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_ROM_HEADERS.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_ROM_OPTIONAL_HEADER.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_ROM_OPTIONAL_HEADER.java index 7b8a0d92305..b6871678591 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_ROM_OPTIONAL_HEADER.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_ROM_OPTIONAL_HEADER.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_SECTION_HEADER.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_SECTION_HEADER.java index e84ab611518..a35f09c2c57 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_SECTION_HEADER.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_SECTION_HEADER.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_SEPARATE_DEBUG_HEADER.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_SEPARATE_DEBUG_HEADER.java index 4d71374c7b7..49edf41cf0c 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_SEPARATE_DEBUG_HEADER.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_SEPARATE_DEBUG_HEADER.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_SYMBOL.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_SYMBOL.java index 9d7b8a9fd39..0ad21271fff 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_SYMBOL.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_SYMBOL.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_SYMBOL_EX.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_SYMBOL_EX.java index 4480ae70fe2..177e2041fd9 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_SYMBOL_EX.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_SYMBOL_EX.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_THUNK_DATA32.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_THUNK_DATA32.java index 7de42069994..f7267875d95 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_THUNK_DATA32.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_THUNK_DATA32.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_THUNK_DATA64.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_THUNK_DATA64.java index e0af656f75c..a293cb79968 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_THUNK_DATA64.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_THUNK_DATA64.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_TLS_DIRECTORY32.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_TLS_DIRECTORY32.java index 6249fb54f3e..3b32c4ddcc0 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_TLS_DIRECTORY32.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_TLS_DIRECTORY32.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_TLS_DIRECTORY64.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_TLS_DIRECTORY64.java index a09efe1f4ac..34b0b7417b6 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_TLS_DIRECTORY64.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_TLS_DIRECTORY64.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_VXD_HEADER.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_VXD_HEADER.java index 4f857eed34d..1265a07194b 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_VXD_HEADER.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMAGE_VXD_HEADER.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IMPORT_OBJECT_HEADER.java b/systems/src/gen/java/org/bytedeco/systems/windows/IMPORT_OBJECT_HEADER.java index 72f8fb4919f..2d4c81af0e9 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IMPORT_OBJECT_HEADER.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IMPORT_OBJECT_HEADER.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/IO_COUNTERS.java b/systems/src/gen/java/org/bytedeco/systems/windows/IO_COUNTERS.java index fdafdb93f49..9727dc6ad35 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/IO_COUNTERS.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/IO_COUNTERS.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/JIT_DEBUG_INFO.java b/systems/src/gen/java/org/bytedeco/systems/windows/JIT_DEBUG_INFO.java index 4e36ca7f50d..267bb5da929 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/JIT_DEBUG_INFO.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/JIT_DEBUG_INFO.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_ASSOCIATE_COMPLETION_PORT.java b/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_ASSOCIATE_COMPLETION_PORT.java index 26233b8a5ec..5eb54777462 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_ASSOCIATE_COMPLETION_PORT.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_ASSOCIATE_COMPLETION_PORT.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_BASIC_ACCOUNTING_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_BASIC_ACCOUNTING_INFORMATION.java index 6673ad08fd5..c011380af33 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_BASIC_ACCOUNTING_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_BASIC_ACCOUNTING_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_BASIC_AND_IO_ACCOUNTING_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_BASIC_AND_IO_ACCOUNTING_INFORMATION.java index 9fe0593d7f0..f01cdeedd5a 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_BASIC_AND_IO_ACCOUNTING_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_BASIC_AND_IO_ACCOUNTING_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_BASIC_LIMIT_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_BASIC_LIMIT_INFORMATION.java index 56e1cd668d3..598b36d7c4c 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_BASIC_LIMIT_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_BASIC_LIMIT_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_BASIC_PROCESS_ID_LIST.java b/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_BASIC_PROCESS_ID_LIST.java index 80f7ad11f99..2a42648e488 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_BASIC_PROCESS_ID_LIST.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_BASIC_PROCESS_ID_LIST.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_BASIC_UI_RESTRICTIONS.java b/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_BASIC_UI_RESTRICTIONS.java index c2bb16fe050..689ec26e6cc 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_BASIC_UI_RESTRICTIONS.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_BASIC_UI_RESTRICTIONS.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_CPU_RATE_CONTROL_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_CPU_RATE_CONTROL_INFORMATION.java index 03b2bcbea7a..070b3194238 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_CPU_RATE_CONTROL_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_CPU_RATE_CONTROL_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_END_OF_JOB_TIME_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_END_OF_JOB_TIME_INFORMATION.java index 6e664580efb..ea91aa93b03 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_END_OF_JOB_TIME_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_END_OF_JOB_TIME_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_EXTENDED_LIMIT_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_EXTENDED_LIMIT_INFORMATION.java index 04e2dd4d170..3251d0c5e0c 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_EXTENDED_LIMIT_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_EXTENDED_LIMIT_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_JOBSET_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_JOBSET_INFORMATION.java index 35cffa710e9..4c2ac7897f0 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_JOBSET_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_JOBSET_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_LIMIT_VIOLATION_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_LIMIT_VIOLATION_INFORMATION.java index 8597713305f..dd9394860ea 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_LIMIT_VIOLATION_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_LIMIT_VIOLATION_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION.java index fea139bf718..389d5a0bf66 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_SECURITY_LIMIT_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_SECURITY_LIMIT_INFORMATION.java index 1c0d98563d7..8aa018d1b1a 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_SECURITY_LIMIT_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/JOBOBJECT_SECURITY_LIMIT_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/JOB_SET_ARRAY.java b/systems/src/gen/java/org/bytedeco/systems/windows/JOB_SET_ARRAY.java index 8727cb8cbd7..a6345d0fad0 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/JOB_SET_ARRAY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/JOB_SET_ARRAY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/KTMOBJECT_CURSOR.java b/systems/src/gen/java/org/bytedeco/systems/windows/KTMOBJECT_CURSOR.java index d59f2e645a3..b22f96a2600 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/KTMOBJECT_CURSOR.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/KTMOBJECT_CURSOR.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/LARGE_INTEGER.java b/systems/src/gen/java/org/bytedeco/systems/windows/LARGE_INTEGER.java index 3fb38dd23e9..0cdd31e12b9 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/LARGE_INTEGER.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/LARGE_INTEGER.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/LDT_ENTRY.java b/systems/src/gen/java/org/bytedeco/systems/windows/LDT_ENTRY.java index b4194677a92..aa7813e8e65 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/LDT_ENTRY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/LDT_ENTRY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/LIST_ENTRY.java b/systems/src/gen/java/org/bytedeco/systems/windows/LIST_ENTRY.java index ab1efb7f1e4..b28ec5e3fb9 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/LIST_ENTRY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/LIST_ENTRY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/LIST_ENTRY32.java b/systems/src/gen/java/org/bytedeco/systems/windows/LIST_ENTRY32.java index ee6e1ac5fbb..12aadf2894e 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/LIST_ENTRY32.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/LIST_ENTRY32.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/LIST_ENTRY64.java b/systems/src/gen/java/org/bytedeco/systems/windows/LIST_ENTRY64.java index f69136ac170..270f74f87dc 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/LIST_ENTRY64.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/LIST_ENTRY64.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/LOAD_DLL_DEBUG_INFO.java b/systems/src/gen/java/org/bytedeco/systems/windows/LOAD_DLL_DEBUG_INFO.java index 6486c29ec81..07031867569 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/LOAD_DLL_DEBUG_INFO.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/LOAD_DLL_DEBUG_INFO.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/LPCVOID.java b/systems/src/gen/java/org/bytedeco/systems/windows/LPCVOID.java index 63da20a5c96..4705c2a98b2 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/LPCVOID.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/LPCVOID.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/LPOVERLAPPED_COMPLETION_ROUTINE.java b/systems/src/gen/java/org/bytedeco/systems/windows/LPOVERLAPPED_COMPLETION_ROUTINE.java index a972c7bf361..b58bfe51b0e 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/LPOVERLAPPED_COMPLETION_ROUTINE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/LPOVERLAPPED_COMPLETION_ROUTINE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/LPPROGRESS_ROUTINE.java b/systems/src/gen/java/org/bytedeco/systems/windows/LPPROGRESS_ROUTINE.java index dd6d1b1a21c..a0e514ad62e 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/LPPROGRESS_ROUTINE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/LPPROGRESS_ROUTINE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/LPVOID.java b/systems/src/gen/java/org/bytedeco/systems/windows/LPVOID.java index 65c56c8d4d6..d62eba18bd7 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/LPVOID.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/LPVOID.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/LUID.java b/systems/src/gen/java/org/bytedeco/systems/windows/LUID.java index a9b2fe79a9f..ba9fc109648 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/LUID.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/LUID.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/LUID_AND_ATTRIBUTES.java b/systems/src/gen/java/org/bytedeco/systems/windows/LUID_AND_ATTRIBUTES.java index 01ceb46b668..eaf833ab0a0 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/LUID_AND_ATTRIBUTES.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/LUID_AND_ATTRIBUTES.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/M128A.java b/systems/src/gen/java/org/bytedeco/systems/windows/M128A.java index 608024b7f59..16fb58ad0b8 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/M128A.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/M128A.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/MEMORYSTATUS.java b/systems/src/gen/java/org/bytedeco/systems/windows/MEMORYSTATUS.java index 6c58e2de793..e0999a9ae82 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/MEMORYSTATUS.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/MEMORYSTATUS.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/MEMORYSTATUSEX.java b/systems/src/gen/java/org/bytedeco/systems/windows/MEMORYSTATUSEX.java index 417f2f3fede..7318e8abd84 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/MEMORYSTATUSEX.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/MEMORYSTATUSEX.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/MEMORY_BASIC_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/MEMORY_BASIC_INFORMATION.java index a0f14e16df0..9508bbcf23c 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/MEMORY_BASIC_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/MEMORY_BASIC_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/MEMORY_BASIC_INFORMATION32.java b/systems/src/gen/java/org/bytedeco/systems/windows/MEMORY_BASIC_INFORMATION32.java index d803c5d82e6..46e155fc694 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/MEMORY_BASIC_INFORMATION32.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/MEMORY_BASIC_INFORMATION32.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/MEMORY_BASIC_INFORMATION64.java b/systems/src/gen/java/org/bytedeco/systems/windows/MEMORY_BASIC_INFORMATION64.java index 68df16d982b..c10f3d66d19 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/MEMORY_BASIC_INFORMATION64.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/MEMORY_BASIC_INFORMATION64.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/MESSAGE_RESOURCE_BLOCK.java b/systems/src/gen/java/org/bytedeco/systems/windows/MESSAGE_RESOURCE_BLOCK.java index 758c7ce0319..476be093f78 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/MESSAGE_RESOURCE_BLOCK.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/MESSAGE_RESOURCE_BLOCK.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/MESSAGE_RESOURCE_DATA.java b/systems/src/gen/java/org/bytedeco/systems/windows/MESSAGE_RESOURCE_DATA.java index 3c99c4102a7..b726db6c572 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/MESSAGE_RESOURCE_DATA.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/MESSAGE_RESOURCE_DATA.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/MESSAGE_RESOURCE_ENTRY.java b/systems/src/gen/java/org/bytedeco/systems/windows/MESSAGE_RESOURCE_ENTRY.java index 77c203d8082..e443936e655 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/MESSAGE_RESOURCE_ENTRY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/MESSAGE_RESOURCE_ENTRY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/MMTIME.java b/systems/src/gen/java/org/bytedeco/systems/windows/MMTIME.java index c2dd296972f..87d70f25bbf 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/MMTIME.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/MMTIME.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/MODULEENTRY32.java b/systems/src/gen/java/org/bytedeco/systems/windows/MODULEENTRY32.java index c7198883fda..24ec4a41af5 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/MODULEENTRY32.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/MODULEENTRY32.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/MODULEENTRY32W.java b/systems/src/gen/java/org/bytedeco/systems/windows/MODULEENTRY32W.java index 7742eebf428..58d3f75e9a9 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/MODULEENTRY32W.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/MODULEENTRY32W.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/MODULEINFO.java b/systems/src/gen/java/org/bytedeco/systems/windows/MODULEINFO.java index cf38f267ea7..cf70442a3b3 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/MODULEINFO.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/MODULEINFO.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/NEARPROC.java b/systems/src/gen/java/org/bytedeco/systems/windows/NEARPROC.java index 918ba97c77a..bd59d72a595 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/NEARPROC.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/NEARPROC.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/NON_PAGED_DEBUG_INFO.java b/systems/src/gen/java/org/bytedeco/systems/windows/NON_PAGED_DEBUG_INFO.java index 5dc6869b1c7..48365973356 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/NON_PAGED_DEBUG_INFO.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/NON_PAGED_DEBUG_INFO.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/NOTIFY_USER_POWER_SETTING.java b/systems/src/gen/java/org/bytedeco/systems/windows/NOTIFY_USER_POWER_SETTING.java index a28ff9e811d..5caa9dcbe9b 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/NOTIFY_USER_POWER_SETTING.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/NOTIFY_USER_POWER_SETTING.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/NT_TIB.java b/systems/src/gen/java/org/bytedeco/systems/windows/NT_TIB.java index 9ecfed41142..e38c082477e 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/NT_TIB.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/NT_TIB.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/NT_TIB32.java b/systems/src/gen/java/org/bytedeco/systems/windows/NT_TIB32.java index ed31eb5935e..c7f0b3bd15e 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/NT_TIB32.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/NT_TIB32.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/NT_TIB64.java b/systems/src/gen/java/org/bytedeco/systems/windows/NT_TIB64.java index 9a7ea6a1bb2..6448b33d8e4 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/NT_TIB64.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/NT_TIB64.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/NUMA_NODE_RELATIONSHIP.java b/systems/src/gen/java/org/bytedeco/systems/windows/NUMA_NODE_RELATIONSHIP.java index 10ffd374e5e..62a5a2aa929 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/NUMA_NODE_RELATIONSHIP.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/NUMA_NODE_RELATIONSHIP.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/OBJECTID.java b/systems/src/gen/java/org/bytedeco/systems/windows/OBJECTID.java index 0f888aae143..0315838274e 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/OBJECTID.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/OBJECTID.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/OBJECT_TYPE_LIST.java b/systems/src/gen/java/org/bytedeco/systems/windows/OBJECT_TYPE_LIST.java index 7a8d6548fc8..70e1388cabd 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/OBJECT_TYPE_LIST.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/OBJECT_TYPE_LIST.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/OFSTRUCT.java b/systems/src/gen/java/org/bytedeco/systems/windows/OFSTRUCT.java index 24da93c6133..a3076dd98c8 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/OFSTRUCT.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/OFSTRUCT.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/OSVERSIONINFOA.java b/systems/src/gen/java/org/bytedeco/systems/windows/OSVERSIONINFOA.java index 716cbf85c37..2763243832e 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/OSVERSIONINFOA.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/OSVERSIONINFOA.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/OSVERSIONINFOEXA.java b/systems/src/gen/java/org/bytedeco/systems/windows/OSVERSIONINFOEXA.java index 3de7aae5f2a..26bb5828da6 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/OSVERSIONINFOEXA.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/OSVERSIONINFOEXA.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/OSVERSIONINFOEXW.java b/systems/src/gen/java/org/bytedeco/systems/windows/OSVERSIONINFOEXW.java index fdbb77cf0d3..5e7f639dd8a 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/OSVERSIONINFOEXW.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/OSVERSIONINFOEXW.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/OSVERSIONINFOW.java b/systems/src/gen/java/org/bytedeco/systems/windows/OSVERSIONINFOW.java index 80c31f41b32..d8f271528b2 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/OSVERSIONINFOW.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/OSVERSIONINFOW.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/OUTPUT_DEBUG_STRING_INFO.java b/systems/src/gen/java/org/bytedeco/systems/windows/OUTPUT_DEBUG_STRING_INFO.java index 5b52d29b871..5129587b4e5 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/OUTPUT_DEBUG_STRING_INFO.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/OUTPUT_DEBUG_STRING_INFO.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/OVERLAPPED.java b/systems/src/gen/java/org/bytedeco/systems/windows/OVERLAPPED.java index 328ae0e8fbf..309d331586f 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/OVERLAPPED.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/OVERLAPPED.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/OVERLAPPED_ENTRY.java b/systems/src/gen/java/org/bytedeco/systems/windows/OVERLAPPED_ENTRY.java index 8ec1e85f76b..18b6d1c517a 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/OVERLAPPED_ENTRY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/OVERLAPPED_ENTRY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PACKEDEVENTINFO.java b/systems/src/gen/java/org/bytedeco/systems/windows/PACKEDEVENTINFO.java index a0417454398..01fd4ec3ed7 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PACKEDEVENTINFO.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PACKEDEVENTINFO.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PAPCFUNC.java b/systems/src/gen/java/org/bytedeco/systems/windows/PAPCFUNC.java index 66771b876aa..524dd098628 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PAPCFUNC.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PAPCFUNC.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PCOPYFILE2_PROGRESS_ROUTINE.java b/systems/src/gen/java/org/bytedeco/systems/windows/PCOPYFILE2_PROGRESS_ROUTINE.java index 9110a52e5e6..98d03da43a1 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PCOPYFILE2_PROGRESS_ROUTINE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PCOPYFILE2_PROGRESS_ROUTINE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PENUM_PAGE_FILE_CALLBACKA.java b/systems/src/gen/java/org/bytedeco/systems/windows/PENUM_PAGE_FILE_CALLBACKA.java index 730f4d8e37b..376383b0046 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PENUM_PAGE_FILE_CALLBACKA.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PENUM_PAGE_FILE_CALLBACKA.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PENUM_PAGE_FILE_CALLBACKW.java b/systems/src/gen/java/org/bytedeco/systems/windows/PENUM_PAGE_FILE_CALLBACKW.java index 70229bdc83d..810aca969b0 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PENUM_PAGE_FILE_CALLBACKW.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PENUM_PAGE_FILE_CALLBACKW.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PERFORMANCE_DATA.java b/systems/src/gen/java/org/bytedeco/systems/windows/PERFORMANCE_DATA.java index cf4566522cb..44bcfd2b2a4 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PERFORMANCE_DATA.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PERFORMANCE_DATA.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PERFORMANCE_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/PERFORMANCE_INFORMATION.java index 2da043859f6..2338722c768 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PERFORMANCE_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PERFORMANCE_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PFE_EXPORT_FUNC.java b/systems/src/gen/java/org/bytedeco/systems/windows/PFE_EXPORT_FUNC.java index 508d06b5f47..e746728efab 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PFE_EXPORT_FUNC.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PFE_EXPORT_FUNC.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PFE_IMPORT_FUNC.java b/systems/src/gen/java/org/bytedeco/systems/windows/PFE_IMPORT_FUNC.java index 657382fbd30..f68f80b7d51 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PFE_IMPORT_FUNC.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PFE_IMPORT_FUNC.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PFIBER_CALLOUT_ROUTINE.java b/systems/src/gen/java/org/bytedeco/systems/windows/PFIBER_CALLOUT_ROUTINE.java index 58ccd526d14..07a98579b6e 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PFIBER_CALLOUT_ROUTINE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PFIBER_CALLOUT_ROUTINE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PFIBER_START_ROUTINE.java b/systems/src/gen/java/org/bytedeco/systems/windows/PFIBER_START_ROUTINE.java index 2552e6d0617..beafa9a1ab1 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PFIBER_START_ROUTINE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PFIBER_START_ROUTINE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PFLS_CALLBACK_FUNCTION.java b/systems/src/gen/java/org/bytedeco/systems/windows/PFLS_CALLBACK_FUNCTION.java index c5d034d36f3..4fcd4786a36 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PFLS_CALLBACK_FUNCTION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PFLS_CALLBACK_FUNCTION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PGET_MODULE_HANDLE_EXA.java b/systems/src/gen/java/org/bytedeco/systems/windows/PGET_MODULE_HANDLE_EXA.java index 3a3c8a77ace..8366177e2a6 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PGET_MODULE_HANDLE_EXA.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PGET_MODULE_HANDLE_EXA.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PGET_MODULE_HANDLE_EXW.java b/systems/src/gen/java/org/bytedeco/systems/windows/PGET_MODULE_HANDLE_EXW.java index 955dfa9b7c2..e9a935b9a9d 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PGET_MODULE_HANDLE_EXW.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PGET_MODULE_HANDLE_EXW.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PGET_SYSTEM_WOW64_DIRECTORY_A.java b/systems/src/gen/java/org/bytedeco/systems/windows/PGET_SYSTEM_WOW64_DIRECTORY_A.java index 6a0cccb2060..d7d84fb3a9b 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PGET_SYSTEM_WOW64_DIRECTORY_A.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PGET_SYSTEM_WOW64_DIRECTORY_A.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PGET_SYSTEM_WOW64_DIRECTORY_W.java b/systems/src/gen/java/org/bytedeco/systems/windows/PGET_SYSTEM_WOW64_DIRECTORY_W.java index 70cf6f0183a..3974623d455 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PGET_SYSTEM_WOW64_DIRECTORY_W.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PGET_SYSTEM_WOW64_DIRECTORY_W.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PIMAGE_TLS_CALLBACK.java b/systems/src/gen/java/org/bytedeco/systems/windows/PIMAGE_TLS_CALLBACK.java index 4e5746134e1..6a7962ebe50 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PIMAGE_TLS_CALLBACK.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PIMAGE_TLS_CALLBACK.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PINIT_ONCE_FN.java b/systems/src/gen/java/org/bytedeco/systems/windows/PINIT_ONCE_FN.java index 3b1f5ddbbca..105228947d9 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PINIT_ONCE_FN.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PINIT_ONCE_FN.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/POINTER_64.java b/systems/src/gen/java/org/bytedeco/systems/windows/POINTER_64.java index 66d52023ee3..be4ebeaf99a 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/POINTER_64.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/POINTER_64.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/POWER_ACTION_POLICY.java b/systems/src/gen/java/org/bytedeco/systems/windows/POWER_ACTION_POLICY.java index 81495a7a8a8..6557628c91f 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/POWER_ACTION_POLICY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/POWER_ACTION_POLICY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/POWER_IDLE_RESILIENCY.java b/systems/src/gen/java/org/bytedeco/systems/windows/POWER_IDLE_RESILIENCY.java index 28369c0a436..5e177f78465 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/POWER_IDLE_RESILIENCY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/POWER_IDLE_RESILIENCY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/POWER_MONITOR_INVOCATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/POWER_MONITOR_INVOCATION.java index 34edfa67230..2e880b33519 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/POWER_MONITOR_INVOCATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/POWER_MONITOR_INVOCATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/POWER_PLATFORM_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/POWER_PLATFORM_INFORMATION.java index 0444386d156..7ee5eeb73d2 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/POWER_PLATFORM_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/POWER_PLATFORM_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/POWER_SESSION_CONNECT.java b/systems/src/gen/java/org/bytedeco/systems/windows/POWER_SESSION_CONNECT.java index 44062ed534e..8f9968ff702 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/POWER_SESSION_CONNECT.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/POWER_SESSION_CONNECT.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/POWER_SESSION_RIT_STATE.java b/systems/src/gen/java/org/bytedeco/systems/windows/POWER_SESSION_RIT_STATE.java index 2419ec8d651..b65bf27758a 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/POWER_SESSION_RIT_STATE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/POWER_SESSION_RIT_STATE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/POWER_SESSION_TIMEOUTS.java b/systems/src/gen/java/org/bytedeco/systems/windows/POWER_SESSION_TIMEOUTS.java index c34a66dafb1..e89cfcd991e 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/POWER_SESSION_TIMEOUTS.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/POWER_SESSION_TIMEOUTS.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/POWER_SESSION_WINLOGON.java b/systems/src/gen/java/org/bytedeco/systems/windows/POWER_SESSION_WINLOGON.java index 6fb94bb6d07..5bea0fc633b 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/POWER_SESSION_WINLOGON.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/POWER_SESSION_WINLOGON.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/POWER_USER_PRESENCE.java b/systems/src/gen/java/org/bytedeco/systems/windows/POWER_USER_PRESENCE.java index 509da9a7e9c..aa76a664ea3 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/POWER_USER_PRESENCE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/POWER_USER_PRESENCE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PPM_IDLESTATE_EVENT.java b/systems/src/gen/java/org/bytedeco/systems/windows/PPM_IDLESTATE_EVENT.java index 031b21fda06..e9a3e77640d 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PPM_IDLESTATE_EVENT.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PPM_IDLESTATE_EVENT.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PPM_IDLE_ACCOUNTING.java b/systems/src/gen/java/org/bytedeco/systems/windows/PPM_IDLE_ACCOUNTING.java index 553c963eaa7..8a9d90d7d99 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PPM_IDLE_ACCOUNTING.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PPM_IDLE_ACCOUNTING.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PPM_IDLE_ACCOUNTING_EX.java b/systems/src/gen/java/org/bytedeco/systems/windows/PPM_IDLE_ACCOUNTING_EX.java index 59872fc239e..15e38369bbf 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PPM_IDLE_ACCOUNTING_EX.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PPM_IDLE_ACCOUNTING_EX.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PPM_IDLE_STATE_ACCOUNTING.java b/systems/src/gen/java/org/bytedeco/systems/windows/PPM_IDLE_STATE_ACCOUNTING.java index db5168b7816..148fc05c214 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PPM_IDLE_STATE_ACCOUNTING.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PPM_IDLE_STATE_ACCOUNTING.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PPM_IDLE_STATE_ACCOUNTING_EX.java b/systems/src/gen/java/org/bytedeco/systems/windows/PPM_IDLE_STATE_ACCOUNTING_EX.java index ad81566569a..c1725a4b9ba 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PPM_IDLE_STATE_ACCOUNTING_EX.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PPM_IDLE_STATE_ACCOUNTING_EX.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PPM_IDLE_STATE_BUCKET_EX.java b/systems/src/gen/java/org/bytedeco/systems/windows/PPM_IDLE_STATE_BUCKET_EX.java index 6d243c8dcfc..228fecaef68 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PPM_IDLE_STATE_BUCKET_EX.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PPM_IDLE_STATE_BUCKET_EX.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PPM_PERFSTATE_DOMAIN_EVENT.java b/systems/src/gen/java/org/bytedeco/systems/windows/PPM_PERFSTATE_DOMAIN_EVENT.java index fac7ab4242b..2ca602f1a15 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PPM_PERFSTATE_DOMAIN_EVENT.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PPM_PERFSTATE_DOMAIN_EVENT.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PPM_PERFSTATE_EVENT.java b/systems/src/gen/java/org/bytedeco/systems/windows/PPM_PERFSTATE_EVENT.java index 890abc3d4e3..46456a974ed 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PPM_PERFSTATE_EVENT.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PPM_PERFSTATE_EVENT.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PPM_THERMALCHANGE_EVENT.java b/systems/src/gen/java/org/bytedeco/systems/windows/PPM_THERMALCHANGE_EVENT.java index a07d9b925ad..71d70255338 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PPM_THERMALCHANGE_EVENT.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PPM_THERMALCHANGE_EVENT.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PPM_THERMAL_POLICY_EVENT.java b/systems/src/gen/java/org/bytedeco/systems/windows/PPM_THERMAL_POLICY_EVENT.java index ebe85bad350..d430ee7e08a 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PPM_THERMAL_POLICY_EVENT.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PPM_THERMAL_POLICY_EVENT.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PPM_WMI_IDLE_STATE.java b/systems/src/gen/java/org/bytedeco/systems/windows/PPM_WMI_IDLE_STATE.java index 9c9c548d455..f8c4be772be 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PPM_WMI_IDLE_STATE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PPM_WMI_IDLE_STATE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PPM_WMI_IDLE_STATES.java b/systems/src/gen/java/org/bytedeco/systems/windows/PPM_WMI_IDLE_STATES.java index 49208b824eb..2fcdbe90460 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PPM_WMI_IDLE_STATES.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PPM_WMI_IDLE_STATES.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PPM_WMI_IDLE_STATES_EX.java b/systems/src/gen/java/org/bytedeco/systems/windows/PPM_WMI_IDLE_STATES_EX.java index f6432908663..6dfd521acce 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PPM_WMI_IDLE_STATES_EX.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PPM_WMI_IDLE_STATES_EX.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PPM_WMI_LEGACY_PERFSTATE.java b/systems/src/gen/java/org/bytedeco/systems/windows/PPM_WMI_LEGACY_PERFSTATE.java index b7aa9d8bf3f..7e5b27ed140 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PPM_WMI_LEGACY_PERFSTATE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PPM_WMI_LEGACY_PERFSTATE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PPM_WMI_PERF_STATE.java b/systems/src/gen/java/org/bytedeco/systems/windows/PPM_WMI_PERF_STATE.java index 285fc2bf73b..31e4e1db01d 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PPM_WMI_PERF_STATE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PPM_WMI_PERF_STATE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PPM_WMI_PERF_STATES.java b/systems/src/gen/java/org/bytedeco/systems/windows/PPM_WMI_PERF_STATES.java index 0bf7b46404a..4622dd36f45 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PPM_WMI_PERF_STATES.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PPM_WMI_PERF_STATES.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PPM_WMI_PERF_STATES_EX.java b/systems/src/gen/java/org/bytedeco/systems/windows/PPM_WMI_PERF_STATES_EX.java index b96cbfbd40e..4c9d041defc 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PPM_WMI_PERF_STATES_EX.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PPM_WMI_PERF_STATES_EX.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PQUERYACTCTXW_FUNC.java b/systems/src/gen/java/org/bytedeco/systems/windows/PQUERYACTCTXW_FUNC.java index 13caff4fa74..04987a6e6a8 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PQUERYACTCTXW_FUNC.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PQUERYACTCTXW_FUNC.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PRIVILEGE_SET.java b/systems/src/gen/java/org/bytedeco/systems/windows/PRIVILEGE_SET.java index 3fa38d3da8f..e27886d2e15 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PRIVILEGE_SET.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PRIVILEGE_SET.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PROC.java b/systems/src/gen/java/org/bytedeco/systems/windows/PROC.java index 7ed21f3ac92..fee190cdda1 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PROC.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PROC.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSENTRY32.java b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSENTRY32.java index bfc7657207c..ddecd095550 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSENTRY32.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSENTRY32.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSENTRY32W.java b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSENTRY32W.java index 2a5daa92796..f71ea3ee026 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSENTRY32W.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSENTRY32W.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSOR_GROUP_INFO.java b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSOR_GROUP_INFO.java index cc0225f5847..75ce3567813 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSOR_GROUP_INFO.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSOR_GROUP_INFO.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSOR_IDLESTATE_INFO.java b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSOR_IDLESTATE_INFO.java index 2e258cf5210..c2bf74806ba 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSOR_IDLESTATE_INFO.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSOR_IDLESTATE_INFO.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSOR_IDLESTATE_POLICY.java b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSOR_IDLESTATE_POLICY.java index 83f64f4b7ca..dcdbb5c8023 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSOR_IDLESTATE_POLICY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSOR_IDLESTATE_POLICY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSOR_NUMBER.java b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSOR_NUMBER.java index ee716ba6bab..51fde003b51 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSOR_NUMBER.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSOR_NUMBER.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSOR_PERFSTATE_POLICY.java b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSOR_PERFSTATE_POLICY.java index eda5e23f5f9..f386fb64178 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSOR_PERFSTATE_POLICY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSOR_PERFSTATE_POLICY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSOR_POWER_POLICY.java b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSOR_POWER_POLICY.java index 678074d8202..deb901d82f9 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSOR_POWER_POLICY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSOR_POWER_POLICY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSOR_POWER_POLICY_INFO.java b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSOR_POWER_POLICY_INFO.java index eb7ae0708af..9925e630046 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSOR_POWER_POLICY_INFO.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSOR_POWER_POLICY_INFO.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSOR_RELATIONSHIP.java b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSOR_RELATIONSHIP.java index 4b321d47b11..1d5a4403448 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSOR_RELATIONSHIP.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESSOR_RELATIONSHIP.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_HEAP_ENTRY.java b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_HEAP_ENTRY.java index e1fddc315db..5f50d25b786 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_HEAP_ENTRY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_HEAP_ENTRY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_INFORMATION.java index f765253ce4e..6c249fb248d 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MEMORY_COUNTERS.java b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MEMORY_COUNTERS.java index d4e94a6ecba..791b05214c0 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MEMORY_COUNTERS.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MEMORY_COUNTERS.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MEMORY_COUNTERS_EX.java b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MEMORY_COUNTERS_EX.java index 6e9be1dac7b..92bf9f3762e 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MEMORY_COUNTERS_EX.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MEMORY_COUNTERS_EX.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MITIGATION_ASLR_POLICY.java b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MITIGATION_ASLR_POLICY.java index a7545aafead..27390c90c57 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MITIGATION_ASLR_POLICY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MITIGATION_ASLR_POLICY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MITIGATION_BINARY_SIGNATURE_POLICY.java b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MITIGATION_BINARY_SIGNATURE_POLICY.java index e66b9b41990..27fc63bc2df 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MITIGATION_BINARY_SIGNATURE_POLICY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MITIGATION_BINARY_SIGNATURE_POLICY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MITIGATION_DEP_POLICY.java b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MITIGATION_DEP_POLICY.java index aa2f3ed0ec7..fe0ad7f8d7b 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MITIGATION_DEP_POLICY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MITIGATION_DEP_POLICY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MITIGATION_DYNAMIC_CODE_POLICY.java b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MITIGATION_DYNAMIC_CODE_POLICY.java index 01dba82b71e..a33bc803fd7 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MITIGATION_DYNAMIC_CODE_POLICY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MITIGATION_DYNAMIC_CODE_POLICY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MITIGATION_EXTENSION_POINT_DISABLE_POLICY.java b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MITIGATION_EXTENSION_POINT_DISABLE_POLICY.java index d578d0d451a..cb2b11ca6cc 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MITIGATION_EXTENSION_POINT_DISABLE_POLICY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MITIGATION_EXTENSION_POINT_DISABLE_POLICY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MITIGATION_STRICT_HANDLE_CHECK_POLICY.java b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MITIGATION_STRICT_HANDLE_CHECK_POLICY.java index 3b7bc0b95b7..3cc05ba01c9 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MITIGATION_STRICT_HANDLE_CHECK_POLICY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MITIGATION_STRICT_HANDLE_CHECK_POLICY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MITIGATION_SYSTEM_CALL_DISABLE_POLICY.java b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MITIGATION_SYSTEM_CALL_DISABLE_POLICY.java index c9bac3322aa..a3eb0019b4a 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MITIGATION_SYSTEM_CALL_DISABLE_POLICY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PROCESS_MITIGATION_SYSTEM_CALL_DISABLE_POLICY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PSAPI_WORKING_SET_BLOCK.java b/systems/src/gen/java/org/bytedeco/systems/windows/PSAPI_WORKING_SET_BLOCK.java index 685080837e0..79becaca1df 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PSAPI_WORKING_SET_BLOCK.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PSAPI_WORKING_SET_BLOCK.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PSAPI_WORKING_SET_EX_BLOCK.java b/systems/src/gen/java/org/bytedeco/systems/windows/PSAPI_WORKING_SET_EX_BLOCK.java index 28d5b7c0838..6039d70801c 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PSAPI_WORKING_SET_EX_BLOCK.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PSAPI_WORKING_SET_EX_BLOCK.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PSAPI_WORKING_SET_EX_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/PSAPI_WORKING_SET_EX_INFORMATION.java index b3e0c15dd1a..94a7dfe093f 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PSAPI_WORKING_SET_EX_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PSAPI_WORKING_SET_EX_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PSAPI_WORKING_SET_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/PSAPI_WORKING_SET_INFORMATION.java index a9f5a82411f..d3a9ad7c6a8 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PSAPI_WORKING_SET_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PSAPI_WORKING_SET_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PSAPI_WS_WATCH_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/PSAPI_WS_WATCH_INFORMATION.java index cc104dd2bbf..218b6d8667a 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PSAPI_WS_WATCH_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PSAPI_WS_WATCH_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PSAPI_WS_WATCH_INFORMATION_EX.java b/systems/src/gen/java/org/bytedeco/systems/windows/PSAPI_WS_WATCH_INFORMATION_EX.java index 6aba8f7586e..f5032c14057 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PSAPI_WS_WATCH_INFORMATION_EX.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PSAPI_WS_WATCH_INFORMATION_EX.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PSECURE_MEMORY_CACHE_CALLBACK.java b/systems/src/gen/java/org/bytedeco/systems/windows/PSECURE_MEMORY_CACHE_CALLBACK.java index 565cfb1a16d..19030ed9ef6 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PSECURE_MEMORY_CACHE_CALLBACK.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PSECURE_MEMORY_CACHE_CALLBACK.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PTHREAD_START_ROUTINE.java b/systems/src/gen/java/org/bytedeco/systems/windows/PTHREAD_START_ROUTINE.java index 0d4ce493fa2..80e618a8f92 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PTHREAD_START_ROUTINE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PTHREAD_START_ROUTINE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PTIMERAPCROUTINE.java b/systems/src/gen/java/org/bytedeco/systems/windows/PTIMERAPCROUTINE.java index 16231ee6bb6..cb133d030ec 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PTIMERAPCROUTINE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PTIMERAPCROUTINE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PTOP_LEVEL_EXCEPTION_FILTER.java b/systems/src/gen/java/org/bytedeco/systems/windows/PTOP_LEVEL_EXCEPTION_FILTER.java index cc0e716ed70..3f52769679b 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PTOP_LEVEL_EXCEPTION_FILTER.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PTOP_LEVEL_EXCEPTION_FILTER.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PTP_CLEANUP_GROUP_CANCEL_CALLBACK.java b/systems/src/gen/java/org/bytedeco/systems/windows/PTP_CLEANUP_GROUP_CANCEL_CALLBACK.java index 1b8691b534a..1abf6b612fa 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PTP_CLEANUP_GROUP_CANCEL_CALLBACK.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PTP_CLEANUP_GROUP_CANCEL_CALLBACK.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PTP_SIMPLE_CALLBACK.java b/systems/src/gen/java/org/bytedeco/systems/windows/PTP_SIMPLE_CALLBACK.java index 4e536d2b3ce..b5b06cecc11 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PTP_SIMPLE_CALLBACK.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PTP_SIMPLE_CALLBACK.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PTP_TIMER_CALLBACK.java b/systems/src/gen/java/org/bytedeco/systems/windows/PTP_TIMER_CALLBACK.java index d9dab55d9a6..aed1be190ef 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PTP_TIMER_CALLBACK.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PTP_TIMER_CALLBACK.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PTP_WAIT_CALLBACK.java b/systems/src/gen/java/org/bytedeco/systems/windows/PTP_WAIT_CALLBACK.java index df8d0cc93e3..ee7526ae165 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PTP_WAIT_CALLBACK.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PTP_WAIT_CALLBACK.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PTP_WIN32_IO_CALLBACK.java b/systems/src/gen/java/org/bytedeco/systems/windows/PTP_WIN32_IO_CALLBACK.java index 71339cd749a..8c2e541fbd9 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PTP_WIN32_IO_CALLBACK.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PTP_WIN32_IO_CALLBACK.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PTP_WORK_CALLBACK.java b/systems/src/gen/java/org/bytedeco/systems/windows/PTP_WORK_CALLBACK.java index e2eec2ed4de..bbfd7f11583 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PTP_WORK_CALLBACK.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PTP_WORK_CALLBACK.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PUMS_COMPLETION_LIST.java b/systems/src/gen/java/org/bytedeco/systems/windows/PUMS_COMPLETION_LIST.java index 93d9438c674..bc5d2c89432 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PUMS_COMPLETION_LIST.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PUMS_COMPLETION_LIST.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PUMS_CONTEXT.java b/systems/src/gen/java/org/bytedeco/systems/windows/PUMS_CONTEXT.java index 68fb5fa36a1..f3e52e1a334 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PUMS_CONTEXT.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PUMS_CONTEXT.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PVECTORED_EXCEPTION_HANDLER.java b/systems/src/gen/java/org/bytedeco/systems/windows/PVECTORED_EXCEPTION_HANDLER.java index 1dcbc7f267f..79c00fdab4b 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PVECTORED_EXCEPTION_HANDLER.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PVECTORED_EXCEPTION_HANDLER.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/PVOID.java b/systems/src/gen/java/org/bytedeco/systems/windows/PVOID.java index 8be0501a570..daa6998d624 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/PVOID.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/PVOID.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/QUOTA_LIMITS.java b/systems/src/gen/java/org/bytedeco/systems/windows/QUOTA_LIMITS.java index c11846d3f34..1372d105ba2 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/QUOTA_LIMITS.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/QUOTA_LIMITS.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/QUOTA_LIMITS_EX.java b/systems/src/gen/java/org/bytedeco/systems/windows/QUOTA_LIMITS_EX.java index 305f2910ee7..163bb38ae22 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/QUOTA_LIMITS_EX.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/QUOTA_LIMITS_EX.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/RATE_QUOTA_LIMIT.java b/systems/src/gen/java/org/bytedeco/systems/windows/RATE_QUOTA_LIMIT.java index 999a433db3b..ac108accc9b 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/RATE_QUOTA_LIMIT.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/RATE_QUOTA_LIMIT.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/REASON_CONTEXT.java b/systems/src/gen/java/org/bytedeco/systems/windows/REASON_CONTEXT.java index e23aee73396..e98c772f7e8 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/REASON_CONTEXT.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/REASON_CONTEXT.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/REPARSE_GUID_DATA_BUFFER.java b/systems/src/gen/java/org/bytedeco/systems/windows/REPARSE_GUID_DATA_BUFFER.java index 95c43fdb995..f94832b9366 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/REPARSE_GUID_DATA_BUFFER.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/REPARSE_GUID_DATA_BUFFER.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/RESOURCEMANAGER_BASIC_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/RESOURCEMANAGER_BASIC_INFORMATION.java index 21cf2744329..40fa5359489 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/RESOURCEMANAGER_BASIC_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/RESOURCEMANAGER_BASIC_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/RESOURCEMANAGER_COMPLETION_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/RESOURCEMANAGER_COMPLETION_INFORMATION.java index 508a6776745..bdedb34cf74 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/RESOURCEMANAGER_COMPLETION_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/RESOURCEMANAGER_COMPLETION_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/RESUME_PERFORMANCE.java b/systems/src/gen/java/org/bytedeco/systems/windows/RESUME_PERFORMANCE.java index 2ffb00c0804..26083af19ab 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/RESUME_PERFORMANCE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/RESUME_PERFORMANCE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/RIP_INFO.java b/systems/src/gen/java/org/bytedeco/systems/windows/RIP_INFO.java index 07ab6ef9707..00639e5dfb2 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/RIP_INFO.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/RIP_INFO.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/RTL_BARRIER.java b/systems/src/gen/java/org/bytedeco/systems/windows/RTL_BARRIER.java index 0b5dd10d552..edc72441f0f 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/RTL_BARRIER.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/RTL_BARRIER.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/RTL_CONDITION_VARIABLE.java b/systems/src/gen/java/org/bytedeco/systems/windows/RTL_CONDITION_VARIABLE.java index 1e0de96f994..56afe6f32b1 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/RTL_CONDITION_VARIABLE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/RTL_CONDITION_VARIABLE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/RTL_CRITICAL_SECTION.java b/systems/src/gen/java/org/bytedeco/systems/windows/RTL_CRITICAL_SECTION.java index d3dcd496569..7b4848a74c0 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/RTL_CRITICAL_SECTION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/RTL_CRITICAL_SECTION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/RTL_CRITICAL_SECTION_DEBUG.java b/systems/src/gen/java/org/bytedeco/systems/windows/RTL_CRITICAL_SECTION_DEBUG.java index 7abded1a83e..2e455b28910 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/RTL_CRITICAL_SECTION_DEBUG.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/RTL_CRITICAL_SECTION_DEBUG.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/RTL_RUN_ONCE.java b/systems/src/gen/java/org/bytedeco/systems/windows/RTL_RUN_ONCE.java index 991e28e3b82..6d1ea6223a2 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/RTL_RUN_ONCE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/RTL_RUN_ONCE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/RTL_SRWLOCK.java b/systems/src/gen/java/org/bytedeco/systems/windows/RTL_SRWLOCK.java index 4426e1f3758..7ad849909d5 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/RTL_SRWLOCK.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/RTL_SRWLOCK.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/RTL_UMS_SCHEDULER_ENTRY_POINT.java b/systems/src/gen/java/org/bytedeco/systems/windows/RTL_UMS_SCHEDULER_ENTRY_POINT.java index 106d39756ef..cdaf8a073eb 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/RTL_UMS_SCHEDULER_ENTRY_POINT.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/RTL_UMS_SCHEDULER_ENTRY_POINT.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SCOPE_TABLE_AMD64.java b/systems/src/gen/java/org/bytedeco/systems/windows/SCOPE_TABLE_AMD64.java index a7e4f420187..9586a5302a4 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SCOPE_TABLE_AMD64.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SCOPE_TABLE_AMD64.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SCOPE_TABLE_ARM.java b/systems/src/gen/java/org/bytedeco/systems/windows/SCOPE_TABLE_ARM.java index 8946777e988..a2fcf3072a4 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SCOPE_TABLE_ARM.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SCOPE_TABLE_ARM.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SECURITY_ATTRIBUTES.java b/systems/src/gen/java/org/bytedeco/systems/windows/SECURITY_ATTRIBUTES.java index 05538a2ff3d..dd6bc64da82 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SECURITY_ATTRIBUTES.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SECURITY_ATTRIBUTES.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SECURITY_CAPABILITIES.java b/systems/src/gen/java/org/bytedeco/systems/windows/SECURITY_CAPABILITIES.java index fb4e73ce280..e814f1e0b2d 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SECURITY_CAPABILITIES.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SECURITY_CAPABILITIES.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SECURITY_DESCRIPTOR.java b/systems/src/gen/java/org/bytedeco/systems/windows/SECURITY_DESCRIPTOR.java index 3e12600892a..5b8f1eaa0b5 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SECURITY_DESCRIPTOR.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SECURITY_DESCRIPTOR.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SECURITY_DESCRIPTOR_RELATIVE.java b/systems/src/gen/java/org/bytedeco/systems/windows/SECURITY_DESCRIPTOR_RELATIVE.java index 7f2f2590c98..4c8fb7ed904 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SECURITY_DESCRIPTOR_RELATIVE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SECURITY_DESCRIPTOR_RELATIVE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SECURITY_OBJECT_AI_PARAMS.java b/systems/src/gen/java/org/bytedeco/systems/windows/SECURITY_OBJECT_AI_PARAMS.java index fb1b3964faf..51f52f45d27 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SECURITY_OBJECT_AI_PARAMS.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SECURITY_OBJECT_AI_PARAMS.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SECURITY_QUALITY_OF_SERVICE.java b/systems/src/gen/java/org/bytedeco/systems/windows/SECURITY_QUALITY_OF_SERVICE.java index fb0e1982645..28dd1c3168c 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SECURITY_QUALITY_OF_SERVICE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SECURITY_QUALITY_OF_SERVICE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SET_POWER_SETTING_VALUE.java b/systems/src/gen/java/org/bytedeco/systems/windows/SET_POWER_SETTING_VALUE.java index fe604edb8b7..9f690ef6084 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SET_POWER_SETTING_VALUE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SET_POWER_SETTING_VALUE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SE_ACCESS_REPLY.java b/systems/src/gen/java/org/bytedeco/systems/windows/SE_ACCESS_REPLY.java index b74d0620a89..6a7ea3e6fae 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SE_ACCESS_REPLY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SE_ACCESS_REPLY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SE_ACCESS_REQUEST.java b/systems/src/gen/java/org/bytedeco/systems/windows/SE_ACCESS_REQUEST.java index 68c2eb560ce..a448314dce3 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SE_ACCESS_REQUEST.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SE_ACCESS_REQUEST.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SE_IMPERSONATION_STATE.java b/systems/src/gen/java/org/bytedeco/systems/windows/SE_IMPERSONATION_STATE.java index 53e8773adda..02f864f8373 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SE_IMPERSONATION_STATE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SE_IMPERSONATION_STATE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SE_SECURITY_DESCRIPTOR.java b/systems/src/gen/java/org/bytedeco/systems/windows/SE_SECURITY_DESCRIPTOR.java index 94240b11c3c..cfcf80c1b62 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SE_SECURITY_DESCRIPTOR.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SE_SECURITY_DESCRIPTOR.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SID.java b/systems/src/gen/java/org/bytedeco/systems/windows/SID.java index 6b2808e927c..d7a4fb1cda5 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SID.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SID.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SID_AND_ATTRIBUTES.java b/systems/src/gen/java/org/bytedeco/systems/windows/SID_AND_ATTRIBUTES.java index 5b12ea7e183..b2bff4049d4 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SID_AND_ATTRIBUTES.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SID_AND_ATTRIBUTES.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SID_AND_ATTRIBUTES_HASH.java b/systems/src/gen/java/org/bytedeco/systems/windows/SID_AND_ATTRIBUTES_HASH.java index 466bba1bbb9..bafe9e545f9 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SID_AND_ATTRIBUTES_HASH.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SID_AND_ATTRIBUTES_HASH.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SID_IDENTIFIER_AUTHORITY.java b/systems/src/gen/java/org/bytedeco/systems/windows/SID_IDENTIFIER_AUTHORITY.java index 66c86ea262c..afdbe7f64db 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SID_IDENTIFIER_AUTHORITY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SID_IDENTIFIER_AUTHORITY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SINGLE_LIST_ENTRY.java b/systems/src/gen/java/org/bytedeco/systems/windows/SINGLE_LIST_ENTRY.java index ae4d4d4ec9f..78e07302360 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SINGLE_LIST_ENTRY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SINGLE_LIST_ENTRY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SLIST_ENTRY.java b/systems/src/gen/java/org/bytedeco/systems/windows/SLIST_ENTRY.java index aad397af5b6..4bedd2d7f26 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SLIST_ENTRY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SLIST_ENTRY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SLIST_HEADER.java b/systems/src/gen/java/org/bytedeco/systems/windows/SLIST_HEADER.java index 3bc3c323579..7aeb146c786 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SLIST_HEADER.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SLIST_HEADER.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/STARTUPINFOA.java b/systems/src/gen/java/org/bytedeco/systems/windows/STARTUPINFOA.java index cccc2081c0d..b79d5867024 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/STARTUPINFOA.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/STARTUPINFOA.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/STARTUPINFOEXA.java b/systems/src/gen/java/org/bytedeco/systems/windows/STARTUPINFOEXA.java index 81dcfd78416..a46c8171d2c 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/STARTUPINFOEXA.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/STARTUPINFOEXA.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/STARTUPINFOEXW.java b/systems/src/gen/java/org/bytedeco/systems/windows/STARTUPINFOEXW.java index 2a79b70781d..7d16767deb0 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/STARTUPINFOEXW.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/STARTUPINFOEXW.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/STARTUPINFOW.java b/systems/src/gen/java/org/bytedeco/systems/windows/STARTUPINFOW.java index 3f8a3fc9c04..209a6553d52 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/STARTUPINFOW.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/STARTUPINFOW.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SUPPORTED_OS_INFO.java b/systems/src/gen/java/org/bytedeco/systems/windows/SUPPORTED_OS_INFO.java index bff41073d3b..bb42215b2fd 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SUPPORTED_OS_INFO.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SUPPORTED_OS_INFO.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEMTIME.java b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEMTIME.java index 05f9541ee21..5cfd661b168 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEMTIME.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEMTIME.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_ALARM_ACE.java b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_ALARM_ACE.java index f353558759e..9a523a3a7be 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_ALARM_ACE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_ALARM_ACE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_ALARM_CALLBACK_ACE.java b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_ALARM_CALLBACK_ACE.java index 79ad660020d..10b73d17a68 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_ALARM_CALLBACK_ACE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_ALARM_CALLBACK_ACE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_ALARM_CALLBACK_OBJECT_ACE.java b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_ALARM_CALLBACK_OBJECT_ACE.java index 5531a082c1b..247017f071a 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_ALARM_CALLBACK_OBJECT_ACE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_ALARM_CALLBACK_OBJECT_ACE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_ALARM_OBJECT_ACE.java b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_ALARM_OBJECT_ACE.java index 1419a3a4189..6e3d6867205 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_ALARM_OBJECT_ACE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_ALARM_OBJECT_ACE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_AUDIT_ACE.java b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_AUDIT_ACE.java index 3a36d32b4fa..1b28afeadc1 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_AUDIT_ACE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_AUDIT_ACE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_AUDIT_CALLBACK_ACE.java b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_AUDIT_CALLBACK_ACE.java index be09c42d278..0c0be1b50fb 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_AUDIT_CALLBACK_ACE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_AUDIT_CALLBACK_ACE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_AUDIT_CALLBACK_OBJECT_ACE.java b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_AUDIT_CALLBACK_OBJECT_ACE.java index eb7942cd68f..17080210133 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_AUDIT_CALLBACK_OBJECT_ACE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_AUDIT_CALLBACK_OBJECT_ACE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_AUDIT_OBJECT_ACE.java b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_AUDIT_OBJECT_ACE.java index 1b576b35158..4136e815763 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_AUDIT_OBJECT_ACE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_AUDIT_OBJECT_ACE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_BATTERY_STATE.java b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_BATTERY_STATE.java index 7e6dbcae4d6..0a16ff9c4d3 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_BATTERY_STATE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_BATTERY_STATE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_INFO.java b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_INFO.java index aed611395b3..472a0eb88b0 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_INFO.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_INFO.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_LOGICAL_PROCESSOR_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_LOGICAL_PROCESSOR_INFORMATION.java index 23477295f28..08d369dda69 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_LOGICAL_PROCESSOR_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_LOGICAL_PROCESSOR_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX.java b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX.java index adc92c8416f..60292abe777 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_MANDATORY_LABEL_ACE.java b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_MANDATORY_LABEL_ACE.java index 51b2811a9ec..8f128ebac64 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_MANDATORY_LABEL_ACE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_MANDATORY_LABEL_ACE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_POWER_CAPABILITIES.java b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_POWER_CAPABILITIES.java index 16438e9101f..36cfde4a541 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_POWER_CAPABILITIES.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_POWER_CAPABILITIES.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_POWER_LEVEL.java b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_POWER_LEVEL.java index 53a46b16138..6587beacc7a 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_POWER_LEVEL.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_POWER_LEVEL.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_POWER_POLICY.java b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_POWER_POLICY.java index 6cd4fb0b61f..18e6adc9eda 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_POWER_POLICY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_POWER_POLICY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_POWER_STATUS.java b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_POWER_STATUS.java index 47eda63f00d..3ce16a27575 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_POWER_STATUS.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_POWER_STATUS.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_PROCESSOR_CYCLE_TIME_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_PROCESSOR_CYCLE_TIME_INFORMATION.java index 65d822174d5..a68e9645b2f 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_PROCESSOR_CYCLE_TIME_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_PROCESSOR_CYCLE_TIME_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_PROCESS_TRUST_LABEL_ACE.java b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_PROCESS_TRUST_LABEL_ACE.java index c7a2c5d2cb9..f03126036f3 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_PROCESS_TRUST_LABEL_ACE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_PROCESS_TRUST_LABEL_ACE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_RESOURCE_ATTRIBUTE_ACE.java b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_RESOURCE_ATTRIBUTE_ACE.java index e7725235dda..7f7a78cd227 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_RESOURCE_ATTRIBUTE_ACE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_RESOURCE_ATTRIBUTE_ACE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_SCOPED_POLICY_ID_ACE.java b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_SCOPED_POLICY_ID_ACE.java index 2c702869148..8908b6959d9 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_SCOPED_POLICY_ID_ACE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/SYSTEM_SCOPED_POLICY_ID_ACE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_CREATE_PARTITION.java b/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_CREATE_PARTITION.java index 44b7601cbb7..34529ee3eb7 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_CREATE_PARTITION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_CREATE_PARTITION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_ERASE.java b/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_ERASE.java index 5d83cfbd72a..d7a3865141f 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_ERASE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_ERASE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_GET_DRIVE_PARAMETERS.java b/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_GET_DRIVE_PARAMETERS.java index 6f0a3cdee95..205b4007822 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_GET_DRIVE_PARAMETERS.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_GET_DRIVE_PARAMETERS.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_GET_MEDIA_PARAMETERS.java b/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_GET_MEDIA_PARAMETERS.java index ba073256b4a..77501abf6dc 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_GET_MEDIA_PARAMETERS.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_GET_MEDIA_PARAMETERS.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_GET_POSITION.java b/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_GET_POSITION.java index af210acf0bc..7af57e0fc72 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_GET_POSITION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_GET_POSITION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_PREPARE.java b/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_PREPARE.java index 7988bfa8616..a1ea0e707b1 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_PREPARE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_PREPARE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_SET_DRIVE_PARAMETERS.java b/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_SET_DRIVE_PARAMETERS.java index 7d165411574..81cec7fc596 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_SET_DRIVE_PARAMETERS.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_SET_DRIVE_PARAMETERS.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_SET_MEDIA_PARAMETERS.java b/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_SET_MEDIA_PARAMETERS.java index 2ebc8378d7c..30feb9ffc88 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_SET_MEDIA_PARAMETERS.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_SET_MEDIA_PARAMETERS.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_SET_POSITION.java b/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_SET_POSITION.java index c49c825a041..7cee7293f07 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_SET_POSITION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_SET_POSITION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_WMI_OPERATIONS.java b/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_WMI_OPERATIONS.java index 3a5ec1459c5..6ac2517b7d9 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_WMI_OPERATIONS.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_WMI_OPERATIONS.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_WRITE_MARKS.java b/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_WRITE_MARKS.java index 63bdb1482c8..6a2c8fa8562 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_WRITE_MARKS.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TAPE_WRITE_MARKS.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/THREADENTRY32.java b/systems/src/gen/java/org/bytedeco/systems/windows/THREADENTRY32.java index fc4cf4cc8f7..8f0253644d5 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/THREADENTRY32.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/THREADENTRY32.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TIMECAPS.java b/systems/src/gen/java/org/bytedeco/systems/windows/TIMECAPS.java index b204b6d0bd4..e9733376d8e 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TIMECAPS.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TIMECAPS.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TIME_ZONE_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/TIME_ZONE_INFORMATION.java index a6be1245fbd..47dd116a021 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TIME_ZONE_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TIME_ZONE_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_ACCESS_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_ACCESS_INFORMATION.java index 5b4166f7ca2..2ddd83df333 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_ACCESS_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_ACCESS_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_APPCONTAINER_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_APPCONTAINER_INFORMATION.java index 92ef221f39d..915b18e0fdd 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_APPCONTAINER_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_APPCONTAINER_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_AUDIT_POLICY.java b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_AUDIT_POLICY.java index bc3835391ad..bd410d6c5c2 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_AUDIT_POLICY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_AUDIT_POLICY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_CONTROL.java b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_CONTROL.java index 232bb8e8658..2ad3d8481e6 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_CONTROL.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_CONTROL.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_DEFAULT_DACL.java b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_DEFAULT_DACL.java index 26be3da1025..f7f57ea8f2d 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_DEFAULT_DACL.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_DEFAULT_DACL.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_DEVICE_CLAIMS.java b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_DEVICE_CLAIMS.java index 9c685ec2180..71af05d80f3 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_DEVICE_CLAIMS.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_DEVICE_CLAIMS.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_ELEVATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_ELEVATION.java index 4ffd2bfa132..0a19325ec8d 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_ELEVATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_ELEVATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_GROUPS.java b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_GROUPS.java index 2686655a16b..f0a34da25b8 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_GROUPS.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_GROUPS.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_GROUPS_AND_PRIVILEGES.java b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_GROUPS_AND_PRIVILEGES.java index b002cb8195d..2c0ab68d79f 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_GROUPS_AND_PRIVILEGES.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_GROUPS_AND_PRIVILEGES.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_LINKED_TOKEN.java b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_LINKED_TOKEN.java index 2c1f55c600e..fdf30c53e72 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_LINKED_TOKEN.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_LINKED_TOKEN.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_MANDATORY_LABEL.java b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_MANDATORY_LABEL.java index 525570bdb25..ce3ccb07d38 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_MANDATORY_LABEL.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_MANDATORY_LABEL.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_MANDATORY_POLICY.java b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_MANDATORY_POLICY.java index df4aeefc5c0..75141a080c2 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_MANDATORY_POLICY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_MANDATORY_POLICY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_ORIGIN.java b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_ORIGIN.java index 80bba6a75a4..048f6ca736b 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_ORIGIN.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_ORIGIN.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_OWNER.java b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_OWNER.java index a98c4a08631..8de00d2d764 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_OWNER.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_OWNER.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_PRIMARY_GROUP.java b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_PRIMARY_GROUP.java index 0fa624577ca..9fceba1f738 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_PRIMARY_GROUP.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_PRIMARY_GROUP.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_PRIVILEGES.java b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_PRIVILEGES.java index 573f973a049..44c9d901902 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_PRIVILEGES.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_PRIVILEGES.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_SID_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_SID_INFORMATION.java index f84f0fc3dbd..f95f08248b8 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_SID_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_SID_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_SOURCE.java b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_SOURCE.java index 2fcf81c9a72..15f830afd5f 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_SOURCE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_SOURCE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_STATISTICS.java b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_STATISTICS.java index acf7e774df8..2020dc6ea90 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_STATISTICS.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_STATISTICS.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_USER.java b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_USER.java index 13cf2a9e0d9..46291d58879 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_USER.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_USER.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_USER_CLAIMS.java b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_USER_CLAIMS.java index db8c6233796..c13c80d00d9 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_USER_CLAIMS.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TOKEN_USER_CLAIMS.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TP_CALLBACK_ENVIRON_V3.java b/systems/src/gen/java/org/bytedeco/systems/windows/TP_CALLBACK_ENVIRON_V3.java index bcd5184bd61..14188033d43 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TP_CALLBACK_ENVIRON_V3.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TP_CALLBACK_ENVIRON_V3.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TP_CALLBACK_INSTANCE.java b/systems/src/gen/java/org/bytedeco/systems/windows/TP_CALLBACK_INSTANCE.java index 837890fb34e..2a959a19c02 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TP_CALLBACK_INSTANCE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TP_CALLBACK_INSTANCE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TP_CLEANUP_GROUP.java b/systems/src/gen/java/org/bytedeco/systems/windows/TP_CLEANUP_GROUP.java index 18b3d0c7c8e..a17b012235b 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TP_CLEANUP_GROUP.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TP_CLEANUP_GROUP.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TP_IO.java b/systems/src/gen/java/org/bytedeco/systems/windows/TP_IO.java index ae033250d64..df5c5722cd2 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TP_IO.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TP_IO.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TP_POOL.java b/systems/src/gen/java/org/bytedeco/systems/windows/TP_POOL.java index 08c5120bec1..cb2af469c0a 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TP_POOL.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TP_POOL.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TP_POOL_STACK_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/TP_POOL_STACK_INFORMATION.java index 602faa6dd58..9804e69230b 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TP_POOL_STACK_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TP_POOL_STACK_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TP_TIMER.java b/systems/src/gen/java/org/bytedeco/systems/windows/TP_TIMER.java index e9ed7af19d5..fb9537bb5af 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TP_TIMER.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TP_TIMER.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TP_WAIT.java b/systems/src/gen/java/org/bytedeco/systems/windows/TP_WAIT.java index ec99123afde..a7827350eb1 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TP_WAIT.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TP_WAIT.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TP_WORK.java b/systems/src/gen/java/org/bytedeco/systems/windows/TP_WORK.java index f0e4ef49b20..554e1ba4b11 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TP_WORK.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TP_WORK.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTIONMANAGER_BASIC_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTIONMANAGER_BASIC_INFORMATION.java index 3520109fdf3..89298408c7e 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTIONMANAGER_BASIC_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTIONMANAGER_BASIC_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTIONMANAGER_LOGPATH_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTIONMANAGER_LOGPATH_INFORMATION.java index e666351784f..fa97253bd5b 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTIONMANAGER_LOGPATH_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTIONMANAGER_LOGPATH_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTIONMANAGER_LOG_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTIONMANAGER_LOG_INFORMATION.java index 40fae028082..db1fddda2fa 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTIONMANAGER_LOG_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTIONMANAGER_LOG_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTIONMANAGER_OLDEST_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTIONMANAGER_OLDEST_INFORMATION.java index ca334bc4b88..bd14fccd466 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTIONMANAGER_OLDEST_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTIONMANAGER_OLDEST_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTIONMANAGER_RECOVERY_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTIONMANAGER_RECOVERY_INFORMATION.java index 61759f1d4c1..8a86099c7a7 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTIONMANAGER_RECOVERY_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTIONMANAGER_RECOVERY_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTION_BASIC_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTION_BASIC_INFORMATION.java index 0293baefcd4..7e6dfa560e6 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTION_BASIC_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTION_BASIC_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTION_BIND_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTION_BIND_INFORMATION.java index 9b2e8748946..8a0a59731e2 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTION_BIND_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTION_BIND_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTION_ENLISTMENTS_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTION_ENLISTMENTS_INFORMATION.java index ee1a1660192..243e7a0db49 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTION_ENLISTMENTS_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTION_ENLISTMENTS_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTION_ENLISTMENT_PAIR.java b/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTION_ENLISTMENT_PAIR.java index 08be1ff93fc..0137e8a13ce 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTION_ENLISTMENT_PAIR.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTION_ENLISTMENT_PAIR.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTION_LIST_ENTRY.java b/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTION_LIST_ENTRY.java index 9763113c9bd..7ef27dc5f6d 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTION_LIST_ENTRY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTION_LIST_ENTRY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTION_LIST_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTION_LIST_INFORMATION.java index 16a61f21211..a95c52c7722 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTION_LIST_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTION_LIST_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTION_PROPERTIES_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTION_PROPERTIES_INFORMATION.java index f0c06180e37..7121b73492c 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTION_PROPERTIES_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTION_PROPERTIES_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTION_SUPERIOR_ENLISTMENT_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTION_SUPERIOR_ENLISTMENT_INFORMATION.java index 4b6c66efdaa..a879279eb66 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTION_SUPERIOR_ENLISTMENT_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/TRANSACTION_SUPERIOR_ENLISTMENT_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/ULARGE_INTEGER.java b/systems/src/gen/java/org/bytedeco/systems/windows/ULARGE_INTEGER.java index 74bd309d5f2..631f607f523 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/ULARGE_INTEGER.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/ULARGE_INTEGER.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/UMS_CREATE_THREAD_ATTRIBUTES.java b/systems/src/gen/java/org/bytedeco/systems/windows/UMS_CREATE_THREAD_ATTRIBUTES.java index d7e0e3fb265..45a1c478ca6 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/UMS_CREATE_THREAD_ATTRIBUTES.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/UMS_CREATE_THREAD_ATTRIBUTES.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/UNLOAD_DLL_DEBUG_INFO.java b/systems/src/gen/java/org/bytedeco/systems/windows/UNLOAD_DLL_DEBUG_INFO.java index 46e3fd09477..3a7e0c36087 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/UNLOAD_DLL_DEBUG_INFO.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/UNLOAD_DLL_DEBUG_INFO.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/WAITORTIMERCALLBACKFUNC.java b/systems/src/gen/java/org/bytedeco/systems/windows/WAITORTIMERCALLBACKFUNC.java index 3864240793d..fd85ab2d965 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/WAITORTIMERCALLBACKFUNC.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/WAITORTIMERCALLBACKFUNC.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/WIN32_FILE_ATTRIBUTE_DATA.java b/systems/src/gen/java/org/bytedeco/systems/windows/WIN32_FILE_ATTRIBUTE_DATA.java index d4a6d438314..c5e3381f1f1 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/WIN32_FILE_ATTRIBUTE_DATA.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/WIN32_FILE_ATTRIBUTE_DATA.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/WIN32_FIND_DATAA.java b/systems/src/gen/java/org/bytedeco/systems/windows/WIN32_FIND_DATAA.java index 79802296bb9..e9e5a4843cd 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/WIN32_FIND_DATAA.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/WIN32_FIND_DATAA.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/WIN32_FIND_DATAW.java b/systems/src/gen/java/org/bytedeco/systems/windows/WIN32_FIND_DATAW.java index bf0f022022d..434042ed8e9 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/WIN32_FIND_DATAW.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/WIN32_FIND_DATAW.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/WIN32_FIND_STREAM_DATA.java b/systems/src/gen/java/org/bytedeco/systems/windows/WIN32_FIND_STREAM_DATA.java index 4899ca50aba..25ec378b29f 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/WIN32_FIND_STREAM_DATA.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/WIN32_FIND_STREAM_DATA.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/WIN32_STREAM_ID.java b/systems/src/gen/java/org/bytedeco/systems/windows/WIN32_STREAM_ID.java index 25003f66ed3..58b7c4e372a 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/WIN32_STREAM_ID.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/WIN32_STREAM_ID.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/WORKERCALLBACKFUNC.java b/systems/src/gen/java/org/bytedeco/systems/windows/WORKERCALLBACKFUNC.java index fdc012c1428..f686c315003 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/WORKERCALLBACKFUNC.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/WORKERCALLBACKFUNC.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/WOW64_CONTEXT.java b/systems/src/gen/java/org/bytedeco/systems/windows/WOW64_CONTEXT.java index dce3a1593bb..03e673a6fa0 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/WOW64_CONTEXT.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/WOW64_CONTEXT.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/WOW64_DESCRIPTOR_TABLE_ENTRY.java b/systems/src/gen/java/org/bytedeco/systems/windows/WOW64_DESCRIPTOR_TABLE_ENTRY.java index f841153bd30..4d678c77e00 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/WOW64_DESCRIPTOR_TABLE_ENTRY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/WOW64_DESCRIPTOR_TABLE_ENTRY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/WOW64_FLOATING_SAVE_AREA.java b/systems/src/gen/java/org/bytedeco/systems/windows/WOW64_FLOATING_SAVE_AREA.java index a22413e8c8e..0eab0bfc0d4 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/WOW64_FLOATING_SAVE_AREA.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/WOW64_FLOATING_SAVE_AREA.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/WOW64_LDT_ENTRY.java b/systems/src/gen/java/org/bytedeco/systems/windows/WOW64_LDT_ENTRY.java index 8eaeca24621..40c56a45814 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/WOW64_LDT_ENTRY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/WOW64_LDT_ENTRY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/XSAVE_AREA.java b/systems/src/gen/java/org/bytedeco/systems/windows/XSAVE_AREA.java index 5c3a00f3076..fe288b47db9 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/XSAVE_AREA.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/XSAVE_AREA.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/XSAVE_AREA_HEADER.java b/systems/src/gen/java/org/bytedeco/systems/windows/XSAVE_AREA_HEADER.java index 6104e4111a6..19855a961ed 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/XSAVE_AREA_HEADER.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/XSAVE_AREA_HEADER.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/XSAVE_FORMAT.java b/systems/src/gen/java/org/bytedeco/systems/windows/XSAVE_FORMAT.java index 4264f376bb2..f869cde04bf 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/XSAVE_FORMAT.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/XSAVE_FORMAT.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/XSTATE_CONFIGURATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/XSTATE_CONFIGURATION.java index a6d64743e3a..57509af0f6d 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/XSTATE_CONFIGURATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/XSTATE_CONFIGURATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/XSTATE_CONTEXT.java b/systems/src/gen/java/org/bytedeco/systems/windows/XSTATE_CONTEXT.java index 927f36f1948..02992499bad 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/XSTATE_CONTEXT.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/XSTATE_CONTEXT.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/XSTATE_FEATURE.java b/systems/src/gen/java/org/bytedeco/systems/windows/XSTATE_FEATURE.java index 9365a468976..e5e1ab442db 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/XSTATE_FEATURE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/XSTATE_FEATURE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/_ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/_ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION.java index d93459e931b..d80e0adcaac 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/_ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/_ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/_ACTIVATION_CONTEXT_BASIC_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/_ACTIVATION_CONTEXT_BASIC_INFORMATION.java index c3a691c1bc7..8e1b68df1f4 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/_ACTIVATION_CONTEXT_BASIC_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/_ACTIVATION_CONTEXT_BASIC_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/_ACTIVATION_CONTEXT_COMPATIBILITY_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/_ACTIVATION_CONTEXT_COMPATIBILITY_INFORMATION.java index c930ee55ab6..7d03da3f86d 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/_ACTIVATION_CONTEXT_COMPATIBILITY_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/_ACTIVATION_CONTEXT_COMPATIBILITY_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/_ACTIVATION_CONTEXT_DETAILED_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/_ACTIVATION_CONTEXT_DETAILED_INFORMATION.java index d2b8cdf38dc..cba810adda5 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/_ACTIVATION_CONTEXT_DETAILED_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/_ACTIVATION_CONTEXT_DETAILED_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/_ACTIVATION_CONTEXT_QUERY_INDEX.java b/systems/src/gen/java/org/bytedeco/systems/windows/_ACTIVATION_CONTEXT_QUERY_INDEX.java index 109e091cb86..9d5b4d27d8c 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/_ACTIVATION_CONTEXT_QUERY_INDEX.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/_ACTIVATION_CONTEXT_QUERY_INDEX.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/_ACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION.java b/systems/src/gen/java/org/bytedeco/systems/windows/_ACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION.java index 37b459e139c..90af86e2c37 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/_ACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/_ACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/_COMPATIBILITY_CONTEXT_ELEMENT.java b/systems/src/gen/java/org/bytedeco/systems/windows/_COMPATIBILITY_CONTEXT_ELEMENT.java index 7742d8eec7f..f50cc55475f 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/_COMPATIBILITY_CONTEXT_ELEMENT.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/_COMPATIBILITY_CONTEXT_ELEMENT.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/_EVENTSFORLOGFILE.java b/systems/src/gen/java/org/bytedeco/systems/windows/_EVENTSFORLOGFILE.java index 18eaa98275a..58fb626eeb1 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/_EVENTSFORLOGFILE.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/_EVENTSFORLOGFILE.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/_IMAGE_RUNTIME_FUNCTION_ENTRY.java b/systems/src/gen/java/org/bytedeco/systems/windows/_IMAGE_RUNTIME_FUNCTION_ENTRY.java index a7850b863eb..4ebc8620643 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/_IMAGE_RUNTIME_FUNCTION_ENTRY.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/_IMAGE_RUNTIME_FUNCTION_ENTRY.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/_PACKEDEVENTINFO.java b/systems/src/gen/java/org/bytedeco/systems/windows/_PACKEDEVENTINFO.java index 6d2df88fb12..289a71fc699 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/_PACKEDEVENTINFO.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/_PACKEDEVENTINFO.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/_PROC_THREAD_ATTRIBUTE_LIST.java b/systems/src/gen/java/org/bytedeco/systems/windows/_PROC_THREAD_ATTRIBUTE_LIST.java index aa06abf9053..75ce2284b56 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/_PROC_THREAD_ATTRIBUTE_LIST.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/_PROC_THREAD_ATTRIBUTE_LIST.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; diff --git a/systems/src/gen/java/org/bytedeco/systems/windows/_SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX.java b/systems/src/gen/java/org/bytedeco/systems/windows/_SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX.java index 361b572c82f..203ee4b34c1 100644 --- a/systems/src/gen/java/org/bytedeco/systems/windows/_SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX.java +++ b/systems/src/gen/java/org/bytedeco/systems/windows/_SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX.java @@ -1,4 +1,4 @@ -// Targeted by JavaCPP version 1.5.10: DO NOT EDIT THIS FILE +// Targeted by JavaCPP version 1.5.11-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows;