summaryrefslogtreecommitdiffstats
path: root/devtools
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-12-05 00:03:04 +0100
committerMattias Andrée <maandree@kth.se>2023-12-05 00:03:04 +0100
commit58dd684c4e86944301959a140dbed9746df35779 (patch)
treea2702ea4f66b2a58711ee22eb7449c74b1ecf0d1 /devtools
parentFirst commit (diff)
downloadlibsyscalls-58dd684c4e86944301959a140dbed9746df35779.tar.gz
libsyscalls-58dd684c4e86944301959a140dbed9746df35779.tar.bz2
libsyscalls-58dd684c4e86944301959a140dbed9746df35779.tar.xz
Second commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'devtools')
-rwxr-xr-xdevtools/create-linux-syscall1
-rwxr-xr-xdevtools/find-type-definition1
2 files changed, 2 insertions, 0 deletions
diff --git a/devtools/create-linux-syscall b/devtools/create-linux-syscall
index 0b8e800..2a51543 100755
--- a/devtools/create-linux-syscall
+++ b/devtools/create-linux-syscall
@@ -1,4 +1,5 @@
#!/usr/bin/env python3
+# See LICENSE file for copyright and license details.
import sys
diff --git a/devtools/find-type-definition b/devtools/find-type-definition
index 26e19f2..9523e7c 100755
--- a/devtools/find-type-definition
+++ b/devtools/find-type-definition
@@ -1,4 +1,5 @@
#!/bin/sh
+# See LICENSE file for copyright and license details.
type="$1"
shift 1