aboutsummaryrefslogtreecommitdiff
blob: 8e0cdb0c3dc25daae1158b13c111d95294e5cba2 (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * fopen64() wrapper.
 *
 * Copyright 1999-2009 Gentoo Foundation
 * Licensed under the GPL-2
 */

#include "__64_pre.h"
#include "fopen.c"
#include "__64_post.h"