diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-01-12 10:35:02 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-01-12 10:35:02 -0300 |
commit | 5bd83aa836d9ce5d16a6e148f5a280ddf2dd3aa5 (patch) | |
tree | f8103dff3f66c5c226a92f6d8efcaa7ce685b1ed /support/support.h | |
parent | 62db87ab24f9ca483f97f5e52ea92445f6a63c6f (diff) | |
download | glibc-5bd83aa836d9ce5d16a6e148f5a280ddf2dd3aa5.tar.gz glibc-5bd83aa836d9ce5d16a6e148f5a280ddf2dd3aa5.tar.xz glibc-5bd83aa836d9ce5d16a6e148f5a280ddf2dd3aa5.zip |
Revert "support: Add support_socket_so_timestamp_time64"
This reverts commit a4cf12360fb7a8eae4fa4923763309b7f10797c3.
Diffstat (limited to 'support/support.h')
-rw-r--r-- | support/support.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/support/support.h b/support/support.h index 73b9fc48f0..ee27149d98 100644 --- a/support/support.h +++ b/support/support.h @@ -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 |