浏览代码
Merge pull request #191 from szlin/master
Fix warning of implicit declaration of function 'strcasestr'
master
Arun Prakash Jana
GitHub
6 年前
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有
1 个文件被更改,包括
3 次插入 和
0 次删除
-
src/nnn.c
|
|
@@ -29,6 +29,9 @@ |
|
|
|
*/ |
|
|
|
|
|
|
|
#ifdef __linux__ |
|
|
|
#ifndef _GNU_SOURCE |
|
|
|
#define _GNU_SOURCE |
|
|
|
#endif |
|
|
|
#if defined(__arm__) || defined(__i386__) |
|
|
|
#define _FILE_OFFSET_BITS 64 /* Support large files on 32-bit */ |
|
|
|
#endif |
|
|
|