/usr/include/zsh/context.epro is in zsh-dev 5.1.1-1ubuntu2.3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | /* Generated automatically */
#ifndef have_Src_context_globals
#define have_Src_context_globals
extern mod_import_function void zcontext_save_partial _((int parts));
extern mod_import_function void zcontext_save _((void));
extern mod_import_function void zcontext_restore_partial _((int parts));
extern mod_import_function void zcontext_restore _((void));
#endif /* !have_Src_context_globals */
|