about summary refs log tree commit diff
path: root/library/std/src/sys/sgx/memchr.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/src/sys/sgx/memchr.rs')
-rw-r--r--library/std/src/sys/sgx/memchr.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/std/src/sys/sgx/memchr.rs b/library/std/src/sys/sgx/memchr.rs
new file mode 100644
index 00000000000..9967482197e
--- /dev/null
+++ b/library/std/src/sys/sgx/memchr.rs
@@ -0,0 +1 @@
+pub use core::slice::memchr::{memchr, memrchr};