/* * Raspberry Pi support library for the ACK * © 2013 David Given * This file is redistributable under the terms of the 3-clause BSD license. * See the file 'Copying' in the root of the distribution for the full text. */ #include #include #include #include "libsys.h" int open(const char* path, int access, ...) { errno = EACCES; return -1; }