Deleted Added
sdiff udiff text old ( 178886 ) new ( 179434 )
full compact
1/*
2 * $FreeBSD: head/lib/libc/sys/Symbol.map 178886 2008-05-09 23:00:21Z julian $
3 */
4
5/*
6 * It'd be nice to have this automatically generated, but we don't
7 * know to what version they will eventually belong, so for now
8 * it has to be manual.
9 */
10FBSD_1.0 {

--- 506 unchanged lines hidden (view full) ---

517 _fchflags;
518 __sys_fchflags;
519 _fchmod;
520 __sys_fchmod;
521 _fchown;
522 __sys_fchown;
523 _fcntl;
524 __sys_fcntl;
525 _fhopen;
526 __sys_fhopen;
527 _fhstat;
528 __sys_fhstat;
529 _fhstatfs;
530 __sys_fhstatfs;
531 _flock;
532 __sys_flock;

--- 451 unchanged lines hidden ---