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
4c5dd0e1
Commit
4c5dd0e1
authored
Apr 13, 2011
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libmach: fix freebsd compiler errors
TBR=r CC=golang-dev
https://golang.org/cl/4396045
parent
1499c782
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
freebsd.c
src/libmach/freebsd.c
+5
-0
No files found.
src/libmach/freebsd.c
View file @
4c5dd0e1
...
...
@@ -8,24 +8,28 @@ int
ctlproc
(
int
pid
,
char
*
msg
)
{
sysfatal
(
"ctlproc unimplemented in FreeBSD"
);
return
-
1
;
}
char
*
proctextfile
(
int
pid
)
{
sysfatal
(
"proctextfile unimplemented in FreeBSD"
);
return
nil
;
}
char
*
procstatus
(
int
pid
)
{
sysfatal
(
"procstatus unimplemented in FreeBSD"
);
return
nil
;
}
Map
*
attachproc
(
int
pid
,
Fhdr
*
fp
)
{
sysfatal
(
"attachproc unimplemented in FreeBSD"
);
return
nil
;
}
void
...
...
@@ -38,4 +42,5 @@ int
procthreadpids
(
int
pid
,
int
*
p
,
int
np
)
{
sysfatal
(
"procthreadpids unimplemented in FreeBSD"
);
return
-
1
;
}
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