1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +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

@ -1,5 +1,4 @@
/* Copyright (C) 1993,95,96,97,98,2000,2001,2002,2003,2008,2011
Free Software Foundation, Inc.
/* Copyright (C) 1993-2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@ -34,6 +33,8 @@
#include <shlib-compat.h>
#include <fd_to_filename.h>
#include <kernel-features.h>
FILE*
freopen (filename, mode, fp)
const char* filename;