lkml.org 
[lkml]   [2014]   [Aug]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH -mm] headers: prctl.h -- Add missing linux/types.h
Stephen reported:

| After merging the akpm-current tree, today's linux-next build (x86_64
| allmodconfig) failed like this:
|
| ./usr/include/linux/prctl.h:132: found __[us]{8,16,32,64} type without #include <linux/types.h>
| In file included from /usr/include/x86_64-linux-gnu/sys/prctl.h:23:0,
| from Documentation/prctl/disable-tsc-test.c:14:
| ./usr/include/linux/prctl.h:132:2: error: unknown type name '__u64'
|

Include the header needed.

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
---
include/uapi/linux/prctl.h | 2 ++
1 file changed, 2 insertions(+)

Index: linux-2.6.git/include/uapi/linux/prctl.h
===================================================================
--- linux-2.6.git.orig/include/uapi/linux/prctl.h
+++ linux-2.6.git/include/uapi/linux/prctl.h
@@ -1,6 +1,8 @@
#ifndef _LINUX_PRCTL_H
#define _LINUX_PRCTL_H

+#include <linux/types.h>
+
/* Values to pass as first argument to prctl() */

#define PR_SET_PDEATHSIG 1 /* Second arg is a signal */

\
 
 \ /
  Last update: 2014-08-27 00:21    [W:3.365 / U:0.072 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site