aboutsummaryrefslogtreecommitdiff
path: root/src/libc.lisp
blob: d2a3f90f7813314571b295330418608bd1d397ee (plain)
1
2
3
4
5
6
7
8
9
10
(in-package :consfigurator)

#+linux
(progn
  (define "_GNU_SOURCE")
  (include "linux/sched.h"))

#+linux
(progn
  (constant (+CLONE_NEWNS+ "CLONE_NEWNS")))