aboutsummaryrefslogtreecommitdiffstats
path: root/ports/unix/guts/unlinkat.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/unix/guts/unlinkat.c')
-rw-r--r--ports/unix/guts/unlinkat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/unix/guts/unlinkat.c b/ports/unix/guts/unlinkat.c
index 8a359d1..bd51b09 100644
--- a/ports/unix/guts/unlinkat.c
+++ b/ports/unix/guts/unlinkat.c
@@ -9,7 +9,7 @@
pseudo_msg_t *msg;
int save_errno;
PSEUDO_STATBUF buf;
- int old_db_entry;
+ int old_db_entry = 0;
#ifdef PSEUDO_NO_REAL_AT_FUNCTIONS
if (dirfd != AT_FDCWD) {