mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-30 16:28:30 +00:00
Make more libc improvements
- 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
This commit is contained in:
parent
a8cf0f7e89
commit
6a5717a48f
50 changed files with 3783 additions and 280 deletions
|
@ -1,10 +1,8 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_SYS_FILE_H_
|
||||
#define COSMOPOLITAN_LIBC_ISYSTEM_SYS_FILE_H_
|
||||
#include "libc/calls/calls.h"
|
||||
#include "libc/calls/struct/flock.h"
|
||||
#include "libc/sysv/consts/l.h"
|
||||
#include "libc/sysv/consts/lock.h"
|
||||
|
||||
#define L_SET SEEK_SET
|
||||
#define L_INCR SEEK_CUR
|
||||
#define L_XTND SEEK_END
|
||||
|
||||
#include "libc/sysv/consts/ok.h"
|
||||
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_SYS_FILE_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue