diff --git a/ulib/ruxlibc/c/ioctl.c b/ulib/ruxlibc/c/ioctl.c index 1248dfabb..578622a46 100644 --- a/ulib/ruxlibc/c/ioctl.c +++ b/ulib/ruxlibc/c/ioctl.c @@ -3,7 +3,6 @@ * You can use this software according to the terms and conditions of the Mulan PSL v2. * You may obtain a copy of Mulan PSL v2 at: * http://license.coscl.org.cn/MulanPSL2 -<<<<<<< HEAD * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS * OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A * PARTICULAR PURPOSE. See the Mulan PSL v2 for more details. @@ -25,18 +24,4 @@ int ioctl(int fd, int request, ...) va_end(ap); return rux_ioctl(fd, request, arg); -======= - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. - */ - -#include -#include - -// TODO -int statfs(const char *path, struct statfs *buf) -{ - unimplemented(); - return 0; ->>>>>>> remote/dev } diff --git a/ulib/ruxlibc/c/pwd.c b/ulib/ruxlibc/c/pwd.c index df287bc2a..09c94af28 100644 --- a/ulib/ruxlibc/c/pwd.c +++ b/ulib/ruxlibc/c/pwd.c @@ -13,6 +13,7 @@ #include #include #include +#include static struct passwd pw__ = { .pw_name = RUX_DEFAULT_USER,