aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rio
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2011-10-14 00:08:50 -0400
committerRuss Cox <rsc@swtch.com>2011-10-14 00:08:50 -0400
commita2deaac4b1066df5de4774737ddc9f4b6edbaef9 (patch)
treed584cc02e179b5685c58b1c587c903b4d661d87e /src/cmd/rio
parentb4f9ba7894064c5e092461b40f9dd8c314726cf2 (diff)
downloadplan9port-a2deaac4b1066df5de4774737ddc9f4b6edbaef9.tar.gz
plan9port-a2deaac4b1066df5de4774737ddc9f4b6edbaef9.tar.bz2
plan9port-a2deaac4b1066df5de4774737ddc9f4b6edbaef9.zip
rio: quiet nm on Lion
Diffstat (limited to 'src/cmd/rio')
-rw-r--r--src/cmd/rio/rio.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cmd/rio/rio.c b/src/cmd/rio/rio.c
index e69de29b..9d69c77a 100644
--- a/src/cmd/rio/rio.c
+++ b/src/cmd/rio/rio.c
@@ -0,0 +1,4 @@
+// nothing to see here, but OS X Lion nm complains
+// about object files with nothing
+
+int something_to_quiet_lion_nm = 1;