Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../.././../../../../usr/include/vm/mclib.h
Real path: /usr/include/vm/mclib.h
Zurück
/* * Copyright (c) 2017, 2020, Oracle and/or its affiliates. */ #ifndef _VM_MCLIB_H #define _VM_MCLIB_H #include <sys/types.h> #include <sys/mman.h> #ifdef __cplusplus extern "C" { #endif /* This interface is 64-bit only */ #ifdef _LP64 typedef struct { mc_id_t mc_id; int mc_index; int mc_num; int mc_attr; mc_flags_t mc_flags; mc_cookie_t mc_cookie; } mc_args_t; /* * Library function implemented efficiently by the platform. */ extern int mc_enable_fast(mc_id_t, int, int); extern int mc_disable_fast(mc_id_t, int); #endif /* _LP64 */ #ifdef __cplusplus } #endif #endif /* _VM_MCLIB_H */