| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH] removed F_SETSIG and F_GETSIG |
| From: | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> |
| Date: | Wed, 16 Aug 2006 23:10:00 +0900 |
| Cc: | yoichi_yuasa@tripeaks.co.jp, linux-mips <linux-mips@linux-mips.org> |
| Organization: | TriPeaks Corporation |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Hi Ralf, F_SETSIG and F_GETSIG are already defined in asm-generic/fcntl.h Yoichi Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> diff -pruN -X mips/Documentation/dontdiff mips-orig/include/asm-mips/fcntl.h mips/include/asm-mips/fcntl.h --- mips-orig/include/asm-mips/fcntl.h 2006-08-07 00:51:04.347826750 +0900 +++ mips/include/asm-mips/fcntl.h 2006-08-07 00:49:09.836670250 +0900 @@ -25,8 +25,6 @@ #define F_SETOWN 24 /* for sockets. */ #define F_GETOWN 23 /* for sockets. */ -#define F_SETSIG 10 /* for sockets. */ -#define F_GETSIG 11 /* for sockets. */ #ifndef __mips64 #define F_GETLK64 33 /* using 'struct flock64' */ |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] removed common definitions in signal.h, Yoichi Yuasa |
|---|---|
| Next by Date: | Re: [PATCH] removed common definitions in signal.h, Ralf Baechle |
| Previous by Thread: | [PATCH] removed common definitions in signal.h, Yoichi Yuasa |
| Next by Thread: | Re: [PATCH] removed F_SETSIG and F_GETSIG, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |