This is the mail archive of the libc-alpha@sourceware.org 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: [PATCH] Fix symbol definitions for __clock_* functions


> 	* include/time.h (__clock_gettime): Add hidden prototype.

Say "Add libc_hidden_proto" to be clear.

> 	* rt/clock_gettime.c (clock_gettime): Rename to
> 	__clock_gettime and add a weak alias.
> 	* sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.

These need to mention adding libc_hidden_def.


The change itself is fine.


Thanks,
Roland


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