projects
/
platform
/
upstream
/
nsjail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53905ed
)
Remove _FORTIFY_SOURCE=2
author
Jagger
<robert@swiecki.net>
Thu, 21 Jan 2016 23:11:31 +0000
(
00:11
+0100)
committer
Jagger
<robert@swiecki.net>
Thu, 21 Jan 2016 23:11:31 +0000
(
00:11
+0100)
nsjail.h
patch
|
blob
|
history
diff --git
a/nsjail.h
b/nsjail.h
index 4771f3b0ed636fc13fe6f5d75b7cfec7d67b38a5..c8dcd338bcd2e1da7fa4fe6c1b412bebf168706b 100644
(file)
--- a/
nsjail.h
+++ b/
nsjail.h
@@
-19,13
+19,8
@@
limitations under the License.
*/
+
#ifndef _NSJAIL_H
#define _NSJAIL_H
-#ifdef _FORTIFY_SOURCE
-#undef _FORTIFY_SOURCE
-#endif /* _FORTIFY_SOURCE */
-
-#define _FORTIFY_SOURCE 2
-
#endif /* _NSJAIL_H */