public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Pranav Kant <pranavk@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc/google/grte/v5-2.27/master] Avoid error due to -Wimplicit-function-declaration
Date: Tue, 14 Nov 2023 18:49:45 +0000 (GMT) [thread overview]
Message-ID: <20231114184945.A5EF33858C2D@sourceware.org> (raw)
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=fe59db4d1bb6e1030cfb95fa800503191ad4c4e8
commit fe59db4d1bb6e1030cfb95fa800503191ad4c4e8
Author: Pranav Kant <prka@google.com>
Date: Tue Sep 26 19:03:26 2023 +0000
Avoid error due to -Wimplicit-function-declaration
Diff:
---
nss/nss_borg/borg-pwd.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/nss/nss_borg/borg-pwd.c b/nss/nss_borg/borg-pwd.c
index 2e50b287a9..b3c18e055c 100644
--- a/nss/nss_borg/borg-pwd.c
+++ b/nss/nss_borg/borg-pwd.c
@@ -9,6 +9,7 @@
#include <string.h>
#include <sys/types.h>
#include <syslog.h>
+#include <unistd.h>
#include <libc-lock.h>
__libc_lock_define_initialized(static, lock)
reply other threads:[~2023-11-14 18:49 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231114184945.A5EF33858C2D@sourceware.org \
--to=pranavk@sourceware.org \
--cc=glibc-cvs@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).