summaryrefslogtreecommitdiff
path: root/sysdeps/unix/bsd/telldir.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/bsd/telldir.c')
-rw-r--r--sysdeps/unix/bsd/telldir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/bsd/telldir.c b/sysdeps/unix/bsd/telldir.c
index 4400883357..a01b30248b 100644
--- a/sysdeps/unix/bsd/telldir.c
+++ b/sysdeps/unix/bsd/telldir.c
@@ -36,7 +36,7 @@ struct record
#define NBUCKETS 32
static struct record *records[32];
static off_t lastpos;
-__libc_lock_define_initialized(static, lock); /* Locks above data. */
+__libc_lock_define_initialized(static, lock) /* Locks above data. */
/* Return the current position of DIRP. */