Skip to content

Commit 2325fb2

Browse files
tgross35AkhilTThomas
authored andcommitted
Merge pull request rust-lang#3821 from tgross35/backport-celery
[0.2] Backport of four PRs
2 parents 9515dcb + c021be9 commit 2325fb2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/unix/hurd/mod.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2761,6 +2761,10 @@ pub const MCL_FUTURE: c_int = 0x0002;
27612761
pub const XATTR_CREATE: c_int = 0x1;
27622762
pub const XATTR_REPLACE: c_int = 0x2;
27632763

2764+
// sys/xattr.h
2765+
pub const XATTR_CREATE: ::c_int = 0x1;
2766+
pub const XATTR_REPLACE: ::c_int = 0x2;
2767+
27642768
// spawn.h
27652769
pub const POSIX_SPAWN_USEVFORK: c_short = 64;
27662770
pub const POSIX_SPAWN_SETSID: c_short = 128;

0 commit comments

Comments
 (0)