lkml.org 
[lkml]   [2003]   [Oct]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] [2/2] posix message queues
On Fri, Oct 03, 2003 at 05:59:26PM +0200, Peter Wächtler wrote:
> diff -X dontdiff -Nur vanilla-2.6.0-test6/include/asm-i386/unistd.h linux-2.6.0-test6/include/asm-i386/unistd.h
> --- vanilla-2.6.0-test6/include/asm-i386/unistd.h 2003-08-23 01:57:19.000000000 +0200
> +++ linux-2.6.0-test6/include/asm-i386/unistd.h 2003-09-07 21:48:07.000000000 +0200
> @@ -278,8 +278,15 @@
> #define __NR_tgkill 270
> #define __NR_utimes 271
> #define __NR_fadvise64_64 272
> +#define __NR_sys_mq_open 273
> +#define __NR_sys_mq_unlink (__NR_sys_mq_open+1)
> +#define __NR_mq_timedsend (__NR_sys_mq_open+2)
> +#define __NR_mq_timedreceive (__NR_sys_mq_open+3)
> +#define __NR_mq_notify (__NR_sys_mq_open+4)
> +#define __NR_mq_getattr (__NR_sys_mq_open+5)
> +#define __NR_mq_setattr (__NR_sys_mq_open+6)

s/__NR_sys_mq/__NR_mq/g

Jakub
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:49    [W:2.078 / U:0.260 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site