diff options
Diffstat (limited to 'nss/nss_db')
-rw-r--r-- | nss/nss_db/db-XXX.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/nss_db/db-XXX.c b/nss/nss_db/db-XXX.c index 3f6f35d7ec..792dc5cea9 100644 --- a/nss/nss_db/db-XXX.c +++ b/nss/nss_db/db-XXX.c @@ -47,7 +47,7 @@ Cambridge, MA 02139, USA. */ #endif /* Locks the static variables in this file. */ -__libc_lock_define_initialized (static, lock); +__libc_lock_define_initialized (static, lock) /* Maintenance of the shared handle open on the database. */ |