about summary refs log tree commit diff
path: root/include/crypt.h
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2016-10-28 16:17:30 -0400
committerCarlos O'Donell <carlos@redhat.com>2016-10-28 22:40:16 -0400
commit960294f00a33559af40143ac056f68d21c006d27 (patch)
tree19f9e141f15902ccc09be507571e8b09d7996901 /include/crypt.h
parent1b16ff0b1e6906d4f5a4380c4ca5750e87c5e52d (diff)
downloadglibc-960294f00a33559af40143ac056f68d21c006d27.tar.gz
glibc-960294f00a33559af40143ac056f68d21c006d27.tar.xz
glibc-960294f00a33559af40143ac056f68d21c006d27.zip
Add include/crypt.h.
To support tests that include crypt.h we add a wrapper.
Diffstat (limited to 'include/crypt.h')
-rw-r--r--include/crypt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/crypt.h b/include/crypt.h
new file mode 100644
index 0000000000..544551da21
--- /dev/null
+++ b/include/crypt.h
@@ -0,0 +1,3 @@
+#ifndef _CRYPT_H
+# include <crypt/crypt.h>
+#endif /* _CRYPT_H */