mirror of
https://github.com/claunia/Claunia.IO.git
synced 2025-12-16 19:24:44 +00:00
Un-hardcode library name.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2015-04-26 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
|
* Interop/Linux/Interop.Linux.uname.cs:
|
||||||
|
Un-hardcode library name.
|
||||||
|
|
||||||
2015-04-26 Natalia Portillo <claunia@claunia.com>
|
2015-04-26 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
* Interop/Apple/Interop.Apple.xattr.cs:
|
* Interop/Apple/Interop.Apple.xattr.cs:
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ internal static partial class Interop
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="name"><see cref="utsname"/>.</param>
|
/// <param name="name"><see cref="utsname"/>.</param>
|
||||||
/// <returns>On success, 0. On failure, -1, and errno is set.</returns>
|
/// <returns>On success, 0. On failure, -1, and errno is set.</returns>
|
||||||
[DllImport("libc", SetLastError = true)]
|
[DllImport(Libraries.Libc, SetLastError = true)]
|
||||||
internal static extern int uname(out utsname name);
|
internal static extern int uname(out utsname name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user