1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Hurd: #include <kernel-features.h>

This commit is contained in:
Thomas Schwinge
2012-05-10 14:39:53 -07:00
committed by Roland McGrath
parent 38de94a5ef
commit 37233df9d1
8 changed files with 28 additions and 15 deletions

View File

@ -56,6 +56,8 @@ static char sccsid[] = "@(#)syslog.c 8.4 (Berkeley) 3/18/94";
#include <libio/iolibio.h>
#include <math_ldbl_opt.h>
#include <kernel-features.h>
#define ftell(s) INTUSE(_IO_ftell) (s)
static int LogType = SOCK_DGRAM; /* type of socket connection */