X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-ltinfo;h=da64694ee7742540e180fec74fe9e93355c3aad8;hp=ec24d160e89f6c3713e0f97f0ae562c7a1a6afe8;hb=493e2f7b3fc309879f561a094fdfc15e5304b3d6;hpb=5a107d6f2a641ef5a33c8976fbd6cd26a3196a0d diff --git a/ncurses/llib-ltinfo b/ncurses/llib-ltinfo index ec24d160..da64694e 100644 --- a/ncurses/llib-ltinfo +++ b/ncurses/llib-ltinfo @@ -76,6 +76,19 @@ NCURSES_BOOL _nc_is_file_path( int _nc_env_access(void) { return(*(int *)0); } +#undef _nc_safe_fopen +FILE *_nc_safe_fopen( + const char *path, + const char *mode) + { return(*(FILE **)0); } + +#undef _nc_safe_open3 +int _nc_safe_open3( + const char *path, + int flags, + mode_t mode) + { return(*(int *)0); } + /* ./tinfo/add_tries.c */ #undef _nc_add_to_try @@ -886,6 +899,7 @@ int _nc_tparm_err; #undef _nc_tparm_analyze int _nc_tparm_analyze( + TERMINAL *term, const char *string, char **p_is_s, int *_nc_popcount) @@ -910,6 +924,11 @@ char *_nc_tiparm( ...) { return(*(char **)0); } +#undef _nc_reset_tparm +void _nc_reset_tparm( + TERMINAL *term) + { /* void */ } + /* ./tinfo/lib_tputs.c */ #undef PC