]> git.ipfire.org Git - thirdparty/glibc.git/blame - string/tst-strfry.c
Make soft-float powerpc swapcontext restore the signal mask (bug 21045).
[thirdparty/glibc.git] / string / tst-strfry.c
CommitLineData
806bc96a
UD
1#include <stdio.h>
2#include <string.h>
3
4static int
5do_test (void)
6{
7 char str[] = "this is a test";
8
9 strfry (str);
10
11 return 0;
12}
13
14#define TEST_FUNCTION do_test ()
15#include "../test-skeleton.c"