test sigsetjmp with savesigs=0
[libc-test] / src / common / test.h
index 21e5caf..d30fb1c 100644 (file)
@@ -11,6 +11,7 @@ extern volatile int t_status;
 int t_printf(const char *s, ...);
 
 int t_vmfill(void **, size_t *, int);
+int t_memfill(void);
 
 void t_fdfill(void);
 
@@ -25,3 +26,4 @@ char *t_pathrel(char *buf, size_t n, char *argv0, char *p);
 
 int t_setrlim(int r, long lim);
 
+int t_setutf8(void);