OSDN Git Service

PR c/21659
[pf3gnuchains/gcc-fork.git] / libgo / syscalls / errstr_decl_linux.go
1 // errstr_decl_linux.go -- Declare strerror_r for GNU/Linux.
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__ ("__xpg_strerror_r")