This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: __libc_stack_end cleanup


On Thu, Jan 15, Richard Henderson wrote:

> nptl/
> 	* allocatestack.c: Don't declare __libc_stack_end.
> 	* init.c (__pthread_initialize_minimal_internal): Likewise.
> 	* pthread_getattr_np.c (pthread_getattr_np): Likewise.

Now it fails on all architectures with:

pthread_getattr_np.c: In function `pthread_getattr_np':
pthread_getattr_np.c:110: error: `__libc_stack_end' undeclared (first use in this function)
pthread_getattr_np.c:110: error: (Each undeclared identifier is reported only once
pthread_getattr_np.c:110: error: for each function it appears in.)
make[2]: *** [/usr/src/packages/BUILD/glibc-2.3/cc-nptl/nptl/pthread_getattr_np.os] Error 1


-- 
Thorsten Kukuk       http://www.suse.de/~kukuk/        kukuk@suse.de
SuSE Linux AG        Maxfeldstr. 5                 D-90409 Nuernberg
--------------------------------------------------------------------    
Key fingerprint = A368 676B 5E1B 3E46 CFCE  2D97 F8FD 4E23 56C6 FB4B


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]