소스 검색

[MIPS] Remove F_SETSIG and F_GETSIG in favor of the asm-generic definitions.

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Yoichi Yuasa 19 년 전
부모
커밋
bdb37c8d63
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      include/asm-mips/fcntl.h

+ 0 - 2
include/asm-mips/fcntl.h

@@ -25,8 +25,6 @@
 
 
 #define F_SETOWN	24	/*  for sockets. */
 #define F_SETOWN	24	/*  for sockets. */
 #define F_GETOWN	23	/*  for sockets. */
 #define F_GETOWN	23	/*  for sockets. */
-#define F_SETSIG	10	/*  for sockets. */
-#define F_GETSIG	11	/*  for sockets. */
 
 
 #ifndef __mips64
 #ifndef __mips64
 #define F_GETLK64	33	/*  using 'struct flock64' */
 #define F_GETLK64	33	/*  using 'struct flock64' */