blob: ffa1a309fd5b434338bc255253b95e8fa537830f [file] [log] [blame]
# Description:
# Linux Syscall Support (LSS) provides a header file that can be included
# into your application whenever you need to make direct system calls.
package(
default_visibility = ["//visibility:public"],
)
cc_library(
name = "linux-syscall-support",
hdrs = ["src/linux_syscall_support.h"],
)