diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2007-12-16 23:29:57 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2007-12-16 23:29:57 +0000 |
| commit | 3d6d3ed091441cddcca7d6be6afe95715ec2dfc7 (patch) | |
| tree | 6d85f1ab760abd9317ea7b79e8901fff062f5187 /lib/libkse/thread/thr_system.c | |
| parent | 64577b835bffb990f1b7f74ca1de237b6c147b0b (diff) | |
Notes
Diffstat (limited to 'lib/libkse/thread/thr_system.c')
| -rw-r--r-- | lib/libkse/thread/thr_system.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libkse/thread/thr_system.c b/lib/libkse/thread/thr_system.c index 1c10a707e2aa..5dbe4261ab74 100644 --- a/lib/libkse/thread/thr_system.c +++ b/lib/libkse/thread/thr_system.c @@ -39,9 +39,6 @@ int _system(const char *string); extern int __system(const char *); -LT10_COMPAT_PRIVATE(_system); -LT10_COMPAT_DEFAULT(system); - __weak_reference(_system, system); int |
