diff options
Diffstat (limited to 'src/backend/port/linux/port.c')
-rw-r--r-- | src/backend/port/linux/port.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/backend/port/linux/port.c b/src/backend/port/linux/port.c new file mode 100644 index 00000000000..e4c5edfb9e5 --- /dev/null +++ b/src/backend/port/linux/port.c @@ -0,0 +1,13 @@ +/*------------------------------------------------------------------------- + * + * port.c-- + * Linux-specific routines + * + * Copyright (c) 1994, Regents of the University of California + * + * + * IDENTIFICATION + * $Header: /cvsroot/pgsql/src/backend/port/linux/Attic/port.c,v 1.1.1.1 1996/07/09 06:21:44 scrappy Exp $ + * + *------------------------------------------------------------------------- + */ |