mailing list of musl libc
 help / color / mirror / code / Atom feed
8f8aab64631cf4c74f1768cf06a4035c7541e97f blob 154 bytes (raw)

1
2
3
4
5
6
7
8
 
#include <fcntl.h>

int creat(const char *filename, mode_t mode)
{
	return open(filename, O_CREAT|O_WRONLY|O_TRUNC, mode);
}

weak_alias(creat, creat64);
debug log:

solving 8f8aab64 ...
found 8f8aab64 in https://git.vuxu.org/mirror/musl/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).