From 6e6249d0b461b952d0f544792372663feb6d792a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 24 Oct 2012 14:50:46 -0700 Subject: BZ#14743: Move clock_* symbols from librt to libc. --- rt/clock_gettime.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'rt/clock_gettime.c') diff --git a/rt/clock_gettime.c b/rt/clock_gettime.c index 1203f01179..5139e8724c 100644 --- a/rt/clock_gettime.c +++ b/rt/clock_gettime.c @@ -1,4 +1,5 @@ -/* Copyright (C) 1999, 2005 Free Software Foundation, Inc. +/* Get the current value of a clock. Stub version. + Copyright (C) 1999-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -25,6 +26,6 @@ clock_gettime (clockid_t clock_id, struct timespec *tp) __set_errno (ENOSYS); return -1; } -librt_hidden_def (clock_gettime) +strong_alias (clock_gettime, __clock_gettime) stub_warning (clock_gettime) #include -- cgit 1.4.1