aboutsummaryrefslogtreecommitdiff
path: root/unix/os/mkproto
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /unix/os/mkproto
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'unix/os/mkproto')
-rwxr-xr-xunix/os/mkproto5
1 files changed, 5 insertions, 0 deletions
diff --git a/unix/os/mkproto b/unix/os/mkproto
new file mode 100755
index 00000000..4a59b252
--- /dev/null
+++ b/unix/os/mkproto
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+flags="-DLINUX -DREDHAT -DPOSIX -DSYSV -DLINUX64"
+
+cproto -e $flags *.c > ../hlib/libc/kproto64.h