OSDN Git Service

libgo: Update to weekly.2011-11-18.
[pf3gnuchains/gcc-fork.git] / libgo / runtime / go-setenv.c
index 9c93f52..78717f4 100644 (file)
 #include "go-alloc.h"
 #include "go-string.h"
 
-/* Set the C environment from Go.  This is called by os.Setenv.  */
+/* Set the C environment from Go.  This is called by syscall.Setenv.  */
 
 void setenv_c (struct __go_string, struct __go_string)
-  __asm__ ("libgo_os.os.setenv_c");
+  __asm__ ("libgo_syscall.syscall.setenv_c");
 
 void
 setenv_c (struct __go_string k, struct __go_string v)