/* * Copyright (c) 2008-2010 Wind River Systems; see * guts/COPYRIGHT for information. * * SPDX-License-Identifier: LGPL-2.1-only * * static int * wrap_open(const char *path, int flags, ...mode_t mode) { * int rc = -1; */ return wrap_openat(AT_FDCWD, path, flags, mode); /* return rc; * } */