Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
f28ec1af
Commit
f28ec1af
authored
Jun 26, 2008
by
Rob Pike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slight change to file names
SVN=124982
parent
66b240c7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile
src/runtime/Makefile
+1
-1
sys_file.c
src/runtime/sys_file.c
+1
-1
sys_types.h
src/runtime/sys_types.h
+0
-0
No files found.
src/runtime/Makefile
View file @
f28ec1af
...
...
@@ -39,7 +39,7 @@ clean:
%.$O
:
%.c
$(CC)
$<
sys_file.$O
:
sys_file.c $(OS_H)
sys_file.$O
:
sys_file.c
sys_types.h
$(OS_H)
$(CC)
-D
$(GOARCH)
_
$(GOOS)
$<
%.$O
:
%.s
...
...
src/runtime/sys_file.c
View file @
f28ec1af
...
...
@@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.
#include "runtime.h"
#include "sys_
struct
s.h"
#include "sys_
type
s.h"
void
sys
·
readfile
(
string
filein
,
string
fileout
,
bool
okout
)
...
...
src/runtime/sys_
struct
s.h
→
src/runtime/sys_
type
s.h
View file @
f28ec1af
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment