sys/mount.h
This commit is contained in:
parent
cce92274b8
commit
36ca4d420b
@ -10,10 +10,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
|
||||
#ifndef mount
|
||||
extern int mount(char * source, char * target, char * type, unsigned long flags, void * data);
|
||||
#endif
|
||||
#include <sys/mount.h>
|
||||
|
||||
int main(int argc, char ** argv) {
|
||||
if (argc < 4) {
|
||||
|
3
base/usr/include/sys/mount.h
Normal file
3
base/usr/include/sys/mount.h
Normal file
@ -0,0 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
extern int mount(char * source, char * target, char * type, unsigned long flags, void * data);
|
Loading…
Reference in New Issue
Block a user