From 21730caa6647f645974e132ca8afec79b4eeab2b Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 18 Sep 2009 20:57:40 +0200 Subject: trim Experimentally off and uncommented hidden sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Bernhard Reutner-Fischer --- libc/stdlib/lrand48_r.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libc/stdlib/lrand48_r.c') diff --git a/libc/stdlib/lrand48_r.c b/libc/stdlib/lrand48_r.c index c3aa89a24..5a425d1e9 100644 --- a/libc/stdlib/lrand48_r.c +++ b/libc/stdlib/lrand48_r.c @@ -19,9 +19,7 @@ #include -/* libc_hidden_proto(nrand48_r) */ -/* libc_hidden_proto(lrand48_r) */ int lrand48_r (struct drand48_data *buffer, long int *result) { /* Be generous for the arguments, detect some errors. */ -- cgit v1.2.3