mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-30 10:45:40 +03:00 
			
		
		
		
	In glibc 2.17, the functions clock_getcpuclockid, clock_getres, clock_gettime, clock_nanosleep, and clock_settime were moved from librt.so to libc.so, leaving compatibility stubs behind. Now that the dynamic linker no longer insists on finding versioned symbols in the same library that originally defined them, we do not need the stubs anymore, and this means we don't need GLIBC_PRIVATE __-prefix aliases for most of the functions anymore either. (clock_gettime still needs one.) For ports added before 2.17, libc.so needs to provide two symbol versions for each, the default at GLIBC_2.17 plus a compat version matching what librt had. While I'm at it, move the clock_*.c files and their tests from rt/ to time/.
		
			
				
	
	
		
			43 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| GLIBC_2.1 aio_cancel F
 | |
| GLIBC_2.1 aio_cancel64 F
 | |
| GLIBC_2.1 aio_error F
 | |
| GLIBC_2.1 aio_error64 F
 | |
| GLIBC_2.1 aio_fsync F
 | |
| GLIBC_2.1 aio_fsync64 F
 | |
| GLIBC_2.1 aio_init F
 | |
| GLIBC_2.1 aio_read F
 | |
| GLIBC_2.1 aio_read64 F
 | |
| GLIBC_2.1 aio_return F
 | |
| GLIBC_2.1 aio_return64 F
 | |
| GLIBC_2.1 aio_suspend F
 | |
| GLIBC_2.1 aio_suspend64 F
 | |
| GLIBC_2.1 aio_write F
 | |
| GLIBC_2.1 aio_write64 F
 | |
| GLIBC_2.1 lio_listio F
 | |
| GLIBC_2.1 lio_listio64 F
 | |
| GLIBC_2.2 shm_open F
 | |
| GLIBC_2.2 shm_unlink F
 | |
| GLIBC_2.2 timer_create F
 | |
| GLIBC_2.2 timer_delete F
 | |
| GLIBC_2.2 timer_getoverrun F
 | |
| GLIBC_2.2 timer_gettime F
 | |
| GLIBC_2.2 timer_settime F
 | |
| GLIBC_2.3.3 timer_create F
 | |
| GLIBC_2.3.3 timer_delete F
 | |
| GLIBC_2.3.3 timer_getoverrun F
 | |
| GLIBC_2.3.3 timer_gettime F
 | |
| GLIBC_2.3.3 timer_settime F
 | |
| GLIBC_2.3.4 mq_close F
 | |
| GLIBC_2.3.4 mq_getattr F
 | |
| GLIBC_2.3.4 mq_notify F
 | |
| GLIBC_2.3.4 mq_open F
 | |
| GLIBC_2.3.4 mq_receive F
 | |
| GLIBC_2.3.4 mq_send F
 | |
| GLIBC_2.3.4 mq_setattr F
 | |
| GLIBC_2.3.4 mq_timedreceive F
 | |
| GLIBC_2.3.4 mq_timedsend F
 | |
| GLIBC_2.3.4 mq_unlink F
 | |
| GLIBC_2.4 lio_listio F
 | |
| GLIBC_2.4 lio_listio64 F
 | |
| GLIBC_2.7 __mq_open_2 F
 |