* fcntl.cc (fcntl): Define as export alias for fcntl64 on x86_64.
This commit is contained in:
@@ -89,6 +89,7 @@ done:
|
||||
}
|
||||
|
||||
#ifdef __x86_64__
|
||||
EXPORT_ALIAS (fcntl64, fcntl)
|
||||
EXPORT_ALIAS (fcntl64, _fcntl)
|
||||
#else
|
||||
extern "C" int
|
||||
|
Reference in New Issue
Block a user