mirror of https://github.com/golang/go.git
parent
66b240c7a4
commit
f28ec1af7f
|
|
@ -39,7 +39,7 @@ clean:
|
||||||
%.$O: %.c
|
%.$O: %.c
|
||||||
$(CC) $<
|
$(CC) $<
|
||||||
|
|
||||||
sys_file.$O: sys_file.c $(OS_H)
|
sys_file.$O: sys_file.c sys_types.h $(OS_H)
|
||||||
$(CC) -D$(GOARCH)_$(GOOS) $<
|
$(CC) -D$(GOARCH)_$(GOOS) $<
|
||||||
|
|
||||||
%.$O: %.s
|
%.$O: %.s
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
#include "runtime.h"
|
#include "runtime.h"
|
||||||
#include "sys_structs.h"
|
#include "sys_types.h"
|
||||||
|
|
||||||
void
|
void
|
||||||
sys·readfile(string filein, string fileout, bool okout)
|
sys·readfile(string filein, string fileout, bool okout)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue