summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/support/fstest_support.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-02-08 15:57:04 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-02-08 15:57:04 +0100
commit28860ec03c339eb936205cd7750b0e1584981521 (patch)
tree74d27523a1ac6def54c19f7322b1232ea73a4ea7 /testsuites/fstests/support/fstest_support.c
parentPOSIX conformance (diff)
downloadrtems-28860ec03c339eb936205cd7750b0e1584981521.tar.bz2
Fixed warnings and minor bugs
o Due to the usual integer propagation rules care must be taken in case off_t is involved. o Use the effective UID and GID consistently.
Diffstat (limited to '')
-rw-r--r--testsuites/fstests/support/fstest_support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/fstests/support/fstest_support.c b/testsuites/fstests/support/fstest_support.c
index 5d8dd4c36a..239bdb91f3 100644
--- a/testsuites/fstests/support/fstest_support.c
+++ b/testsuites/fstests/support/fstest_support.c
@@ -34,7 +34,7 @@
/* Break out of a chroot() environment in C */
-void break_out_of_chroot(void)
+static void break_out_of_chroot(void)
{
int dir_fd; /* File descriptor to directory */