mirror of
https://github.com/claunia/Claunia.IO.git
synced 2025-12-16 19:24:44 +00:00
Corrected typo.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2015-04-25 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* Interop/Apple/Interop.Apple.xattr.cs:
|
||||
Corrected typo.
|
||||
|
||||
2015-04-25 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* Interop/Apple/Interop.Apple.xattr.cs:
|
||||
|
||||
@@ -98,7 +98,7 @@ internal static partial class Interop
|
||||
/// <param name="options"><see cref="xattrOptions"/>.</param>
|
||||
/// <returns>On success, 0. On failure, -1, and errno is set</returns>
|
||||
[DllImport(Libraries.Libc, SetLastError = true)]
|
||||
public static extern int getxattr(string path, string name, IntPtr value, UInt32 size, UInt32 position, xattrOptions options);
|
||||
public static extern int setxattr(string path, string name, IntPtr value, UInt32 size, UInt32 position, xattrOptions options);
|
||||
|
||||
/// <summary>
|
||||
/// Removes an extended attribute
|
||||
|
||||
Reference in New Issue
Block a user