Add README.ports-moved-to-libc.
[glibc-ports.git] / sysdeps / unix / sysv / linux / alpha / creat.c
blob9e661bab04c0f5f42826de09dd8b5652b6e2cb3f
1 /* sysdeps/unix/sysv/linux/wordsize-64/syscalls.list defines creat and
2 creat64 for most linux targets, but on alpha creat is not a syscall.
3 If we do nothing, we'll wind up with creat64 being undefined, because
4 the syscalls.list assumes the creat->creat64 alias was created. We
5 could have overridden that with a create64.c, but we might as well do
6 the right thing and set up creat64 as an alias. */
7 #include <io/creat.c>
8 weak_alias(__libc_creat, creat64)