squash! linux/open.c

This commit is contained in:
Jan (janneke) Nieuwenhuizen 2022-10-28 07:47:15 +02:00
parent ecb719f01f
commit 23b101b54b
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,8 @@
* along with GNU Mes. If not, see <http://www.gnu.org/licenses/>.
*/
#include <linux/syscall.h>
#include <syscall.h>
#include <mes/lib.h>
#include <fcntl.h>
#include <stdarg.h>
@ -44,4 +46,4 @@ open (char const *file_name, int flags, ...)
__ungetc_clear (r);
return r;
}
#endif // __M2__
#endif // !__M2__