]> Cypherpunks repositories - gostls13.git/commitdiff
ld: missing prototype
authorRuss Cox <rsc@golang.org>
Mon, 13 Dec 2010 20:26:52 +0000 (15:26 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 13 Dec 2010 20:26:52 +0000 (15:26 -0500)
R=ken2
CC=golang-dev
https://golang.org/cl/3620041

src/cmd/ld/macho.h

index 03f1d2c3216f30821312e7cbda5a83c6521c4640..4cc7edc80db0cf7077dd23272d3d198df7ed7668 100644 (file)
@@ -91,3 +91,4 @@ enum {
 void   domacho(void);
 vlong  domacholink(void);
 void   asmbmacho(void);
+void   machoadddynlib(char*);