* fcntl.cc (fcntl): Define as export alias for fcntl64 on x86_64.

This commit is contained in:
Corinna Vinschen
2013-04-26 18:20:17 +00:00
parent 7881a70fad
commit 151f737ab0
3 changed files with 9 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ done:
}
#ifdef __x86_64__
EXPORT_ALIAS (fcntl64, fcntl)
EXPORT_ALIAS (fcntl64, _fcntl)
#else
extern "C" int