summaryrefslogtreecommitdiffstats
path: root/tapset/timestamp_gtod.stp
diff options
context:
space:
mode:
Diffstat (limited to 'tapset/timestamp_gtod.stp')
-rw-r--r--tapset/timestamp_gtod.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tapset/timestamp_gtod.stp b/tapset/timestamp_gtod.stp
index b916a3b1..acf525f0 100644
--- a/tapset/timestamp_gtod.stp
+++ b/tapset/timestamp_gtod.stp
@@ -17,7 +17,7 @@
*
* Return the number of nanoseconds since the UNIX epoch.
*/
-function gettimeofday_ns:long () %{ /* pure */
+function gettimeofday_ns:long () %{ /* pure */ /* unprivileged */
/* NOTE: we can't use do_gettimeofday because we could be called from a
* context where xtime_lock is already held. See bug #2525. */
THIS->__retvalue = _stp_gettimeofday_ns();