Bug 2160 - [PATCH] ENOATTR and EDOOFUS
Summary: [PATCH] ENOATTR and EDOOFUS
Status: RESOLVED INVALID
Alias: None
Product: glibc
Classification: Unclassified
Component: ports (show other bugs)
Version: unspecified
: P2 minor
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-16 14:51 UTC by Robert Millan
Modified: 2018-04-19 14:04 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments
add ENOATTR and EDOOFUS (497 bytes, patch)
2006-01-16 14:52 UTC, Robert Millan
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Millan 2006-01-16 14:51:31 UTC
Please consider adding these error codes (needed for GNU/kFreeBSD): 
 
 - ENOATTR: The specified extended attribute does not exist. 
 - EDOOFUS: A function or API is being abused in a way which could only be 
detected at run-time.
Comment 1 Robert Millan 2006-01-16 14:52:19 UTC
Created attachment 829 [details]
add ENOATTR and EDOOFUS

2006-01-16  Robert Millan  <robertmh@gnu.org>

	* manual/errno.texi: Add ENOATTR and EDOOFUS (of BSD origin).
	* sysdeps/gnu/errlist.c: Regenerate.
Comment 2 Joseph Myers 2012-02-15 17:45:04 UTC
I don't think there's much use adding this on its own until a GNU/kFreeBSD port is being submitted.  When you're ready to submit GNU/kFreeBSD support, please send libc patches (with an overview of the changes required) to libc-alpha and ports patches to libc-ports and we can review them in the context of the actual port submission.
Comment 3 Joseph Myers 2014-02-07 03:07:58 UTC
Closing as not related to any system supported by glibc, please submit to libc-alpha as part of a complete patch series for GNU/kFreeBSD rather than on its own.