Add Changelog ...
[jlayton/glibc.git] / ports / sysdeps / unix / sysv / linux / alpha / creat.c
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)