|
Bugzilla – Full Text Bug Listing |
| Summary: | LTC19497-CONFIG_BASE_SMALL not defined when PID_MAX_DEFAULT is used | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | LTC BugProxy <bugproxy> |
| Component: | Kernel | Assignee: | Thorsten Kukuk <kukuk> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | RC 1 | ||
| Target Milestone: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| See Also: | https://bugzilla.linux.ibm.com/show_bug.cgi?id=19497 | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
threads.h
bob16.c |
||
|
Description
LTC BugProxy
2005-11-02 20:45:11 UTC
Created attachment 56288 [details]
threads.h
Created attachment 56289 [details]
bob16.c
This is a problem with the glibc header files, not the kernel I think. It's safe to remove the CONFIG_BASE_FULL check from the headers; this is always false except if you choose CONFIG_EMBEDDED which we don't do anyway. From the test program: #define _GNU_SOURCE 1 #include <linux/threads.h> This test case is invalid. If you include kernel headers directly in userspace programs, you have to take care for this for yourself. In short: Don't do that. |