1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

* include/ifaddrs.h: Get uint32_t definition.

* posix/tst-rfc3484.c: Update fake __check_pf implementation.
	* posix/tst-rfc3484-2.c: Likewise.
This commit is contained in:
Ulrich Drepper
2006-04-20 06:27:35 +00:00
parent f9d07577ce
commit 86e0544901
4 changed files with 11 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
#ifndef _IFADDRS_H
#include <inet/ifaddrs.h>
#include <stdbool.h>
#include <stdint.h>
libc_hidden_proto (getifaddrs)
libc_hidden_proto (freeifaddrs)