Skip to content

Commit fc3c92d

Browse files
authored
Merge pull request #140 from staalmannen/claude/upgrade-ape-c-library-mmZGd
6l: declare cpos() in l.h
2 parents 860bf64 + a996a81 commit fc3c92d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • sys/src/cmd/6l

sys/src/cmd/6l/l.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ Prog* brchain(Prog*);
369369
Prog* brloop(Prog*);
370370
void buildop(void);
371371
void cflush(void);
372+
vlong cpos(void);
372373
void ckoff(Sym*, long);
373374
Prog* copyp(Prog*);
374375
double cputime(void);

0 commit comments

Comments
 (0)