提交 a932fec8 编写于 作者: R Ralf Baechle

MIPS: Use proper include guard symbol for <uapi/asm/fcntl.h>.

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 4b54f065
......@@ -5,8 +5,8 @@
*
* Copyright (C) 1995, 96, 97, 98, 99, 2003, 05 Ralf Baechle
*/
#ifndef _ASM_FCNTL_H
#define _ASM_FCNTL_H
#ifndef _UAPI_ASM_FCNTL_H
#define _UAPI_ASM_FCNTL_H
#define O_APPEND 0x0008
......@@ -74,4 +74,4 @@ struct flock {
#include <asm-generic/fcntl.h>
#endif /* _ASM_FCNTL_H */
#endif /* _UAPI_ASM_FCNTL_H */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册