aboutsummaryrefslogtreecommitdiffstats
path: root/guts/ulckpwdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/ulckpwdf.c')
-rw-r--r--guts/ulckpwdf.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/guts/ulckpwdf.c b/guts/ulckpwdf.c
deleted file mode 100644
index bdb6f42..0000000
--- a/guts/ulckpwdf.c
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * Copyright (c) 2010 Wind River Systems; see
- * guts/COPYRIGHT for information.
- *
- * static int
- * wrap_ulckpwdf(void) {
- * int rc = -1;
- */
-
- /* lock is cleared automatically on close */
- pseudo_pwd_lck_close();
- rc = 0;
-
-/* return rc;
- * }
- */