1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

Revert "support: Add support_socket_so_timestamp_time64"

This reverts commit a4cf12360f.
This commit is contained in:
Adhemerval Zanella
2022-01-12 10:35:02 -03:00
parent 62db87ab24
commit 5bd83aa836
3 changed files with 0 additions and 61 deletions

View File

@@ -183,10 +183,6 @@ extern bool support_select_modifies_timeout (void);
tv_usec larger than 1000000. */
extern bool support_select_normalizes_timeout (void);
/* Return true if socket FD supports 64-bit timestamps with the SOL_SOCKET
and SO_TIMESTAMP/SO_TIMESTAMPNS. */
extern bool support_socket_so_timestamp_time64 (int fd);
/* Create a timer that trigger after SEC seconds and NSEC nanoseconds. If
REPEAT is true the timer will repeat indefinitely. If CALLBACK is not
NULL, the function will be called when the timer expires; otherwise a