Corrected typo.

This commit is contained in:
2015-04-25 22:51:59 +01:00
parent 8a781b72f6
commit 28e99266cc
2 changed files with 6 additions and 1 deletions

View File

@@ -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:

View File

@@ -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