OSDN Git Service

Fixup __libc_open to use varargs and match the prototype.
authorDavid McCullough <davidm@snapgear.com>
Tue, 29 Apr 2003 14:41:48 +0000 (14:41 -0000)
committerDavid McCullough <davidm@snapgear.com>
Tue, 29 Apr 2003 14:41:48 +0000 (14:41 -0000)
commit416799ee539e356c3a4bc86485ffb502077ef9fd
tree6a60a177a4a8626f0c0fcd0a7b2c0296aaa28729
parent2cb53e303f7b61abefada491815f002b591a60b8
Fixup __libc_open to use varargs and match the prototype.

On the H8 varargs are rather unusual and if you declare a function with
varargs,  it had better use them or it won't work.
libc/sysdeps/linux/common/syscalls.c