Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2011-03-29 12:03:35 +0400
committerCorinna Vinschen <corinna@vinschen.de>2011-03-29 12:03:35 +0400
commitc9c50e7aa4694cd7cb94600c89b28fdea751c9a2 (patch)
treefaf45ec5cec4b11dc59d18a592387e848852a193
parent056b8e60cda1874626c9592ef59c48d4c351a315 (diff)
* include/sys/xattr.h: New file.
-rw-r--r--winsup/cygwin/ChangeLog5
-rw-r--r--winsup/cygwin/include/sys/xattr.h18
2 files changed, 23 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index b7296bb5f..9a05e8d9f 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,8 @@
+2011-03-29 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
+ Corinna Vinschen <corinna@vinschen.de>
+
+ * include/sys/xattr.h: New file.
+
2011-03-28 Jon TURNEY <jon.turney@dronecode.org.uk>
* thread.cc (semaphore::init, destroy, close): Standards conformance
diff --git a/winsup/cygwin/include/sys/xattr.h b/winsup/cygwin/include/sys/xattr.h
new file mode 100644
index 000000000..1f3239238
--- /dev/null
+++ b/winsup/cygwin/include/sys/xattr.h
@@ -0,0 +1,18 @@
+/* sys/xattr.h
+
+ Copyright 2011 Red Hat, Inc.
+
+This file is part of Cygwin.
+
+This software is a copyrighted work licensed under the terms of the
+Cygwin license. Please consult the file "CYGWIN_LICENSE" for
+details. */
+
+/* sys/xattr.h header file for Cygwin. */
+
+#ifndef _SYS_XATTR_H
+#define _SYS_XATTR_H
+
+#include <attr/xattr.h>
+
+#endif /* _SYS_XATTR_H */