diff options
author | th199096 <none@none> | 2007-09-04 18:46:23 -0700 |
---|---|---|
committer | th199096 <none@none> | 2007-09-04 18:46:23 -0700 |
commit | a3175730a459223fb8f26a2915aa0a31f6b36f98 (patch) | |
tree | 25105e002a501b8a405470e4daaf30be71286b29 /usr/src/lib/libc/inc | |
parent | b7e32555fc1a5af52617bd619aa97d5e6868f7ef (diff) | |
download | illumos-gate-a3175730a459223fb8f26a2915aa0a31f6b36f98.tar.gz |
6563073 Fix cstyle in the sharefs code
6575901 libc`sharefs() and ld.so have conspired to kill smdiskless
Diffstat (limited to 'usr/src/lib/libc/inc')
-rw-r--r-- | usr/src/lib/libc/inc/synonyms.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libc/inc/synonyms.h b/usr/src/lib/libc/inc/synonyms.h index 7cc9783c1a..a9af340145 100644 --- a/usr/src/lib/libc/inc/synonyms.h +++ b/usr/src/lib/libc/inc/synonyms.h @@ -940,7 +940,7 @@ extern "C" { #define s_fcntl _s_fcntl #define sfconvert _sfconvert #define sgconvert _sgconvert -#define sharefs _sharefs +#define _sharefs __sharefs #define shmat _shmat #define shmctl64 _shmctl64 #define shmctl _shmctl |