2011-10-08 Paul Thomas <pault@gcc.gnu.org>
[official-gcc.git] / libgo / syscalls / errstr_decl_linux.go
blob4c1cb82a073d12930c23069b1bad205bf76c6567
1 // errstr_decl_linux.go -- Declare strerror_r for GNU/Linux.
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__ ("__xpg_strerror_r")