mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 19:43:32 +00:00
6a5717a48f
- Make memmem() faster - Make readdir() thread safe - Remove 64kb limit from mkdeps.com - Add old crypt() function from Musl - Improve new fix-third-party.py tool - Improve libc/isystem/ headers and fix bugs
4 lines
170 B
C
4 lines
170 B
C
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_CRYPT_H_
|
|
#define COSMOPOLITAN_LIBC_ISYSTEM_CRYPT_H_
|
|
#include "third_party/musl/crypt.h"
|
|
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_CRYPT_H_ */
|