summaryrefslogtreecommitdiff
path: root/nptl/tst-umask1.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/tst-umask1.c')
-rw-r--r--nptl/tst-umask1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/tst-umask1.c b/nptl/tst-umask1.c
index 96f83cc53d..fa20232831 100644
--- a/nptl/tst-umask1.c
+++ b/nptl/tst-umask1.c
@@ -65,7 +65,7 @@ work (const char *fname, int mask)
if ((st.st_mode & mask) != 0)
{
printf ("mask not successful after %s: %x still set\n",
- fcts[i].name, (unsigned int) (st.st_mode & mask));
+ fcts[i].name, (unsigned int) (st.st_mode & mask));
result = 1;
}
}