mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 16:21:06 +00:00
nss_db: Quash read implicit declaration warning
In the function `internal_setent' is used the function read, but the forward declaration is missing. Thusly fixed.
This commit is contained in:
parent
fa3fc0fe5f
commit
07f494a027
@ -1,3 +1,7 @@
|
||||
2011-06-23 Marek Polacek <mpolacek@redhat.com>
|
||||
|
||||
* nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
|
||||
|
||||
2011-06-22 Ulrich Drepper <drepper@gmail.com>
|
||||
|
||||
[BZ #12907]
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include <dlfcn.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/mman.h>
|
||||
#include <not-cancel.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user