OSDN Git Service

Add Go frontend, libgo library, and Go testsuite.
[pf3gnuchains/gcc-fork.git] / libgo / syscalls / errstr_decl.go
1 // errstr.go -- Declare strerror_r.
2
3 // Copyright 2010 The Go Authors. All rights reserved.
4 // Use of this source code is governed by a BSD-style
5 // license that can be found in the LICENSE file.
6
7 package syscall
8
9 func libc_strerror_r(int, *byte, Size_t) int __asm__ ("strerror_r")