summaryrefslogtreecommitdiff
path: root/builddeps/sysexports
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2024-06-24 22:55:29 -0400
committerIan Moffett <ian@osmora.org>2024-06-24 22:55:29 -0400
commit236963e7563be3e3f8220dac7bb4af446928e194 (patch)
treee521ea226db0345bbb3679fffe09d96254b7dc73 /builddeps/sysexports
parent214eadc62b5578f76c98a38a28f8b3d80ac4d6ad (diff)
Clean out for expt
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'builddeps/sysexports')
-rw-r--r--builddeps/sysexports13
1 files changed, 0 insertions, 13 deletions
diff --git a/builddeps/sysexports b/builddeps/sysexports
deleted file mode 100644
index 66a82a6..0000000
--- a/builddeps/sysexports
+++ /dev/null
@@ -1,13 +0,0 @@
-# Sys header export list
-# Add headers to be exported to userland here
-# Example: foo.h corresponds to sys/include/sys/foo.h
-sys_headers=$(cat <<END
- fbdev.h
- errno.h
- queue.h
- signal.h
- termios.h
- tty.h
- reboot.h
-END
-)