aboutsummaryrefslogtreecommitdiffstats
path: root/guts/getuid.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/getuid.c')
-rw-r--r--guts/getuid.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/guts/getuid.c b/guts/getuid.c
deleted file mode 100644
index e783cc8..0000000
--- a/guts/getuid.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * Copyright (c) 2008-2010 Wind River Systems; see
- * guts/COPYRIGHT for information.
- *
- * static uid_t
- * wrap_getuid(void) {
- * uid_t rc = 0;
- */
-
- rc = pseudo_ruid;
-
-/* return rc;
- * }
- */