2011-05-31 Gabriel Charette <gchare@google.com>
[official-gcc.git] / libgo / syscalls / errstr_decl.go
blobb6bff0fb00b3df500cc8be716ecdc79a01b8add3
1 // errstr.go -- Declare strerror_r.
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.
7 package syscall
9 func libc_strerror_r(int, *byte, Size_t) int __asm__ ("strerror_r")