1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03: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:
Marek Polacek
2011-06-24 02:57:27 -04:00
committed by Ulrich Drepper
parent fa3fc0fe5f
commit 07f494a027
2 changed files with 5 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include <dlfcn.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/mman.h>
#include <not-cancel.h>