* Added new library libgnu.so, which will contain GNU compatibility interfaces
(analoguously to libbsd.so). * Added an implementation of the GNU/Linux xattr interface. xattrs are mapped to Haiku attributes with type B_XATTR_TYPE. Haiku attributes are mapped to xattrs by moving them into the "user.haiku." namespace and appending the type to their name. Complete, but utterly untested yet. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32427 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -9,6 +9,7 @@ SubInclude HAIKU_TOP src libs edit ;
|
||||
SubInclude HAIKU_TOP src libs expat ;
|
||||
SubInclude HAIKU_TOP src libs fluidsynth ;
|
||||
SubInclude HAIKU_TOP src libs freetype2 ;
|
||||
SubInclude HAIKU_TOP src libs gnu ;
|
||||
SubInclude HAIKU_TOP src libs icon ;
|
||||
SubInclude HAIKU_TOP src libs iconv ;
|
||||
SubInclude HAIKU_TOP src libs libtelnet ;
|
||||
|
||||
Reference in New Issue
Block a user