summaryrefslogtreecommitdiff
path: root/linux/personality.h
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2014-02-05 12:56:26 +0000
committerDmitry V. Levin <ldv@altlinux.org>2014-02-05 12:56:26 +0000
commitd21f186a94086fae25788e14c584fcce52bd67b6 (patch)
tree78bacd7afbf3b11aec14e0edc9a39d9a9ed45197 /linux/personality.h
parent99db95dd039d8fd700e7759bf4969abb55b979b9 (diff)
downloadstrace-d21f186a94086fae25788e14c584fcce52bd67b6.tar.gz
strace-d21f186a94086fae25788e14c584fcce52bd67b6.tar.bz2
strace-d21f186a94086fae25788e14c584fcce52bd67b6.tar.xz
Use prepared editions of recently imported linux headers
* linux/fanotify.h: Replace with edition prepared with headers_install.sh. * linux/personality.h: Likewise.
Diffstat (limited to 'linux/personality.h')
-rw-r--r--linux/personality.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/personality.h b/linux/personality.h
index aa169c4..9971703 100644
--- a/linux/personality.h
+++ b/linux/personality.h
@@ -1,5 +1,5 @@
-#ifndef _UAPI_LINUX_PERSONALITY_H
-#define _UAPI_LINUX_PERSONALITY_H
+#ifndef _LINUX_PERSONALITY_H
+#define _LINUX_PERSONALITY_H
/*
@@ -66,4 +66,4 @@ enum {
};
-#endif /* _UAPI_LINUX_PERSONALITY_H */
+#endif /* _LINUX_PERSONALITY_H */