Skip to content

Commit

Permalink
include: declare runcmd on Plan 9
Browse files Browse the repository at this point in the history
The function runcmd was declared in
include/libc.h in CL 7523043.

Change-Id: I3839b96b2ac0d63e5c2eb4c216710442d0962119
Reviewed-on: https://go-review.googlesource.com/3125
Reviewed-by: Ian Lance Taylor <[email protected]>
  • Loading branch information
0intro committed Jan 21, 2015
1 parent 5282e3a commit 7de910d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/plan9/libc.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ char* getgoarm(void);
char* getgo386(void);
char* getgoextlinkenabled(void);

int runcmd(char**);

void flagcount(char*, char*, int*);
void flagint32(char*, char*, int32*);
void flagint64(char*, char*, int64*);
Expand Down

0 comments on commit 7de910d

Please sign in to comment.